Mesh
29 Mar 2023
The Mesh Data Abstraction Library (MDAL) out of OSGeo is a “translator library” for many common conventions found in meteorology and hydrology. The library supports data found in Grib and NetCDF encoded as NetCDF Climate and Forecast Metadata Conventions (CF) or Unstructured Grid Conventions (CF/UGRID) and represented as geospatial mesh data. In addition to supporting mature and well-defined spatial data encodings in self-describing files, the library also supports numerous model-specific formats including Telemac, HEC-RAS, and TUFLOW.
1 Jan 2012
Conventions Documentation #
The conventions can be found here:
https://ugrid-conventions.github.io/ugrid-conventions/
Which is maintained though the following git repository:
https://github.com/ugrid-conventions/ugrid-conventions
Check Compliance #
pyugrid can be used to parse and validate CF-UGRID metadata. Its documentation is located here: