Top

pycrs.elements.projections module

Named projection classes that can be created or parsed.

Functions

def find(

projname, crstype, strict=False)

Search for a projection name located in this module.

Arguments:

  • projname: The projection name to search for.
  • crstype: Which CRS naming convention to search (different CRS formats have different names for the same projection).
  • strict (optional): If False, ignores minor name mismatches such as underscore or character casing, otherwise must be exact match (defaults to False).

Classes

class AlbersEqualArea

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class AzimuthalEquidistant

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class CylindricalEqualArea

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class EckertIV

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class EckertVI

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class EquiDistantConic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class EquiDistantCylindrical

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class EquiRectangular

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class GallStereographic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class GeostationarySatellite

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Gnomonic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class InteruptedGoodeHomolosine

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Krovak

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class LamberEqualAreaConic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class LambertAzimuthalEqualArea

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class LambertConformalConic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Larrivee

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Mercator

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class MillerCylindrical

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Mollweide

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class NearSidedPerspective

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class ObliqueCylindricalEqualArea

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class ObliqueMercator

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class ObliqueStereographic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Orthographic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class PolarStereographic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Polyconic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class ProjName

Ancestors (in MRO)

Methods

def __init__(

self, proj4='', ogc_wkt='', esri_wkt='')

class Projection

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class Robinson

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Sinusoidal

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class Stereographic

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class TiltedPerspective

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class TransverseMercator

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class UTM

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4

class VanDerGrinten

Ancestors (in MRO)

Methods

def __init__(

self, **kwargs)

Inheritance: Projection.__init__

A generic container for the specific projection used.

Args:

  • name: A pycrs.projections.ProjName instance with the name given by each supported format.

def to_esri_wkt(

self)

Inheritance: Projection.to_esri_wkt

def to_ogc_wkt(

self)

Inheritance: Projection.to_ogc_wkt

def to_proj4(

self)

Inheritance: Projection.to_proj4