Re: [gdal-dev] Error Oracle -lco options

2013-08-07 Thread Jukka Rahkonen
Simon Mercier mapgears.com> writes: > > Hi Jukka > > yes, stupid copy-paste problem! it was not a real "hyphen-minus" in my > command line. > > thank's a lot Great that my guess was right. It took me pretty long to discover that what looks like " in the command line may be something else so

Re: [gdal-dev] FileGDB Driver coordinate system support

2013-08-07 Thread Saulteau Don
I've imported data from a FileGDB to PostGIS when it was stored using EPSG 3005 so it definitely works and is supported by the FileGDB API. I tested your data and got the same result on the test3005.gdb, no layers in the output - the file GDB may be corrupt because QGIS won't even open it and comp

[gdal-dev] FileGDB Driver coordinate system support

2013-08-07 Thread Hailey Eckstrand
Hello, I am trying to import a feature class from a file geodatabase (version 10 or greater) into PostGIS. After installing the FileGDB driver, I was able to successfully import a feature class which was in the EPSG 4326 spatial reference system. ogr2ogr -f PostgreSQL PG:dbname=fgdb_test dir4326/te

Re: [gdal-dev] Error Oracle -lco options

2013-08-07 Thread Simon Mercier
Hi Jukka yes, stupid copy-paste problem! it was not a real "hyphen-minus" in my command line. thank's a lot Le 13-08-06 6:23 AM, Jukka Rahkonen a écrit : Simon Mercier mapgears.com> writes: Hi list I have to upload data (same problem with shapefiles and gml) in Oracle

Re: [gdal-dev] FileGDB Driver coordinate system support

2013-08-07 Thread Smith, Michael ERDC-RDE-CRREL-NH
The ESRI FileGDB api only supports certain projections, BC Albers (epsg:3005) is evidently not one of them. Its in ESRI API issue. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center From: Hailey Eckstrand mailto:haileyeckstr...@gmail.com>> Date: Wednesday, August 7, 2013 6:09 PM To:

Re: [gdal-dev] concatenated VRT file

2013-08-07 Thread Jan Hartmann
Thanks Eli, but this is not what I am trying to do. I have to create hundreds of VRTs, all the same except for the one line. I would like to to this without making physical copies of the whole file, but with some sort of symbolic link to a central VRT-file, and just add the geotransform inform