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
In this ticket, we want to add the ability to save our images in the COG format. The COG (Cloud Optimized GeoTIFF) format is an extension of the GeoTIFF format, designed to be optimized for storage and access in the cloud.
Context
In this ticket, we want to add the ability to save our images in the COG format. The COG (Cloud Optimized GeoTIFF) format is an extension of the GeoTIFF format, designed to be optimized for storage and access in the cloud.
Code
We need to modify the
dem_coregistration
function to allow saving in COG format.To do this, add a boolean parameter
save_cog
that modifies thesave
function [here](https://github.com/GlacioHack/xdem/blob/main/xdem/coreg/workflows.py#L365) to:Tests
Conduct internal tests.
The text was updated successfully, but these errors were encountered: