odc.geo.geom.chop_along_antimeridian

odc.geo.geom.chop_along_antimeridian(geom, precision=0.1)[source]

Chop a geometry along the antimeridian.

Parameters:
  • geom (Geometry) – Geometry to maybe partition

  • precision (float) – in degrees

Return type:

Geometry

Returns:

either the same geometry if it doesn’t intersect the antimeridian, or multi-geometry that has been split.