aboutsummaryrefslogtreecommitdiffstats
path: root/export_raster.py
Commit message (Collapse)AuthorAgeFiles
* export_raster: Fix compatibility with older GDAL versions.Guilhem Moulin2025-07-231
| | | | | Older GDAL version need the destination path to be a string not a path-like argument.
* Fix logic error.Guilhem Moulin2025-07-231
|
* Add logic to export raster files (as COG).Guilhem Moulin2025-07-231
Raster data is not stored in the PostGIS database. Instead, the mtime of the target directory is used to determine whether the COG is up to date. Add a new flag --metadata-compress for JSON metadata compression (which also applies to MVT metadata), and --rasterdir for the target raster directory.