Open fbunt opened 1 year ago
A user recently wanted to be able to take take their dask array and create a new raster using a template raster. We should add this functionality to our package instead of making them muck about with the underlying xarray and dask objects.
This is solved now using raster_tools.raster.data_to_raster_like. I will close this issue once that group of functions are documented and exported.
raster_tools.raster.data_to_raster_like
A user recently wanted to be able to take take their dask array and create a new raster using a template raster. We should add this functionality to our package instead of making them muck about with the underlying xarray and dask objects.