Skip to main content

partition


class Partition

Abstract base: generate partitioned GeoPoints (planar coordinates).

method generate_partitioned_geopoints

Call Type: normal

View Source
class Partition:
"""Abstract base: generate partitioned GeoPoints (planar coordinates)."""
def generate_partitioned_geopoints(self, polygon: Polygon) -> List[GeoPoints]:
raise NotImplementedError