- Regular structured Grids ([CF Conventions](http://cfconventions.org/)), with API embedded in [Iris](http://scitools.org.uk/iris/) and to some degree in [Xray](https://github.com/xray/xray)
- Unstructured Grids (CF + [UGRID Conventions](https://github.com/ugrid-conventions/ugrid-conventions/blob/master/README.md)), with nascent API in [pyugrid](https://github.com/pyugrid/pyugrid)
- Staggered Grids (CF + [SGRID Conventions](https://publicwiki.deltares.nl/display/NETCDF/Deltares+proposal+for+Staggered+Grid+data+model)) with nascent API in [pysgrid](https://github.com/sgrid/pysgrid)
gridded lets one work with multiple model types with the same API, while preserving the native grid as much as possible.Other solutions have (so far) built assumptions about the underlying grid type into the code and API, making it difficult to adapt to other grid types. Nevertheless,
gridded hopes to lwear from the the fabulous work done by other packages, such as: Iris: http://scitools.org.uk/iris/ and Xray: https://github.com/xray/xrayhttps://github.com/NOAA-ORR-ERD/gridded
No comments:
Post a Comment