Top

pycrs.elements.parameters module

Functions

def find(

paramname, crstype, strict=False)

Classes

class Azimuth

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class CentralMeridian

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_geotiff(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class DatumShift

Ancestors (in MRO)

Methods

def __init__(

self, value)

The WGS84 Datum shift parameter.

Args:

  • value: A list of 3 or 7 term datum transform parameters.

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class FalseEasting

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class FalseNorthing

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class Flattening

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class InverseFlattening

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class LatitudeFirstStndParallel

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_geotiff(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class LatitudeOrigin

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_geotiff(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class LatitudeSecondStndParallel

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_geotiff(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class LatitudeTrueScale

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_geotiff(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class LongitudeCenter

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class PrimeMeridian

Ancestors (in MRO)

Methods

def __init__(

self, value)

def get_value(

self)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class SatelliteHeight

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class ScalingFactor

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_geotiff(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class SemiMajorRadius

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class SemiMinorRadius

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)

class TiltAngle

Ancestors (in MRO)

Methods

def __init__(

self, value)

def to_esri_wkt(

self)

def to_ogc_wkt(

self)

def to_proj4(

self)