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.

_abc_impl = <_abc._abc_data object>
static _geos_boundary()

Calculate full disk boundary.

This code is copied over from the ‘Geostationary’ class in ‘cartopy/lib/cartopy/crs.py’.

property boundary

Return boundary.