Hi all,
I would like to extract gml coordinates given in an xml file using Python.
I have used the following but what I get is the coordinates as a string.



*for q in root:    for p in q.iter():        if 'posList'in str(p.tag):
        objects.append(q)*
Is it possible to get the coordinates as Qspoints or QgsGeometry?
Kind regards
A. Al-Sofi
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to