Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Could not squash the history of the commits (after 6 attempts).
Error code:   CreateCommitError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

full_id
string
schema
string
generated_at
string
tool_version
string
structural
dict
solver_compat
dict
stats
dict
provenance
dict
digest
string
MiscTests/test1@v1
trust-report-v1
2026-06-24T05:01:05.818213+00:00
0.9.0
{ "status": "pass", "gates": [ { "name": "connectivity", "status": "pass", "detail": "clean connectivity" }, { "name": "min-max-angle", "status": "pass", "detail": "angles within bounds" }, { "name": "area-ratio", "status": "pass", "detail": ...
{ "element_kind": "triangle", "adcirc": "compatible", "dg_swem": "compatible", "declared_target": null, "cfl": "not_evaluated" }
{ "node_count": 811, "element_count": 1468, "resolution": { "min": 495.4342442049025, "max": 1457.2952102298505, "median": 804.3374484381633, "coords": "native" }, "depth_range": [ -2.5, 1.652 ] }
{ "state": "declared", "content_uid": null, "normalized_uid": "normalized-v1:b89019772edc32138623feaa8bc3b9008c9cb32b60b9ff755aafedcb4e259996", "generator": null, "parent_content_uid": null, "datum": null, "shoreline_source": null, "authors": [], "doi": null, "review_bundle": null }
trust-report-v1:996d186685cc9cf976a5137831d316d9ba0ff779f9922f264996baed0228b60b
MiscTests/test2@v1
trust-report-v1
2026-06-24T05:01:05.886184+00:00
0.9.0
{ "status": "pass", "gates": [ { "name": "connectivity", "status": "pass", "detail": "clean connectivity" }, { "name": "min-max-angle", "status": "pass", "detail": "angles within bounds" }, { "name": "area-ratio", "status": "pass", "detail": ...
{ "element_kind": "triangle", "adcirc": "compatible", "dg_swem": "compatible", "declared_target": null, "cfl": "not_evaluated" }
{ "node_count": 394, "element_count": 705, "resolution": { "min": 684.1694471373781, "max": 1826.087801067584, "median": 1179.910677141406, "coords": "native" }, "depth_range": [ -1.9, 12 ] }
{ "state": "declared", "content_uid": null, "normalized_uid": "normalized-v1:1fc1daa81896a90464d80860f10e60d9620706e41259b703194e7599e8785a0b", "generator": null, "parent_content_uid": null, "datum": null, "shoreline_source": null, "authors": [], "doi": null, "review_bundle": null }
trust-report-v1:b1f5dae996d2ee6c46bac28f551eaff91415b519d3483c958fe79a9d9f4cd37f
MiscTests/test3@v1
trust-report-v1
2026-06-24T05:01:05.893287+00:00
0.9.0
{ "status": "pass", "gates": [ { "name": "connectivity", "status": "pass", "detail": "clean connectivity" }, { "name": "min-max-angle", "status": "pass", "detail": "angles within bounds" }, { "name": "area-ratio", "status": "pass", "detail": ...
{ "element_kind": "triangle", "adcirc": "compatible", "dg_swem": "compatible", "declared_target": null, "cfl": "not_evaluated" }
{ "node_count": 368, "element_count": 631, "resolution": { "min": 684.1694471373781, "max": 1826.087801067584, "median": 1180.2910844188389, "coords": "native" }, "depth_range": [ -1.9, 12 ] }
{ "state": "declared", "content_uid": null, "normalized_uid": "normalized-v1:86cd238e3f927fc5f7e5bc3cfaa4b8ceb4fb136215e8128fd18e9a897a1d8518", "generator": null, "parent_content_uid": null, "datum": null, "shoreline_source": null, "authors": [], "doi": null, "review_bundle": null }
trust-report-v1:d4827f1e96069137cd255f062b4ae4649f813e68e7291e374644562a0ac3d73d
MiscTests/test4@v1
trust-report-v1
2026-06-24T05:01:05.900014+00:00
0.9.0
{ "status": "pass", "gates": [ { "name": "connectivity", "status": "pass", "detail": "clean connectivity" }, { "name": "min-max-angle", "status": "pass", "detail": "angles within bounds" }, { "name": "area-ratio", "status": "pass", "detail": ...
{ "element_kind": "triangle", "adcirc": "compatible", "dg_swem": "compatible", "declared_target": null, "cfl": "not_evaluated" }
{ "node_count": 394, "element_count": 705, "resolution": { "min": 700.916876656469, "max": 1826.087801067584, "median": 1178.146549505, "coords": "native" }, "depth_range": [ -1.9, 12 ] }
{ "state": "declared", "content_uid": null, "normalized_uid": "normalized-v1:95b7506d912f2b6b6bd36b18b6e2d0e19924372af3ce32d4ca12b538af7dec94", "generator": null, "parent_content_uid": null, "datum": null, "shoreline_source": null, "authors": [], "doi": null, "review_bundle": null }
trust-report-v1:e68c27c2b6b4ad48af56d1d3fbb68410d2089cc2831a8414367782f01cb9b9bc

ADMESH Domains

A registry of ADCIRC-compatible coastal-simulation mesh domains, organized as Domains (geographic regions or logical groups) containing one or more Meshes (specific realizations).

Geographic coverage

Bounding boxes of geographic domains

Bounding boxes shown for Domains whose coordinates are in lat/lon (decimal degrees). Synthetic, projected, and arbitrary-coordinate Domains are listed in the tables below but not plotted.

Quickstart

Install the Python package and load a mesh from this dataset:

pip install admesh-domains[hf]
from admesh_domains import get_mesh

mesh = get_mesh("WNAT/hagen@v1")
local_path = mesh.load()       # downloads + caches via huggingface_hub
print(local_path)              # /Users/.../huggingface/hub/.../WNAT_Hagen.14

You can also use the HF CLI directly:

hf download domattioli/ADMESH-Domains --type dataset

Or load the Parquet sidecar to query without Python:

import pyarrow.parquet as pq
from huggingface_hub import hf_hub_download

p = hf_hub_download(
    repo_id="domattioli/ADMESH-Domains",
    filename="manifest.parquet",
    repo_type="dataset",
)
table = pq.read_table(p)
print(table.to_pandas().head())

Real-world domains (12)

Domain Region Meshes Description
BaranjaHill Europe 2 Baranja Hill
ChesapeakeBay North America 1 Chesapeake Bay
DelawareBay North America 2 Delaware Bay
GreatLakes North America 1 Great Lakes
Italy Mediterranean 1 Italy coastal region
LakeErie North America 2 Lake Erie
LakeMichigan North America 1 Lake Michigan
WNAT Atlantic Ocean 4 Western North Atlantic
EasternPacific Pacific Ocean 1 Eastern Pacific (ENPAC)
EnglishChannel Europe 0 English Channel
SanFranciscoBay North America 1 San Francisco Bay
STOFS2DGlobal Global 0 STOFS-2D-Global

Synthetic / test domains (5)

Domain Meshes Description
MiscTests 8 Miscellaneous test meshes
Rectangles 4 Rectangular reference meshes
Shapes 7 Simple geometric shapes
StructuredGrids 4 Structured grid meshes
TestCases 5 Numbered test cases

File layout

manifest.parquet              # flat one-row-per-mesh sidecar
README.md                     # this file
meshes/<domain>/<filename>    # original ADCIRC .14 / .2dm files

License

MIT (matches the upstream repo).

Citation

If you use this registry in research, please cite:

@misc{admesh_domains,
  author       = {Mattioli, Dominik},
  title        = {ADMESH Domains: A Registry of ADCIRC-Compatible Mesh Domains},
  year         = {2026},
  publisher    = {Hugging Face},
  url          = {https://huggingface.co/datasets/domattioli/ADMESH-Domains},
  note         = {Version data-2026-06-09-c2c5373},
}
Downloads last month
1,071