NCPP / ocgis

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

Add fancy indexing distributed slicing #451

Closed bekozi closed 6 years ago

bekozi commented 7 years ago

Fancy indexing is currently blocked by Dimension.get_distributed_slice. Boolean and index-based fancy slicing should be supported when slicing dimensions in parallel.

bekozi commented 6 years ago

Implemented in full as part of https://github.com/NCPP/ocgis/issues/447.