RE: [gdal-dev] Does GDAL support ArcInfo Binary Grids with multiple bands?

2009-08-27 Thread Jason Roberts
Frank, Please see http://trac.osgeo.org/gdal/ticket/3116. Thanks for looking at this. Best, Jason -Original Message- From: Frank Warmerdam [mailto:warmer...@pobox.com] Sent: Thursday, August 27, 2009 5:51 PM To: Jason Roberts Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Does GDA

Re: [gdal-dev] Does GDAL support ArcInfo Binary Grids with multiple bands?

2009-08-27 Thread Frank Warmerdam
Jason Roberts wrote: Is the GDAL ArcInfo Binary Grid (AIG) driver intended to support AIGs with multiple bands? I have a 5-band AIG for which the Python gdal bindings for GDAL 1.6.0 report "`C:\Temp\ccomp2' not recognised as a supported file format." ArcGIS 9.3.1 reports that the "format" of it

[gdal-dev] Does GDAL support ArcInfo Binary Grids with multiple bands?

2009-08-27 Thread Jason Roberts
Is the GDAL ArcInfo Binary Grid (AIG) driver intended to support AIGs with multiple bands? I have a 5-band AIG for which the Python gdal bindings for GDAL 1.6.0 report "`C:\Temp\ccomp2' not recognised as a supported file format." ArcGIS 9.3.1 reports that the "format" of it is "GRID Stack 7.x". It

[gdal-dev] Convert Geographic Lat/long (Deciomal degree) vers UTM 31N meters

2009-08-27 Thread Nicolas DEGARNE
Hello, (Sorry for my bad english I haven't wrote in english since a while) I'm using OGR and GDAL ! I have to work with Satellite picture and ESRI shape file. My goal is to get pixel value (x,y) in my satellite picture from the data contains in the shape file! My data are in decimales degrees a

Re: [gdal-dev] Trying to get ogr2ogr (and ogrinfo) to work with an ESRI Personal Geodatabase (.mdb) on Linux.

2009-08-27 Thread Chaitanya kumar CH
Mike, The packages provided by the ubuntu repos may not be the latest. Despite the fact that PGeo driver has been not as reliable on Linux as on Windows, it might help if you installed the latest versions. If you are willing to going through all this trouble, then you might as well just compile t

[gdal-dev] Trying to get ogr2ogr (and ogrinfo) to work with an ESRI Personal Geodatabase (.mdb) on Linux.

2009-08-27 Thread Mike Hapner
Short version: Trying to get ogr2ogr (and ogrinfo) to work with an ESRI Personal Geodatabase (.mdb) on Linux. - I've done quite a bit of research and am pulling

Re: [gdal-dev] open source tool

2009-08-27 Thread Jamie Adams
You probably want these, specifically las2tin.exe : http://www.cs.unc.edu/~isenburg/lastools/ - Jamie 2009/8/27 Riki Tiki > hi, > > do you know any tools available for the conversion of LAS (LIDAR data) into > Voronoi diagrams or TIN (triangular irregular networks)? thanks a lot! > > or anyone

[gdal-dev] open source tool

2009-08-27 Thread Riki Tiki
hi, do you know any tools available for the conversion of LAS (LIDAR data) into Voronoi diagrams or TIN (triangular irregular networks)? thanks a lot! or anyone can suggest how to do it in arcgis for example? thanks ___ gdal-dev mailing list gdal-de

Re: [gdal-dev] GDAL Erdas LAN/GIS driver

2009-08-27 Thread Roger Bivand
On Mon, 24 Aug 2009, Frank Warmerdam wrote: Roger Bivand wrote: (reverting to list) Correction, the user reported that: Apparently, gdalinfo retrieves the correct min, max, and statistics, despite the use of GDT_Int16. on his Windows platform. The different GDAL versions ought to explain

[gdal-dev] intersection between vector and raster

2009-08-27 Thread Steve . Toutant
Hello! I already use gdal_Rasterize to burn pixels that are within or outside some polygons of a vector dataset. But I would like to do the opposite, keep polygons from a vector dataset based on a the value of the pixel of a raster dataset. Per example, keep polygons where the pixel's value is g

Re:Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-27 Thread atubar
Today, I download a HDF5 sample data named hicam_catch-gray.re.ice.h5, from opticks which is an open source remote sensing software. Now the stack overflow error does not take place. I wonder that whether all HDF5 files are supported by HDF5dll integrated with gdal. And compiling gdal, which ve