personal GDAL develop rep. Contribute to vvangfaye/gdal_faye development by creating an account on GitHub.
# version 2 of the License, or (at your option) any later version. # Convert WKT to GML. geom_wkt = ogr.CreateGeometryFromWkt(raw_wkt) gml = geom_wkt.ExportToGML() assert gml is not None and gml, ...