Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5 (Jake Brinkmann)

2014-08-18 Thread Jake Brinkmann
Hey Jose! That looks like is is exactly what I need! I really appreciate you doing this. I installed it on a fresh version of Anaconda, but could not import gdal: jbrinkmann> python -c "from osgeo import gdal" > Traceback (most recent call last): > File "", line 1, in > File > "/workspace/jb

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5 (Jake Brinkmann)

2014-08-18 Thread Jose Gomez-Dans
Hello, I have produced a GDAL (1.11.0) binary for Anaconda with HDF4, HDF5 and NetCDF for X86_64. It should just work by installing standard anaconda and issuing the following command: conda install -c https://conda.binstar.org/jgomezdans gdal=1.11.0 The list of supported raster formats is avail

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5 (Jake Brinkmann)

2014-08-18 Thread Jake Brinkmann
Hey Daniel, Much appreciated! I think building my own on a VM might be the next thing I try. I attempted to use jevans version, with a fresh install of Anaconda, but to no avail. The code here: https://gist.github.com/jake-brinkmann/fb4bd3f4625b209978d0 still didn't work. I'll look through the ex

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5 (Jake Brinkmann)

2014-08-16 Thread Daniel Clewley
Hi Jake, As you mentioned Anaconda Python, one options is to install a different GDAL build from binstar someone has built with HDF4 support or build yourself using the conda build system on a virtual machine you have root access to and then install these binaries through conda. A quick search

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5

2014-08-15 Thread Even Rouault
Jake, well if you don't have the basic build dependencies, this might get complicated... Nothing impossible, but might take time indeed. Well one possibility is to access a CentOS where you have a root access (e.g. a VM that you install), build on it, and then copy the resulting binaries. Even >

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5

2014-08-15 Thread Even Rouault
Selon Jake Brinkmann : > Hello all geospatial-web-wizards, > > I am struggling pretty hard building the GDAL libraries and all the > countless dependencies from source in CentOS6.5. I do not have root access > on my machine, but I need the GDAL (as well as HDF, GeoTiff, GEOS, etc.) > libraries for

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5

2014-08-15 Thread Michael Sumner
This was helpful for me: http://scigeo.org/articles/howto-install-latest-geospatial-software-on-linux.html Cheets, Mike On 16 Aug 2014 05:40, "Jake Brinkmann" wrote: > Hello all geospatial-web-wizards, > > I am struggling pretty hard building the GDAL libraries and all the > countless dependenc

[gdal-dev] Build GDAL from scratch on CentOS 6.5

2014-08-15 Thread Jake Brinkmann
Hello all geospatial-web-wizards, I am struggling pretty hard building the GDAL libraries and all the countless dependencies from source in CentOS6.5. I do not have root access on my machine, but I need the GDAL (as well as HDF, GeoTiff, GEOS, etc.) libraries for performing image processing using