Re: [gdal-dev] [GRASS-user] Slow import of GHSL

2017-03-10 Thread Nikos Alexandris
Nikos Alexandris Why does (attempting to) import a 38m pixel resolution GHSL [0] GeoTIFF layer, ie GHS_BUILT_LDS1990_GLOBE_R2016A_3857_38_v1_0_p1.tif, in GRASS' db progress slow? (Apologies for cross-posting to gdal-dev) Markus Neteler: Can you elaborate a bit more? I have downloaded and ch

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-10 Thread Richard Greenwood
If any of you can share any pointers on how to even get it to compile I'd appreciate it. I just need to access a esri file geodatabase that has curves and see if I can get them into postgis. If I have to have a separate build of gdal just for that I don't care. But I'm not too good with compiling g

Re: [gdal-dev] need gdal202.dll and gdal18.dll

2017-03-10 Thread Jeff McKenna
On 2017-03-10 4:04 PM, Stephane Poirier wrote: Hi All, Could someone tell me where I can find older versions of gdalXXX.dll ? Steph MS4W archives are available all the way back to year 2003, containing GDAL dlls. See "archives" at http://ms4w.com/ -jeff -- Jeff McKenna MapServer Consu

[gdal-dev] need gdal202.dll and gdal18.dll

2017-03-10 Thread Stephane Poirier
Hi All, Could someone tell me where I can find older versions of gdalXXX.dll ? Steph ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Symlinks to VRTs

2017-03-10 Thread Luis Ressel
On Fri, 10 Mar 2017 10:05:13 -0800 Kurt Schwehr wrote: > You can also disable readlink to fix some issues. e.g. in a content > addressable storage (CAS) filesystem, every file is typically in a > separate directory, so you don't want links dereferenced. Yes, that's exactly my setup (I'm using g

Re: [gdal-dev] Symlinks to VRTs

2017-03-10 Thread Kurt Schwehr
You can also disable readlink to fix some issues. e.g. in a content addressable storage (CAS) filesystem, every file is typically in a separate directory, so you don't want links dereferenced. https://github.com/OSGeo/gdal/blob/trunk/gdal/port/cpl_config.h.in#L151 On Wed, Mar 8, 2017 at 1:46 PM,

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-10 Thread Even Rouault
On vendredi 10 mars 2017 12:57:05 CET Robert Coup wrote: > Hi Even, > > On 9 March 2017 at 23:03, Even Rouault wrote: > > For those, at least on Linux, and which use GDAL compiled *without* > > --with-static-proj, you may get strange projection related failures at > > runtime. This is due to libF

Re: [gdal-dev] OpenFileGDB driver conflicts with GPX and KML driver

2017-03-10 Thread Even Rouault
On vendredi 10 mars 2017 13:35:18 CET Holger Schiebold wrote: > Hi all, > > at gdal 1.11.5 i have to disable via OGR_SKIP the GPX and KML driver to > get FileGDB driver working with my ESRI filegeodatabases. Otherwise i > get an segfault caused by the GPX or KML driver. On former 1.9 version > of

Re: [gdal-dev] compiling gdal with esri file gdb

2017-03-10 Thread Robert Coup
Hi Even, On 9 March 2017 at 23:03, Even Rouault wrote: > > > For those, at least on Linux, and which use GDAL compiled *without* > --with-static-proj, you may get strange projection related failures at > runtime. This is due to libFileGDBAPI.so embedding a copy of proj.4 > (without symbol hiddi

[gdal-dev] OpenFileGDB driver conflicts with GPX and KML driver

2017-03-10 Thread Holger Schiebold
Hi all, at gdal 1.11.5 i have to disable via OGR_SKIP the GPX and KML driver to get FileGDB driver working with my ESRI filegeodatabases. Otherwise i get an segfault caused by the GPX or KML driver. On former 1.9 version of gdal this not happens. Is it a bug or special circumstances in my en