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

respect the _FillValue attribute. #23

Open ChrisBarker-NOAA opened 6 years ago

ChrisBarker-NOAA commented 6 years ago

At least for mixed tri+quad cells and the like, gridded should read the _FillValue attribute and handle it properly, probably by translating to a -1 internally.

Then the other code can deal with teh -1...

See #22