PyGeoOps 0.4.0#

PyGeoOps provides some less common or extended spatial algorithms and utility functions.

Examples are:

  • simplify() with some advanced extra options:

    • choice in simplification algorithms: Lang (+ a variant), Ramer Douglas Peuker, Visvalingal Whyatt

    • specify points/locations where points should not be removed by the simplification

    • topologic simplification: common boundaries between input features should stay common

  • centerline() (medialaxis) calculation for polygons

  • view_angles() calculation: the angles a polygon is visible from a certain view point

  • utility functions to create and split grids (create_grid(), split_tiles())

  • general utility functions on geometries like remove_inner_rings(), explode(),…