GeoServer – S3 Support for GeoTIFF vs COG (Cloud Optimized GeoTIFF) Support

amazon s3amazon-web-servicescloud-optimized-geotiffgeoservergeotiff-tiff

I have large raster datasets on AWS S3 (~100gb each) that I would like to serve as WMS through Geoserver.

Has the "S3 Support for GeoTiff" extension been replaced by the "COG" one?

I understand that I would need to process the tiff to be a COG using gdal or rio-cogeo.

Best Answer

No, both extensions continue to exist. COG is probably faster (and cheaper) that the general S3 but may require you to reprocess your tiffs to make them COGs.

Just to note that as they are community extensions they aren't really supported in the sense that other extensions are. But users that depend on them could step up to provide support or cash to buy support.

Related Question