We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
flamingo
The text was updated successfully, but these errors were encountered:
NOTE: it is possible to subset on the northings and eastings, as below. However, we are avoiding that route at this stage.
>>> import xarray as xr >>> df = xr.open_dataset('/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.3.0/5km/tasmin/mon/v20210712/tasmin_hadukgrid_uk_5km_mon_195301-195312.nc') >>> v = df.sel(projection_x_coordinate=slice(400000, 500000), projection_y_coordinate=slice(400000, 500000)) >>> v.tasmin.shape (12, 20, 20)
Sorry, something went wrong.
Test 2: the files include auxiliary coordinate variables for latitude and longitude - so clisops might just work!!!
It looks like it works. Roll it out and get users to test and comment.
Why do 180 NC files get read from the FileMapper/DatasetMapper?
agstephens
No branches or pull requests
flamingo
- added for HadUK-Grid 1km monThe text was updated successfully, but these errors were encountered: