-
Notifications
You must be signed in to change notification settings - Fork 45
Description
This is not really a feature request, maybe it is better as a topic discussion? Anyway here is the gist of it:
I'm taking a tour at the many ugrid libraries out there
- ugridpy: https://github.com/Deltares/UGridPy
- xugrid: https://github.com/Deltares/xugrid
- gridded: https://github.com/NOAA-ORR-ERD/gridded
- pyugrid: https://github.com/pyugrid/pyugrid
Ugridpy depends on two c++ libraries that are quite hard to compile and upstream only provides Windows binaries.
Xugrid seems to be the most "feature complete" but it failed to load a compliant dataset (I'm still investigating that).
Gridded has almost all the functionalities of xugrid but operates on netcdf4-python objects instead of xarray.
Pyugrid is the oldest and also only operates on netcdf4-python.
Uxarray can read from multiple grid formats, only from files for now (PR #68 fixes that), but lacks some of the xugrid functionalities like plotting and high level slices.
I'd love to hear thoughts from the devs and/or comments/corrections on my assent above.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status