pyguymer3.geo.checkSrc.check_GeometryCollection

pyguymer3.geo.checkSrc.check_GeometryCollection(geometrycollection, /, *, prefix='.')[source]

Check GeometryCollection

This function checks if a GeometryCollection is valid.

Parameters:
  • geometrycollection (shapely.geometry.collection.GeometryCollection) – the GeometryCollection

  • prefix (str, optional) – change the name of the output debugging CSVs

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.”

Notes

Copyright 2017 Thomas Guymer [1]

References