Re: [gdal-dev] Passing open options along dataset name in a string ?

2020-11-03 Thread Sean Gillies
Even, On Mon, Nov 2, 2020 at 1:16 PM Even Rouault wrote: > Sean, > > > We already have a way of passing "open" options for vsicurl: > > > https://gdal.org/user/virtual_file_systems.html#vsicurl-http-https-ftp-files > > -random-access. What about reusing that conceptual framework and syntax? > >

Re: [gdal-dev] Reading a VRT file & overview usage

2020-11-03 Thread Angus Dickey
Even, Thank you for your response. Since you can't reproduce this with your test it makes me think there is something about the input data. I put together some sample data in a public S3 bucket and some commands. Would you be able to try them out to see if that reproduces the behaviour? I tried G

Re: [gdal-dev] Build GDAL with static PROJ6

2020-11-03 Thread Markus Neteler
On Tue, Nov 3, 2020 at 2:44 PM Lars Sunde wrote: > > Hello, > > Does GDAL 3.0.4 support being statically linked with Proj 6.2.1? > > Environment is RedHat 7.2 (64 bit) and GCC 9.3. > > We have successfully built Proj 6.2.1 as static library. The proj build > folder is located at /tmp/proj and co

[gdal-dev] Build GDAL with static PROJ6

2020-11-03 Thread Lars Sunde
Hello, Does GDAL 3.0.4 support being statically linked with Proj 6.2.1? Environment is RedHat 7.2 (64 bit) and GCC 9.3. We have successfully built Proj 6.2.1 as static library. The proj build folder is located at /tmp/proj and contains /tmp/proj/lib/libproj.a. We have tried below command to c