Re: [gdal-dev] Selecting Python during configuration

2012-11-01 Thread Charlie Sharpsteen
On Thu, Nov 1, 2012 at 6:01 PM, Michael Speth wrote: > Greetings, > > I am attempting to compile gdal with python support. However, I don't > want to use the system installed python; I want to use a locally compiled > version of python. I am unable to find how to select the python version to

Re: [gdal-dev] Convert DBX/SHP to JSON using ogr2ogr

2012-06-03 Thread Charlie Sharpsteen
On Sun, Jun 3, 2012 at 10:21 AM, Even Rouault wrote: > > Can you tell how I can determine the source SRS from the files? Is > > that possible? > > Sometimes, you have an associated .prj file that contains the SRS. If the > file > is not present, then you must guess it. Or ask the person who gave

Re: [gdal-dev] Enabling DAP appears to disable several other formats

2012-04-20 Thread Charlie Sharpsteen
On Thu, Apr 19, 2012 at 6:48 PM, Charlie Sharpsteen wrote: > On Thu, Apr 19, 2012 at 6:40 PM, Frank Warmerdam wrote: > >> Charlie, >> >> The typical reason would be that adding opendap adds stuff into the >> libraries list that results in other "test links"

Re: [gdal-dev] Enabling DAP appears to disable several other formats

2012-04-19 Thread Charlie Sharpsteen
On Thu, Apr 19, 2012 at 6:40 PM, Frank Warmerdam wrote: > Charlie, > > The typical reason would be that adding opendap adds stuff into the > libraries list that results in other "test links" failing. It would > be helpful if you could file a bug and attach the config.log. > > Best regards, > Fran

[gdal-dev] Enabling DAP appears to disable several other formats

2012-04-19 Thread Charlie Sharpsteen
I'm trying to add support for OpenDAP to a build of GDAL on OS X. However, when I add `--with-dods-root` to my configure arguments, I inexplicably loose support for Epsilon, cURL, SpatiaLite and FreeXL. Full configure logs can be found here: https://gist.github.com/2425147 The diff between the