Reference¶
GmlShapleyFactory
¶
gml_point_to_shapely(gml_point_coordinates)
classmethod
¶
gml_linestring_to_shapely(gml_linestring_coordinates)
classmethod
¶
Converts a GML linestring coordinate string to a Shapely LineString object.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
gml_linestring_coordinates |
str
|
A string of GML linestring coordinates in "x,y" format separated by spaces. |
required |
Returns:
Type | Description |
---|---|
LineString
|
A Shapely LineString object. |