NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 21 forks source link

handle clip operations with regridding #326

Open bekozi opened 10 years ago

bekozi commented 10 years ago

who: @bekozi

Clip operations will raise a validation exception. The current implementation in regridding requires the spatial operation to occur before regridding. The subset operation needs to be refactored to allow source datasets to be initially subset with an intersects operation then clipped following a regrid operation.