-
Notifications
You must be signed in to change notification settings - Fork 416
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
Add standard data object #10
Comments
Might even be a better idea to follow NetCDF4-Python API. |
Should contain a |
Sorry I hadn't made this yet. Should also add Axis getters for all the axis Time On Wednesday, July 15, 2015, Ryan May notifications@github.com wrote:
|
I think xarray is the way to go, at least as a base here. Its One prominent problem that this would help solve is dimension ordering for things like Another question this begs is whether we should have a advection(temperature, Vector(x=u, y=v))
geo_wind = geostrophic_wind(heights, f)
print(geo_wind.x) # Or maybe .u? |
This could also just be replaced wholesale by IRIS if that's deemed better.
The text was updated successfully, but these errors were encountered: