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

overhaul keywords #612

Merged
merged 14 commits into from
Apr 25, 2024
Merged

overhaul keywords #612

merged 14 commits into from
Apr 25, 2024

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Mar 17, 2024

There are quite a few keywords to Raster and RasterStack that don't always work. crs cant always be set to nothing, missingval cant always be set for RasterStack.

This PR is the start of making keyword argument inputs more consistent and better tested.

Closes #611

Also standardises chunks keyword for all backends, name keyword accross all objects, and adds a group keyword for selecting dataset groups, as in large nested netcdf or hdf5.

@rafaqz rafaqz force-pushed the keywords branch 2 times, most recently from fa59c80 to 7c4dcc6 Compare March 24, 2024 23:47
@rafaqz rafaqz force-pushed the keywords branch 2 times, most recently from c4ca069 to 4d7363f Compare April 13, 2024 19:21
* update cdm and bugfix

* fix AbstractDiskArray

* bugfix ncdatasets

* return ncarray...

* more cdm updates
@rafaqz rafaqz mentioned this pull request Apr 25, 2024
@rafaqz rafaqz merged commit 59c7ca2 into main Apr 25, 2024
0 of 5 checks passed
@rafaqz rafaqz deleted the keywords branch April 25, 2024 23:13
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

Successfully merging this pull request may close these issues.

missingval keyword for RasterStack
1 participant