You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think best would be to have it in set_query_parameters and set to no compression by default. Then user can pass various compressions that correspond to rasterio compression options.
You can see how to compress on save with rasterio eg here. Then I think passing the compress argument in the output_metadata update here should work.
A get_raster_compression method could be added here where we'd make sure only compression keywords matching rasterio's are passed. Otherwise raise an Error.
There is currently no compression specified for the creation of the different rasters. Let's add an option for compression.
Mainly happening here through
output_meta
:earthspy/earthspy/earthspy.py
Lines 1065 to 1067 in 9ee52fb
The text was updated successfully, but these errors were encountered: