* 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
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
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,
--
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
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-
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