Re: [gdal-dev] [WKTRaster] WKT Raster band to GDAL band

2010-03-08 Thread Jorge Arevalo
On Mon, Mar 8, 2010 at 5:42 PM, Pierre Racine pierre.rac...@sbf.ulaval.ca wrote: 4.- Add default geotransform to GDAL empty dataset: {0.0, 1.0, 0.0, 0.0, 0.0,1.0 }; (I can't get geotransform from WKT Raster Band) Why? You can get all the parameters with (in order):

Re: [gdal-dev] enable GEOS support (GDAL/OGR 1.7.1; GEOS 2.3.0; VB.NET)

2010-03-08 Thread toefftoeff1
Hi Tamas, thanks a lot for Your reply. Using Your SDK I was able to track down the compilation problem - swig did not re-generate all files and I needed to include an extra GEOS-header directory as follows: GEOS_CFLAGS = -I$(GEOS_DIR)/capi -I$(GEOS_DIR)/source/headers

Re: [gdal-dev] Re: Compile error with --with-python

2010-03-08 Thread Alan Boudreault
Dan, This is a problem related to the python setup tools and string encoding. To fix it: - Open the file setup.py in swig/python/. - Go to line 141: self.library_dirs.append(os.path.join(self.gdaldir,'lib')) - Add the following line just below the the line 141: self.library_dirs =

[gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread David Baker (Geoscience)
List, Does OgrInfo report the actual extents of the geometries in a ShapeFile or just the extents reported in the header of the ShapeFile? Thanks, David David M. Baker Senior Geologist - Chief Technology Advisor Chesapeake Energy Corporation 405-935-3715 office 405-496-5373 cell

Re: [gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread Frank Warmerdam
David Baker (Geoscience) wrote: List, Does OgrInfo report the actual extents of the geometries in a ShapeFile or just the extents reported in the header of the ShapeFile? David, GetExtent() is optimized by the shapefile driver to report the extents from the file header rather than

RE: [gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread David Baker (Geoscience)
Frank, Thanks... Is there a method in org that scans all geometries or will I have to iterate through myself? David David M. Baker Senior Geologist - Chief Technology Advisor Chesapeake Energy Corporation 405-935-3715 office 405-496-5373 cell david.m.ba...@chk.com -Original Message-

Re: [gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread Frank Warmerdam
David Baker (Geoscience) wrote: Frank, Thanks... Is there a method in org that scans all geometries or will I have to iterate through myself? David, I think you would have to do this yourself. You can see the default implementation at:

Re: [gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread David Baker (Geoscience)
Thanks for the info Frank. David Baker @ CHK Sent from my iPhone On Mar 8, 2010, at 7:24 PM, Frank Warmerdam warmer...@pobox.com wrote: David Baker (Geoscience) wrote: Frank, Thanks... Is there a method in org that scans all geometries or will I have to iterate through myself? David,

[gdal-dev] Re: Motion: Commit access for Brian Case

2010-03-08 Thread Frank Warmerdam
Frank Warmerdam wrote: Motion: Commit access on the GDAL/OGR project is extended to Brian Case. Folks, This motion passed (a while ago) with support from FrankW, DanielM, EvenR and TamasS. Welcome board Brian (aka Winkey)! Best regard, --