[gdal-dev] Renaming multiple layers when loading gpkg into postgis

2024-03-07 Thread Richard Duivenvoorde via gdal-dev
Hi, Loading a gpkg with multiple layers (from a zip) into Postgis is a breeze (all PG-stuff from env): ogr2ogr -overwrite -f PostgreSQL PG:"schemas=target" /vsizip//home/richard/data/data.zip/this.gpkg layer1 layer3 but now I want to rename those layers ogr2ogr -overwrite -f PostgreSQL

Re: [gdal-dev] The relationship between overview levels and zoom levels?

2023-10-08 Thread Richard Duivenvoorde via gdal-dev
Hi James, If I understand correctly, it is simpler then you might think. The main purpose of these overviews is to have a quicker/better response at higher (overview) levels. So if you have one giant Geotiff (meaning a LOT of cells), you still would have to open and check ALL cell values, even