This PR introduces the functionality to process orthophoto images generated by the ODM (OpenDroneMap) pipeline, save them in Cloud-Optimized GeoTIFF (COG) format, and provide an API endpoint to serve tiles of the orthophoto. Key features include:
Updated image processing logic to extract orthophoto TIFF from ODM assets and upload it to S3.
Added an API endpoint to serve PNG image tiles of the orthophoto based on z, x, and y indices (zoom and tile coordinates).
used rio-tiler to efficiently generate tiles from the COG file.
Error handling for tiles outside the image bounds.
Description:
This PR introduces the functionality to process orthophoto images generated by the ODM (OpenDroneMap) pipeline, save them in Cloud-Optimized GeoTIFF (COG) format, and provide an API endpoint to serve tiles of the orthophoto. Key features include:
z
,x
, andy
indices (zoom and tile coordinates).rio-tiler
to efficiently generate tiles from the COG file.Screenshot