dask-rasterio
dask-rasterio copied to clipboard
Read and write rasters in parallel using Rasterio and Dask
Results
2
dask-rasterio issues
Sort by
recently updated
recently updated
newest added
Seems that rasterio's _hds object is no more serializable ``` distributed.protocol.pickle - INFO - Failed to serialize ("('filled-2f9fe0560be0502eda038fa941309294', 0, 0)", , (slice(0, 748, None), slice(0, 22415, None)), , False). Exception:...
I'm working with dask masked array, and was wondering what would be the translation of these lines? ```py import rasterio with rasterio.open(inputFile) as source: # this is a 3D numpy...