Raster Format Conversion Using gdal translate: Difference between revisions

Content deleted Content added
No edit summary
 
Line 36:
==Cloud Optimised GeoTIFFs==
<br>
Cloud Optimised GeoTIFFs (COGs) are a format of GeoTIFF which are set up to allow easy storage and distribution via the Cloud. The GeoTIFFs are formatted slightly differently with internal tiling, overviews and compression which makes it easier to access and download parts of the data corresponding to the particular study area of interest, without the requirement to download the entire file first. COGs aren't currently supported by the 2023 version of TUFLOW, although they will be in the next TUFLOW release. Currently they would need to be converted using gdal translate.<Br>
 
'''COG to GeoTIFF'''<Br>