aboutsummaryrefslogtreecommitdiffstats
path: root/export_raster.py
Commit message (Collapse)AuthorAgeFiles
* 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.