aboutsummaryrefslogtreecommitdiffstats
path: root/export_raster.py
Commit message (Collapse)AuthorAgeFiles
* export_raster: Fix compatibility with older GDAL versions.HEADmasterGuilhem Moulin4 days1
| | | | | Older GDAL version need the destination path to be a string not a path-like argument.
* Fix logic error.Guilhem Moulin4 days1
|
* Add logic to export raster files (as COG).Guilhem Moulin4 days1
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.