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

2020-11-17 Thread Sean Gillies
Hi Jukka, On Tue, Nov 17, 2020 at 2:57 AM jratike80 < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > I have done some helpdesk work within the GDAL community and I know well > that the open options and config options are confusing. I also know that > they exists for a reason but simplified

Re: [gdal-dev] Call for discussion on RFC77 Drop Python 2 support

2020-11-17 Thread Howard Butler
LGTM. Thanks for the RFC and PRs. Can I convince Idan to also write an RFC to move all of the swig-generated bindings out of the main tree and into their own project? :) I'm half-serious, and I know this would represent real disruption. I also know Even is not so enthused about such an effort,

Re: [gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Even Rouault
On mardi 17 novembre 2020 14:01:07 CET Daniel Mellergård wrote: > Hi, > > Is setting the environment variable PROJ_DEBUG=3 supposed to work when > using GDAL3.1.2? Running for example gdalsrsinfo with that environment > variable set has no effect, but running projinfo (from proj 6.3.2) does. As P

Re: [gdal-dev] GDAL conda build

2020-11-17 Thread Jeff McKenna
Hi Jon, No approval/funnel through one person for edits, you can just add your notes there, so others can follow them someday (and avoid list archive searching). Over time maybe someone updates or enhances your notes, or not, that's how the wiki thrives. Thanks for taking the time to do thi

Re: [gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Daniel Mellergård
At the same time, can I assume OSRSetPROJSearchPaths to work as expected, or is there any similar issue? Den tis 17 nov. 2020 kl 14:04 skrev Daniel Mellergård < daniel.mellerga...@gmail.com>: > I was a bit eager to hit send... The GDAL version I am using is 3.0.4. > > Den tis 17 nov. 2020 kl 14

Re: [gdal-dev] GDAL conda build

2020-11-17 Thread Jon Morris
Hi Jeff, No problem, I can do that. Does it need to be approved, or do people just keep editing until we're all happy with it? Thanks, Jon -Original Message- From: gdal-dev On Behalf Of Jeff McKenna Sent: 17 November 2020 13:58 To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GDAL

Re: [gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Daniel Mellergård
I was a bit eager to hit send... The GDAL version I am using is 3.0.4. Den tis 17 nov. 2020 kl 14:01 skrev Daniel Mellergård < daniel.mellerga...@gmail.com>: > Hi, > > Is setting the environment variable PROJ_DEBUG=3 supposed to work when > using GDAL3.1.2? Running for example gdalsrsinfo with th

[gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Daniel Mellergård
Hi, Is setting the environment variable PROJ_DEBUG=3 supposed to work when using GDAL3.1.2? Running for example gdalsrsinfo with that environment variable set has no effect, but running projinfo (from proj 6.3.2) does. I assume this has something to do with different "contexts" in Proj? Also, by

Re: [gdal-dev] GDAL conda build

2020-11-17 Thread Jeff McKenna
Hi Jon, You can press edit and add a section with all of your own notes (everything you have written here in your emails to the list) to the bottom of that page, so that way you avoid the thinking of 'i must update the entire wiki page'. (no exclamation point needed) thanks, -jeff -- Jef

Re: [gdal-dev] GDAL conda build

2020-11-17 Thread Paul Harwood
Does anyone know the background behind "osgeo-forge"? On Tue, 17 Nov 2020 at 11:33, Jon Morris wrote: > Hi Jeff, > > I don't feel I know enough about the process to start to update that page, > as there is quite a lot of work to do! > > In the end the recipe at > https://github.com/osgeo-forge/l

Re: [gdal-dev] GDAL conda build

2020-11-17 Thread Jon Morris
Hi Jeff, I don't feel I know enough about the process to start to update that page, as there is quite a lot of work to do! In the end the recipe at https://github.com/osgeo-forge/libgdal-filegdb-feedstock worked for me, with a couple of minor tweaks to remove some warnings from the log. Updati

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

2020-11-17 Thread Even Rouault
> The variation of subdataset syntax among drivers is a bug, let's try to fix > this. > > It seems to me that the internet way to address subdatasets would be to use > a # URL fragment. But since most of our formats and the servers that serve > files of these formats are not aware, we may have to

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

2020-11-17 Thread jratike80
Hi, I have done some helpdesk work within the GDAL community and I know well that the open options and config options are confusing. I also know that they exists for a reason but simplified and uniform way to use them would be nice. Some comments on comments: >> gdalinfo my.tif -oo GEOREF_SOURCE