This commit is contained in:
2025-01-26 19:24:23 -08:00
parent 32cd60e92b
commit d1dde0dbc6
4155 changed files with 29170 additions and 216373 deletions

View File

@@ -10,7 +10,7 @@ from shapely.geometry.base import BaseGeometry
from shapely.geometry.linestring import LineString
from shapely.geometry.point import Point
__all__ = ["Polygon", "LinearRing"]
__all__ = ["orient", "Polygon", "LinearRing"]
def _unpickle_linearring(wkb):