Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a "variable" object? #1

Open
ChrisBarker-NOAA opened this issue Feb 12, 2016 · 0 comments
Open

Create a "variable" object? #1

ChrisBarker-NOAA opened this issue Feb 12, 2016 · 0 comments

Comments

@ChrisBarker-NOAA
Copy link
Contributor

It would be nice to be able to get, for instance, a variable for a given timestep, and have all the attributes along with it, rather than having to query them separately (or get them in a separate object).

We could create an object that mirrors the API of a netCDF4 variable object.

We can't use the variable object itself because we only want a slice of it, and this would open the door to using the same code/API without a netcdf file at all.

-CHB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant