datacube.utils.geometry.chop_along_antimeridian#

datacube.utils.geometry.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.