Re: [gdal-dev] install ESRI file geodatabse driver

2013-12-10 Thread Stefano Iacovella
I don't think there is any binary package compiled with FGDB driver. Yes, you should remove your installation, download source code for gdal and compile as described in the wiki. By the way on Linux compilation is really easy and fast. Cheers Stefano -

[gdal-dev] install ESRI file geodatabse driver

2013-12-10 Thread maven apache
Hi: I am using ubuntu 12.04 with 64bit. and I have installed gdal 1.9.2 from the ppa:"https://launchpad.net/~ubuntugis/+archive/ppa/";. And following the driver page , I have to install the FileGDB_API_SDK if I want to read/write the gdb format. I have d

Re: [gdal-dev] Default GeoTransform for MEM driver

2013-12-10 Thread Even Rouault
Le mardi 10 décembre 2013 16:48:31, Ivan Lucena a écrit : > Hi Even, > > > From: even.roua...@mines-paris.org > > To: gdal-dev@lists.osgeo.org > > Subject: Re: [gdal-dev] Default GeoTransform for MEM driver > > Date: Mon, 9 Dec 2013 20:54:35 +0100 > > CC: lucena_i...@hotmail.com; tke...@utexas.edu

Re: [gdal-dev] Default GeoTransform for MEM driver

2013-12-10 Thread Tim Keitt
On Mon, Dec 9, 2013 at 1:54 PM, Even Rouault wrote: > Le lundi 09 décembre 2013 18:08:19, Ivan Lucena a écrit : > > The other problem with that documentation is the return code. CE_Failue > > means that the driver does not support it and/or that the dataset doesn't > > have it. > > The current beh

Re: [gdal-dev] Force application of ntv2 grid

2013-12-10 Thread Thomas Campagne
2013/12/10 stevejking > Andre Joost wrote > > Am 29.11.2013 09:59, schrieb Jeremy Palmer: > >> Hi gdal-devs, > >> > >> I'm trying to shift shapefile data using a custom NTv2 grid file. The > >> logical source and destination coordinate systems are the same > >> (geographic coordinates EPSG:4167),

Re: [gdal-dev] Default GeoTransform for MEM driver

2013-12-10 Thread Ivan Lucena
Hi Even, > From: even.roua...@mines-paris.org > To: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] Default GeoTransform for MEM driver > Date: Mon, 9 Dec 2013 20:54:35 +0100 > CC: lucena_i...@hotmail.com; tke...@utexas.edu; jukka.rahko...@mmmtike.fi > > Le lundi 09 décembre 2013 18:08:19, Iva

Re: [gdal-dev] Force application of ntv2 grid

2013-12-10 Thread stevejking
Andre Joost wrote > Am 29.11.2013 09:59, schrieb Jeremy Palmer: >> Hi gdal-devs, >> >> I'm trying to shift shapefile data using a custom NTv2 grid file. The >> logical source and destination coordinate systems are the same >> (geographic coordinates EPSG:4167), I only want to shift the data. >> >>