Navigation Menu

Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 04:48
· 403 commits to main since this release

Release Notes

New Features

  • Add support for passing a custom bounding box in the Coordinates class. The default is the bounds of EPSG:4326 to retain backward compatibility. This new class parameter allows a user to check if a list of coordinates is within a custom bounding box. The bounds should be the EPSG:4326 coordinate system.
  • Add a new function called geometry_list for converting a list of multi-geometries to a list of geometries.