-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support in subset_bbox for unstructured grids such as station data #161
Comments
Second issue relating to unstructured data:
fails with
|
I edited my comment above because the first part was no more relevant. Here are details on the top issue: MWE, same dataset as my comment above:
Those lat and lon bounds are supposed to select locations 2 and 5. As expected, location 1 is dropped. However elements 3 and 4 are still in the output dataset, but with NaNs everywhere, masked instead of dropped. I think this comes from the fact that the lat/lon bounds are translated to bounds on the shared dim ( |
Description
Point observations are usually formatted with a variable defined along
region
andtime
dimensions. Geographical coordinates (lat, lon) for stations are themselves defined alongregion
. With clisops 0.6.3, this data model is wrongly interpreted as a curvilinear grid, and masks stations outside of the bounding box instead of removing them entirely from theregion
dimension.The text was updated successfully, but these errors were encountered: