pycrs.elements.units module
Functions
def find(
unitname, crstype, strict=False)
Classes
class Degree
Ancestors (in MRO)
Methods
def __init__(
self, **kwargs)
Distance unit parameter.
Args:
- unitname: A pycrs.elements.units.UnitName instance with the name given by each supported format.
- unitmultiplier: A pycrs.elements.units.UnitMultiplier instance.
class International_Feet
Ancestors (in MRO)
Methods
def __init__(
self, **kwargs)
Distance unit parameter.
Args:
- unitname: A pycrs.elements.units.UnitName instance with the name given by each supported format.
- unitmultiplier: A pycrs.elements.units.UnitMultiplier instance.
class Meter
Ancestors (in MRO)
Methods
def __init__(
self, **kwargs)
Distance unit parameter.
Args:
- unitname: A pycrs.elements.units.UnitName instance with the name given by each supported format.
- unitmultiplier: A pycrs.elements.units.UnitMultiplier instance.
class US_Feet
Ancestors (in MRO)
Methods
def __init__(
self, **kwargs)
Distance unit parameter.
Args:
- unitname: A pycrs.elements.units.UnitName instance with the name given by each supported format.
- unitmultiplier: A pycrs.elements.units.UnitMultiplier instance.
class Unit
Ancestors (in MRO)
Methods
def __init__(
self, **kwargs)
Distance unit parameter.
Args:
- unitname: A pycrs.elements.units.UnitName instance with the name given by each supported format.
- unitmultiplier: A pycrs.elements.units.UnitMultiplier instance.
def to_esri_wkt(
self)
def to_ogc_wkt(
self)
def to_proj4(
self)
class UnitMultiplier
Ancestors (in MRO)
Methods
def __init__(
self, value)
The multiplier factor for converting coordinate units to the coordinate system reference unit. For linear units this is usually to meters, for angular units usually radians.
Arguments:
- value: the meter multiplier, as a float.
class UnitName
class Unknown
Ancestors (in MRO)
Methods
def __init__(
self, **kwargs)
Distance unit parameter.
Args:
- unitname: A pycrs.elements.units.UnitName instance with the name given by each supported format.
- unitmultiplier: A pycrs.elements.units.UnitMultiplier instance.