[gdal-dev] Accessing GDAL/OGR From Python: Simple Feature and Rasters

2009-11-26 Thread Sunburned Surveyor
Ragi Burhum and I decided it would be good if the California Chapter of the OSGeo could get together to work on a simple open source GIS project. (California is the home to the Silicon Valley, after all.) After kicking around several ideas for projects, we decided to work on a set of geoprocessing

Re: [gdal-dev] Accessing GDAL/OGR From Python: Simple Feature and Rasters

2009-11-26 Thread Dylan Beaudette
Hi, There are lots of examples out there, many of them in blog postings. A couple come to mind: http://www.perrygeo.net/wordpress/ http://casoilresource.lawr.ucdavis.edu/drupal/node/288 http://casoilresource.lawr.ucdavis.edu/drupal/node/610 Good luck! Dylan On Thu, Nov 26, 2009 at 9:02 AM, Su

Re: [gdal-dev] Accessing GDAL/OGR From Python: Simple Feature and Rasters

2009-11-26 Thread Frank Warmerdam
Sunburned Surveyor wrote: Is there a OGR programming construct to represent a simple feature? Landon, The OGRGeometry class represents a simple feature geometry. The OGRFeature class extends this to a feature with attributes and a feature id. I would suggest reviewing the OGR Architecture do