Re: [gdal-dev] compile gdal 2.1.3 with HDF5 support on Debian Lennie

2017-01-27 Thread Rainer M Krug
Sebastiaan Couwenberg writes: > Please upgrade your system to jessie, Debian lenny is EOL since February > 6th 2012. See: Sorry - they actually use Jessie - I got confused. Cheers, Rainer > > https://wiki.debian.org/DebianReleases > > Kind Regards, > > Bas

Re: [gdal-dev] compile gdal 2.1.3 with HDF5 support on Debian Lennie

2017-01-27 Thread Rainer M Krug
like > apt-get install -y --no-install-recommends libhdf5 > help ? > If so, the "--no-install-recommends" may be making things harder for you. > > Alternatively, the problem *might* be that the commented lines (##) > do not end with a backslash (/). > > On Fri,

Re: [gdal-dev] compile gdal 2.1.3 with HDF5 support on Debian Lennie

2017-01-27 Thread Rainer M Krug
Even Rouault writes: > On vendredi 27 janvier 2017 14:28:21 CET Rainer M Krug wrote: > >> Hi > >> > >> We am working on a docker image for spatial analysis using R (see > >> https://github.com/rocker-org/rocker/issues/213 for the discussion) and > &g

[gdal-dev] compile gdal 2.1.3 with HDF5 support on Debian Lennie

2017-01-27 Thread Rainer M Krug
--->8--- But I get the following message in the configure output , | checking for H5Fopen in -lhdf5... no ` which than results in , | HDF5 support: no ` Any ideas what I am missing? Thanks, Rainer -- Rainer M. Krug email: Raine

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/03/13 15:25, Jean-Claude Repetto wrote: > Le 21/03/2013 15:12, Rainer M Krug a écrit : > >> Ah - now I understand it. "Well-known text" *is* a format of specifying >> projections. I >> thought it was referring

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/03/13 14:48, Stephen Woodbridge wrote: > On 3/21/2013 4:08 AM, Rainer M Krug wrote: On 20/03/13 16:44, Andre Joost > wrote: >>>> Am 20.03.2013 16:01, schrieb Rainer M Krug: >>>> >>>>> What I don

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/03/13 16:44, Andre Joost wrote: > Am 20.03.2013 16:01, schrieb Rainer M Krug: > >> What I don't like is that I have to specify t_srs in such a long way. It >> states that t_srs >> can be "a .prf file contai

[gdal-dev] What is the format of a .prf file?

2013-03-20 Thread Rainer M Krug
+datum=WGS84 +units=m +no_defs in t.prf and refer to it in gdalward as "-t_sts t.prf"? Are there any examples available for prf files and allowed formats? Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (German

Re: [gdal-dev] Problem with nodata values

2009-07-29 Thread Rainer M Krug
On Fri, Jul 24, 2009 at 5:44 PM, Frank Warmerdam wrote: > Rainer M Krug wrote: >> >> Hi >> >> I have a geotiff and want to use gdalwarp to warp to it into a >> different projection. >> I do the following: >> >> gdalwarp -s_srs EPSG:3

[gdal-dev] Problem with nodata values

2009-07-24 Thread Rainer M Krug
alues from Outeniqua.tiff become translated into -. In addition, the areas new to Outeniqua_wgs84.tiff (due to the warping) become 1. Which options do I have to use to keep the nodata values and to make the values of the "new areas" also as nodata values? Thanks Rainer -- Rainer M. Krug, Cent

[gdal-dev] Combining shape files

2008-10-03 Thread Rainer M Krug
ops" > ogr2ogr -f \"ESRI Shapefile\" "./comb/"$SP".shp" "./region_SPP_1__"$SP".shp" I get the error message: "Unable to open datasource `./comb/Acacia_cyclops.shp' with the following drivers." but when I say > echo