Re: [gdal-dev] GML 3.1.1

2009-06-20 Thread Mark Overmeer
* Alberto Telletxea (alberto.tellet...@eea.europa.eu) [090602 11:37]: > Dear GDAL developers > We would like to know if you have in mind to develop for the ogr2ogr utility > the conversion to GML 3.1.1 > > "gml:outerBoundaryIs" by "gml:exterior" > "gml:innerBoundaryIs" by "gml:interior" > "gml:coo

Re: [gdal-dev] Towards more user-friendly error messages

2009-06-20 Thread Frank Warmerdam
Even Rouault wrote: Ari, It's funny because I myself got caught by the same issue a few days ago. So I've just improved error reporting on shapefile layer for SetFeature(), CreateFeature() and DeleteFeature() operations in trunk (r17255). It was trivial in that case as the OGRShapeLayer object

Re: [gdal-dev] GML 3.1.1

2009-06-20 Thread Mateusz Loskot
Alberto Telletxea wrote: > ** > Dear GDAL developers > We would like to know if you have in mind to develop for the *ogr2ogr* > utility the conversion to GML 3.1.1 It's been asked recently, check Frank's reply here http://lists.osgeo.org/pipermail/gdal-dev/2009-June/020856.html Best regards, --

[gdal-dev] GML 3.1.1

2009-06-20 Thread Alberto Telletxea
Dear GDAL developers We would like to know if you have in mind to develop for the ogr2ogr utility the conversion to GML 3.1.1 At the European Environment Agency we use your tools to convert SHP files into GML. Once we have the GML generated we import them in SQL Server Spatial for further proc

Re: [gdal-dev] GDAL Python API translation options for clipping an image?

2009-06-20 Thread Frank Warmerdam
Bob Bruce wrote: Hi: I am working on a Quantum GIS plugin to clip individual images. I am trying to figure out how to issue a command from the Python API which is the equivalent of: gdal_translate -a_srs "EPSG:26914" -a_nodata 0 -of GTiff -prjwin 370600 6021200 327700 6023350 MB07005-83-

[gdal-dev] GDAL Python API translation options for clipping an image?

2009-06-20 Thread Bob Bruce
Hi: I am working on a Quantum GIS plugin to clip individual images. I am trying to figure out how to issue a command from the Python API which is the equivalent of: gdal_translate -a_srs "EPSG:26914" -a_nodata 0 -of GTiff -prjwin 370600 6021200 327700 6023350 MB07005-83-R-modified.tif MB0