UM-RMRS / raster_tools

RMRS Raster Utility Project
https://um-rmrs.github.io/raster_tools/
GNU General Public License v3.0
31 stars 15 forks source link

Add ability to create a new raster from a template raster #15

Open fbunt opened 1 year ago

fbunt commented 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.

fbunt commented 2 months ago

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.