NCPP / ocgis

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

Add tripole grid subset capability #443

Closed bekozi closed 7 years ago

bekozi commented 7 years ago

Most likely solution: Transform tripole, spherical coordinate system into three-dimensional cartesion and subset. Backtransform if necessary.

bekozi commented 7 years ago

Conversion to cartesian not necessary for subsetting. Test dataset had strange coordinate ordering which affected bounding box slicing. Masking is okay. See commit for minor changes.