Re: [gdal-dev] How to get GDAL

2013-11-27 Thread Andre Joost
Am 27.11.2013 17:02, schrieb Jonathan Moules: To date I've tried: http://gisinternals.com/SDK/P - But there are far too many options and I can never be sure I'm getting the right thing (the page assumes a significant level of knowledge about what package is what). In the end I just go with -

Re: [gdal-dev] How to get GDAL

2013-11-27 Thread Jonathan Moules
Wow, that actually worked! /me is pleasantly surprised. :-) Thanks! On 27 November 2013 16:15, Mateusz Loskot wrote: > On 27 November 2013 16:02, Jonathan Moules > wrote: > > So in short, where can I go to find a pre-compiled (Windows, ideally > 64bit) > > version of GDAL that Just Works? >

Re: [gdal-dev] How to get GDAL

2013-11-27 Thread Mateusz Loskot
On 27 November 2013 16:02, Jonathan Moules wrote: > So in short, where can I go to find a pre-compiled (Windows, ideally 64bit) > version of GDAL that Just Works? http://trac.osgeo.org/osgeo4w/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _

[gdal-dev] How to get GDAL

2013-11-27 Thread Jonathan Moules
Hi List, I'm bringing this one over from the GeoServer-Users list. Basically I can't for the life of me get a good install of GDAL for Windows where everything *just works*. To date I've tried: http://gisinternals.com/SDK/P - But there are far too many options and I can never be sure I'm getting

Re: [gdal-dev] Error when appending non-spatial tables in GML to PostGIS

2013-11-27 Thread Matt Walker
Thanks Even, that was exactly what I needed. I'm now able to load the lookup tables successfully thanks for your help. On 26 November 2013 13:55, Even Rouault wrote: > Selon Matt Walker : > > > Hi, > > > > I'm loading some Ordnance Survey ITN GML data into PostgreSQL 9.1 / > PostGIS > > 1.5 whic

[gdal-dev] cannot read grib1 file, expect PV=255

2013-11-27 Thread zvanaz
Hello, when I try to read a specific grib1 file with readGDAL I get this error: Error in .local(.Object, ...) : >> file.grb is a grib file, but no raster dataset was successfully >> identified. digging a bit further (Roger, thanks for this!): gdalinfo --debug on file.grb I see: ... Warning: I

Re: [gdal-dev] How to use gdal_rasterize to create a LZW compressed Tiff

2013-11-27 Thread Luke
See the documentation - http://www.gdal.org/gdal_rasterize.html The syntax should be -co COMPRESS=LZW Regards Luke gis.postgraduate wrote > I want to use gdal_rasterize for generating Tiff from shp. Usually the > result is big, so I try to compress it. Then I come to use the LZW > compress optio