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 -
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?
>
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
_
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
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
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
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