earthkit.data.utils.projections

Submodules

Attributes

Classes

Package Contents

class earthkit.data.utils.projections.AlbersEqualArea(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'AlbersEqualArea'
CF_GRID_MAPPING_NAME = 'albers_conical_equal_area'
PROJ_NAME = 'aea'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
earthkit.data.utils.projections.CARTOPY_WARNING = "This feature requires 'cartopy' to be installed"
earthkit.data.utils.projections.DEFAULT_LATLON_PROJ_STRING = '+proj=eqc +ellps=WGS84 +a=6378137.0 +lon_0=0.0 +to_meter=111319.4907932736 +no_defs +type=crs'
class earthkit.data.utils.projections.EquidistantCylindrical(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'PlateCarree'
CF_GRID_MAPPING_NAME = 'latitude_longitude'
PROJ_NAME = 'eqc'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
class earthkit.data.utils.projections.LambertAzimuthalEqualArea(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'LambertAzimuthalEqualArea'
CF_GRID_MAPPING_NAME = 'lambert_azimuthal_equal_area'
PROJ_NAME = 'laea'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
class earthkit.data.utils.projections.LambertConformal(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'LambertConformal'
CF_GRID_MAPPING_NAME = 'lambert_conformal_conic'
PROJ_NAME = 'lcc'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
class earthkit.data.utils.projections.LongLat(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'PlateCarree'
CF_GRID_MAPPING_NAME = 'latitude_longitude'
PROJ_NAME = 'longlat'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
class earthkit.data.utils.projections.Mercator(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'Mercator'
CF_GRID_MAPPING_NAME = 'mercator'
PROJ_NAME = 'merc'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
earthkit.data.utils.projections.NO_CARTOPY = False
class earthkit.data.utils.projections.Projection(proj_string=None, **kwargs)
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
class earthkit.data.utils.projections.RotatedLatitudeLongitude(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'RotatedPole'
CF_GRID_MAPPING_NAME = 'rotated_latitude_longitude'
PROJ_NAME = 'ob_tran'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()
class earthkit.data.utils.projections.TransverseMercator(proj_string=None, **kwargs)

Bases: Projection

CARTOPY_CRS = 'TransverseMercator'
CF_GRID_MAPPING_NAME = 'transverse_mercator'
PROJ_NAME = 'tmerc'
classmethod from_cf_grid_mapping(grid_mapping_name, **parameters)
classmethod from_proj_string(proj_string)
globe
parameters
to_cartopy_crs()
to_cartopy_globe()
to_proj_string()