[gdal-dev] gdal and gras from svn, export problem GTIFF - UINT32

2009-04-27 Thread massimo di stefano
Hi All, i'm having problems using gdal (svn version) from grass6.5 to export elevation data in format 'GTIF' type 'Byte' Tring to export an elevation file from grass (elevation.10m from speardfish60 dataset) in format GTIF type UINT32 -- $g.region rast=elevation.10m -ap $r.out.gdal

Re: [gdal-dev] gdal and gras from svn, export problem GTIFF - UINT32

2009-04-27 Thread Jamie Adams
I had a similar issue with gdal gtiff output awhile back and solved it by using the internal gdal libtiff. Try using --with-libtiff=internal when compiling gdal. -Jamie On Mon, Apr 27, 2009 at 3:57 AM, massimo di stefano massimodisa...@yahoo.it wrote: Hi All, i'm having problems using gdal

[gdal-dev] gdaltindex and nodata pixels

2009-04-27 Thread Greg Fiske
Has anyone modified gdaltindex to return a polygon shapefile indicating only the data extent for each input image and not the full extent of the image (i.e. ignore nodata pixels in the surrounding rectangle)? Thanks for any advice, Greg Greg Fiske Research Associate/GIS Manager The

Re: [gdal-dev] problem with ogr2ogr

2009-04-27 Thread Even Rouault
Yes, this is a feature of ogr2ogr. See http://trac.osgeo.org/gdal/ticket/2771 which is exactly the same behaviour your see. The solution is to add -nln out at the end of your ogr2ogr commandline, as the name of your source dataset is sssi (because of sshi.shp) and the name of your destination

Re: [gdal-dev] Help with first GDAL program

2009-04-27 Thread Roger André
Hi Leith, This should help get you started. Roger -- On Sun, Apr 26, 2009 at 11:25 PM, Leith Bade le...@leithalweapon.geek.nzwrote: Hi, I am new to GDAL and would like some guidance on a simple task that I am writing a Python script for. Given a set of GeoTIFFs I would like to find the

Re: [gdal-dev] Help with first GDAL program

2009-04-27 Thread Leith Bade
Thanks for that. Thanks, Leith Bade le...@leithalweapon.geek.nz 2009/4/28 Roger André ran...@gmail.com Hi Leith, This should help get you started. Roger -- On Sun, Apr 26, 2009 at 11:25 PM, Leith Bade le...@leithalweapon.geek.nz wrote: Hi, I am new to GDAL and would like some