Re: [gdal-dev] Vagrant developement environment

2014-04-07 Thread Ivan Lucena
Hi Howard, I started it all over and I got it to work. When I logged with "vagrant ssh" this time the gdal folder was there but not installed yet. And I didn't have development tools build GDAL, so I run "sudo sh posinstall.sh" and I also installed "make" and "perl" by hand and after that I

Re: [gdal-dev] Strange reset OGR_INTERLEAVED_READING when using Python bindings to read OSM PBF file

2014-04-07 Thread Even Rouault
Le lundi 07 avril 2014 10:03:02, Dražen Odobašić a écrit : > On 05.04.2014 11:23, Even Rouault wrote: > > Le mercredi 02 avril 2014 21:45:23, Dražen Odobašić a écrit : > >> On 02.04.2014 21:38, Even Rouault wrote: > I had no issues when reading large PBF files using this method. For > the

Re: [gdal-dev] [EXTERNAL] Gdal 1.10.1 with OCI and ODBC doesn't compile right

2014-04-07 Thread Smith, Michael ERDC-RDE-CRREL-NH
David, For using OCI with GDAL and --with-oci-lib, you need both oci-lib and oci-include For example: --with-oci-include=/home/oracle/local/instantclient_11_2 --with-oci-lib=/home/oracle/local/instantclient_11_2 And for the lib, you need to symlink libclntsh.so.11.x -> libclntsh.so libocci.s

[gdal-dev] Gdal 1.10.1 with OCI and ODBC doesn't compile right

2014-04-07 Thread David Tran
Hello again Gdal 1.10.1 compiles fine so far with mingw-builds and i686-w64-mingw32 flags. About OCI I already tried this: http://trac.osgeo.org/gdal/wiki/BuildingOnUnix https://trac.osgeo.org/gdal/wiki/Oracle with those (v10-12): http://www.oracle.com/technetwork/topics/winsoft-085727.html

Re: [gdal-dev] errors in GDAL TMS examples

2014-04-07 Thread Even Rouault
Le lundi 07 avril 2014 19:29:21, Etienne Tourigny a écrit : > Hi, > > I have been looking at the GDAL TMS examples in [1] and it seems there are > a few errors > > [1] http://www.gdal.org/frmt_wms.html > > I am not sure if the driver, server path or server changes are to blame. Hopefully just t

[gdal-dev] errors in GDAL TMS examples

2014-04-07 Thread Etienne Tourigny
Hi, I have been looking at the GDAL TMS examples in [1] and it seems there are a few errors [1] http://www.gdal.org/frmt_wms.html I am not sure if the driver, server path or server changes are to blame. 1) shouldn't EPSG:900913 be replaced by EPSG:3857 as it's now an official EPSG entry? 2)

Re: [gdal-dev] Vagrant developement environment

2014-04-07 Thread Howard Butler
On Apr 7, 2014, at 5:57 AM, Even Rouault wrote: > vagrant provision If you get stuck with vagrant, on prescribed chicken-waving exercise is to simply do 'vagrant destroy' of the vm and then 'vagrant up' again. 'vagrant provision' will still have the effects of partially Maybe some prerequisit

Re: [gdal-dev] Vagrant developement environment

2014-04-07 Thread Even Rouault
Selon Ivan Lucena : > I've got it to work. But I could not follow your instructions. > > $ vagrant ssh > Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) > > * Documentation: https://help.ubuntu.com/ > Welcome to your Vagrant-built virtual machine. > Last login: Mon Apr 7 04:24:2

Re: [gdal-dev] Vagrant developement environment

2014-04-07 Thread Ivan Lucena
I've got it to work. But I could not follow your instructions. $ vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) * Documentation: https://help.ubuntu.com/ Welcome to your Vagrant-built virtual machine. Last login: Mon Apr 7 04:24:23 2014 from 10.0.2.2 vagrant@gdal-v

Re: [gdal-dev] Vagrant developement environment

2014-04-07 Thread Even Rouault
Selon Ivan Lucena : > > > What version of VirtualBox did you use to create the gdal-vagrant? > > > > I don't think my own version of VirtualBox (4.2.12) has much impact. > There's > > nothing from it in the text files that define the gdal-vagrant > configuration > > I have had the experience that

Re: [gdal-dev] Strange reset OGR_INTERLEAVED_READING when using Python bindings to read OSM PBF file

2014-04-07 Thread Dražen Odobašić
On 05.04.2014 11:23, Even Rouault wrote: > Le mercredi 02 avril 2014 21:45:23, Dražen Odobašić a écrit : >> On 02.04.2014 21:38, Even Rouault wrote: I had no issues when reading large PBF files using this method. For the large files, without OSM_USE_CUSTOM_INDEXING=NO I got lots of "Canno