NOAA-ORR-ERD / gridded

A single API for accessing / working with gridded model results on multiple grid types
https://noaa-orr-erd.github.io/gridded/index.html
The Unlicense
64 stars 14 forks source link

Implement Saving a gridded.Dataset #52

Open ChrisBarker-NOAA opened 4 years ago

ChrisBarker-NOAA commented 4 years ago

There is a bunch of code in here for saving UGRIDs, and some for SGRIDS, but it hasn't been all tied together to save out a Gridded dataset.

Key is to have the Variables know enough about themselves to save themselves out.

But to have the DRidded saving code create the right dimensions, etc for them to use.