out3Plot.outCom7Regional.getExteriorCoords
- getExteriorCoords(geom)[source]
Get the exterior coordinates of a shapely geometry to handle both single and multi-polygon geometries.
- Parameters
geom (shapely.geometry) – The shapely geometry to get the exterior coordinates from.
- Returns
A list of tuples containing the x and y coordinates of the geometry exterior.
- Return type
list