xcube-dev / xcube-cds

An xcube plugin to generate data cubes from the Climate Data Store (CDS) API
MIT License
3 stars 1 forks source link

Implement geographic subsetting for soil moisture dataset #32

Closed pont-us closed 3 years ago

pont-us commented 3 years ago

Fixes #28.

The only supported bbox for the soil moisture dataset was [-180, -90, 180, 90] (the entire globe), because the CDS API does not support subsetting for this dataset. With this PR, soil moisture geographic subsetting is implemented within the CDS Store itself, so smaller bboxes can be used.

pont-us commented 3 years ago

Note: I accidentally put aff834c in this branch rather than in master. I'm leaving it here, since this branch will be merged into master anyway.