Skip to content

Reference

GmlShapelyFactory

parse_coordinates(coord_text) staticmethod

Parses GML coordinate text into a list of (x, y) tuples.

gml_polygon_to_shapely(gml_element) classmethod

Converts a GML polygon to a Shapely Polygon object, supporting holes.