[gdal-dev] Parallel s3 requests with vsis3?

2022-11-10 Thread Christian Roth
Hi, I am trying to understand whether it is possible to read with parallel requests when using the vsis3 virtual file system - I am currently experimenting with a regular gtiff file and have not yet found a way to read with speeds beyond s3 single-read bandwidth. I am no expert in http communi

Re: [gdal-dev] Bug/feature: OGR VSICURL does not handle gzip compression

2022-11-10 Thread Thomas Gratier
Hi, Use the CURL option available through GDAL e.g https://trac.osgeo.org/gdal/wiki/ConfigOptions#CPL_CURL_GZIP (also documented at https://gdal.org/user/configoptions.html) To illustrate, try the following ogrinfo -so --config CPL_CURL_GZIP YES " https://tie.digitraffic.fi/api/v3/data/traffic-m

[gdal-dev] Bug/feature: OGR VSICURL does not handle gzip compression

2022-11-10 Thread Stefan Gofferje
Hi, I'm trying to import traffic situation data in GeoJSON format from the Finnish Road Administration at https://tie.digitraffic.fi/api/v3/data/traffic-messages/simple? inactiveHours=0&includeAreaGeometry=false&situationType=TRAFFIC_ANNOUNCEMENT Unfortunately, the server is configured so that

Re: [gdal-dev] gdal2tiles: RuntimeError: Cannot find coordinate operations from `ENGCRS["WGS_1984_Web_Mercator_Auxiliary_Sphere"

2022-11-10 Thread Terra Frost
So I just tried the above commands on a brand new Ubuntu 22.04 install. When I did "sudo add-apt-repository ppa:ubuntugis/ppa" I got this error: E: The repository 'https://ppa.launchpadcontent.net/ubuntugis/ppa/ubuntu jammy Release' does not have a Release file. N: Updating from such a repository

Re: [gdal-dev] org2org

2022-11-10 Thread Bo Victor Thomsen
Sorry to pollute this list (again !) with non GDAL related information, however - I made a mistake in my answer about the SQL statement and the nerd part of my brain just won't let go. So: * The SQL where-part  contains a combination of st_intersects (geom, /..some geometry resulting func