Re: [gdal-dev] access of 16-bit GeoTiff image using GDAL

2008-11-17 Thread Frank Warmerdam
zither wrote: Hi all, I'm using GDAL to read some Geotiff files. But how I can get the information about little endian or big endian? Any method can support to get this ? Zither, GDAL does not provide information on the endian-ness of the file, but it shouldn't matter as data read through

[gdal-dev] access of 16-bit GeoTiff image using GDAL

2008-11-17 Thread zither
Hi all, I'm using GDAL to read some Geotiff files. But how I can get the information about little endian or big endian? Any method can support to get this ? Thanks for your help!___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo

[gdal-dev] Compile with ECW: library error

2008-11-17 Thread Richard Chirgwin
Hi, I'm a Grass-GIS user with a problem in GDAL 1.5.2. Folllowing the instructions here: http://trac.osgeo.org/gdal/wiki/ECW I added ECW support with the ER Mapper library. The libecwj2-3.3 configure > make > make install reported no errors. The GDAL configure using --with-ecw=/usr/local/lib w

[gdal-dev] cygwin Gdal with OCI Support

2008-11-17 Thread rene
First I would like to say hello. I hope to get your help with my problem. I try to compile gdal 1.5.3 with oci support using cygwin. My Oracle Database is a 10.2.0.3 so I use the header and libraries for this version. Newer Versions didn't fix my problem. I created in /tmp/gdal-1.5.3/instantc

[gdal-dev] Personal Geodatabase

2008-11-17 Thread MaurĂ­cio de Paulo
Hi everyone, I've translated an ESRI Personal Geodatabase to shapefile using ogr2ogr on linux using fwtools and wine. The translation required not to use unixodbc so I've installed the package: mdac25 through winetricks. I don't know about mdac25 licensing and even it's the only requirement for t

Re: [gdal-dev] NITF TRE support

2008-11-17 Thread Kurt Landrus
Ok thanks for your reply. I downloaded the beta, and updated my code to use the options in the create fcn. I am now getting an error from the driver on the create call, for the options. I am creating the option with the TRE in the same format as loaded using GDAL. ### saving TRE SENSRA =

Re: [gdal-dev] gdal_rasterize usage problems

2008-11-17 Thread Frank Warmerdam
Andrew Brooks wrote: Thanks for the help everyone, I'll summarise when I get it all working ;-) Jamie Adams <[EMAIL PROTECTED]> wrote: Are your files in the same projection? I know gshhs is projected in wgs84 by default, and I see your raster is in British National Grid. To what extent do th