-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
sci-wms needs to know too much information about what an sgrid is:
- https://github.com/sci-wms/sci-wms/blob/e3d3d20735d2c4530fbba8b206b632da121647a4/wms/models/datasets/sgrid.py#L216-L237
- https://github.com/sci-wms/sci-wms/blob/e3d3d20735d2c4530fbba8b206b632da121647a4/wms/models/datasets/sgrid.py#L251-L278
- https://github.com/sci-wms/sci-wms/blob/e3d3d20735d2c4530fbba8b206b632da121647a4/wms/models/datasets/sgrid.py#L298-L314
Anything that closes the implementation gap between pysgrid and potential users. I'd love it if sci-wms never had:
- Rotate angles
- Recenter any variables on to another grid
- Figure out padding when re-centering
- Subset in space (I should be able to provide a bbox and get back another Sgrid object read to go)
- Subset in time (I don't want to have to write the bisect code... pysgrid could do that for me).
Basically, all data access should assume the user wants it back on the centers and pad/slice/rotate as needed. If a user wants the raw data they can just use netCDF4.
Metadata
Metadata
Assignees
Labels
No labels