steve.tout...@inspq.qc.ca
Objet
Re: [gdal-dev] Parse GML without geometry
Le vendredi 12 décembre 2014 21:38:06, steve.tout...@inspq.qc.ca a écrit :
> thanks Kyle
>
> I ended up with
> geom=osgeo.ogr.CreateGeometryFromGML(wfs_response)
> Returns ERROR 1: Unrecognised geometry
base/gml.xsd"; />
>
>
>
>
>
>
>
> Kyle Shannon
> 2014-12-12 14:47
>
> A
> steve.tout...@inspq.qc.ca
> cc
> GDAL Developers
> Objet
> Re: [gdal-dev] P
GDAL Developers
Objet
Re: [gdal-dev] Parse GML without geometry
Steve,
On Fri, Dec 12, 2014 at 12:35 PM, wrote:
> Hi,
> I need to parse the GML returned by this query, to make a list of unique
> value of NA2DESC tag using python
>
http://demo.mapserver.org/cgi-bin/wfs?SERVICE
Steve,
On Fri, Dec 12, 2014 at 12:35 PM, wrote:
> Hi,
> I need to parse the GML returned by this query, to make a list of unique
> value of NA2DESC tag using python
> http://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&REQUEST=GetFeature&version=1.1.0&Typename=continents&maxfeatures=10&propertynam
Hi,
I need to parse the GML returned by this query, to make a list of unique
value of NA2DESC tag using python
http://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&REQUEST=GetFeature&version=1.1.0&Typename=continents&maxfeatures=10&propertyname=(NA2DESC)
I could not make it with a XML parser yet.