opendatacube / odc-geo

GeoBox and geometry utilities extracted from datacube-core
https://odc-geo.readthedocs.io/en/latest/
Apache License 2.0
83 stars 15 forks source link

Better focused test for dask arrays. #170

Closed SpacemanPaul closed 4 months ago

SpacemanPaul commented 4 months ago

Fix for #169

Uses _interop.is_dask_collection() instead of not instanceof(ndarray)