ruithnadsteud / yt_georaster

A package for handling geotiff files and georeferenced datasets within yt.
1 stars 2 forks source link

save_as_geotiff should mask cells outside the data container #27

Closed brittonsmith closed 3 years ago

brittonsmith commented 3 years ago

Currently, save_as_geotiff works by saving all data contained within the bounding box of the provided data_source. We should either output a mask or mask the output data itself so that it is only data within the container.

brittonsmith commented 3 years ago

Resolved in PR #38.