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

rename "dataset" internally ? #34

Open ChrisBarker-NOAA opened 5 years ago

ChrisBarker-NOAA commented 5 years ago

We have a lot of attributes and methods that use "dataset" to mean a netCDF4.Dataset. But we also have a gridded.Dataset -- so maybe a bit confusing?

maybe re-name those: nc_dataset or something?

Or maybe a refactor to use xarray will change all this anyway.