pyresample.utils.cartopy module

Classes for geometry operations.

See the related Cartopy pull request that implements this functionality directly in Cartopy: https://github.com/SciTools/cartopy/pull/1888

class pyresample.utils.cartopy.Projection(crs, bounds=None, transform_bounds=False)

Bases: Projection

Flexible generic Projection with optionally specified bounds.

Initialize CRS instance and compute bounds if possible.

__init__(crs, bounds=None, transform_bounds=False)

Initialize CRS instance and compute bounds if possible.

property boundary

Return boundary.