-
Notifications
You must be signed in to change notification settings - Fork 12
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 suggestion in ValueError: Cannot parse units for lat/lon #107
Comments
The docs help here: https://pint-xarray.readthedocs.io/en/latest/examples/plotting.html#convert-units-into-a-format-understood-by-pint works fine when doing
You could parse for lat/lon in the |
the code in the tutorial notebook really is a workaround, and I think we'll change that to depend on Once again, thanks for opening these issues. |
First time dabbling with pint-xarray.
precip in the ERA5 catalog hosted by planet os is in m (total precipitation). Wanted to convert it to mm. I could have simply multiplied it by 1,000 but was a good excuse to try this package.
From perusing the issues it's probably related to #26
Tested on main as well
The text was updated successfully, but these errors were encountered: