pyguymer3.geo.checkSrc.check_CoordinateSequence¶
- pyguymer3.geo.checkSrc.check_CoordinateSequence(coords, /)[source]¶
Check CoordinateSequence
This function checks if a CoordinateSequence is valid.
- Parameters:
coords (shapely.coords.CoordinateSequence) – the CoordinateSequence
Notes
According to the Shapely documentation for the function shapely.geometry.polygon.orient() :
“A sign of 1.0 means that the coordinates of the product’s exterior ring will be oriented counter-clockwise.”
Copyright 2017 Thomas Guymer [1]
References