earthdaily.earthdatastore.cube_utils.geometry_manager module

class earthdaily.earthdatastore.cube_utils.geometry_manager.GeometryManager(geometry)[source]

Bases: object

buffer_in_meter(distance: int, crs_meters: str = 'EPSG:3857', **kwargs)[source]
to_bbox(crs='EPSG:4326')[source]
to_geopandas()[source]
to_intersects(crs='EPSG:4326')[source]
to_json(crs='EPSG:4326')[source]
to_wkt(crs='EPSG:4326')[source]