ioos / cc-plugin-ugrid

Compliance Checker Plugin for UGRID: http://ugrid-conventions.github.io/ugrid-conventions
Apache License 2.0
3 stars 6 forks source link

Ugrid2 dev #12

Closed daltonkell closed 5 years ago

daltonkell commented 6 years ago
Updated UgridChecker

After creating a dependency graph for the feature checks, the checker has
been re-written to run more efficiently and with more logical, readable
steps. 1-D and 2-D meshes are checked for their features, while development
for fully unstructured, 3D meshes is needed. The checks also come complete
with tests. Other changes are as follows:
  - renamed UgridChecker10 to UgridChecker
  - renamed test file
  - updated checks.md
  - updated ugrid.cdl test file
  - edited setup.py accordingly
daltonkell commented 5 years ago

This also addresses #6 (closing that issue).