Package pygeodesy :: Package deprecated
[frames] | no frames]

Package deprecated

DEPRECATED constants, classes, functions, methods, etc.

Kept and exported for backward compatibility, including deprecated modules pygeodesy.bases, pygeodesy.datum and pygeodesy,nvector, previously inside the pygeodesy package.

Use either from pygeodesy import bases or from pygeodesy.deprecated import bases. Likewise for datum and nvector.


Version: 22.09.16

Submodules

Classes
  ClipCS3Tuple
DEPRECATED, see function pygeodesy.clipCS3.
  EasNorExact4Tuple
DEPRECATED, use class Forward4Tuple.
  LatLonExact4Tuple
DEPRECATED, used class Reverse4Tuple.
  Ned3Tuple
DEPRECATED, use class pygeodesy.Ned4Tuple.
  Rhumb7Tuple
DEPRECATED, use class Rhumb8Tuple ignoring item a12.
  Transform7Tuple
DEPRECATED, use class Helmert7Tuple without keyword arguments.
  UtmUps4Tuple
DEPRECATED and OBSOLETE, expect a UtmUps5Tuple from method Mgrs.toUtm(utm=None).
Functions
 
EcefCartesian(*args, **kwds)
DEPRECATED, use class LocalCartesian.
 
HeightIDW(knots, **kwds)
DEPRECATED, use class HeightIDWeuclidean.
 
HeightIDW2(knots, **kwds)
DEPRECATED, use class HeightIDWequirectangular.
 
HeightIDW3(knots, **kwds)
DEPRECATED, use class HeightIDWhaversine.
 
RefFrameError(*args, **kwds)
DEPRECATED, use class TRFError.
 
anStr(name, OKd='._-', sub='_')
DEPRECATED, use function pygeodesy.anstr.
 
areaof(points, adjust=True, radius=6371008.771415, wrap=True)
DEPRECATED, use function pygeodesy.areaOf.
 
bounds(points, wrap=True, LatLon=None)
DEPRECATED, use function pygeodesy.boundsOf.
 
clipCS3(points, lowerleft, upperright, closed=False, inull=False)
DEPRECATED, use function pygeodesy.clipCS4.
 
clipDMS(deg, limit)
DEPRECATED, use function pygeodesy.clipDegrees.
 
clipStr(bstr, limit=50, white='')
DEPRECATED, use function pygeodesy.clips.
 
collins(pointA, pointB, pointC, alpha, beta, **useZ_Clas_and_kwds)
DEPRECATED, use function pygeodesy.collins5.
 
decodeEPSG2(arg)
DEPRECATED, use function epsg.decode2.
 
encodeEPSG(zone, hemipole='', band='')
DEPRECATED, use function epsg.encode.
 
enStr2(easting, northing, prec, *extras)
DEPRECATED, use function pygeodesy.enstr2.
 
equirectangular3(lat1, lon1, lat2, lon2, **options)
DEPRECATED, use function equirectangular_.
 
false2f(value, name='value', false=True, Error=<type 'exceptions.ValueError'>)
DEPRECATED, use function falsed2f.
 
falsed2f(falsed=True, Error=<type 'exceptions.ValueError'>, **name_value)
DEPRECATED, use class Easting or Northing.
 
fStr(floats, prec=6, fmt='f', ints=False, sep=', ')
DEPRECATED, use function fstr.
 
fStrzs(floatstr)
DEPRECATED, use function pygeodesy.fstrzs.
 
hypot3(x, y, z)
DEPRECATED, use function pygeodesy.hypot_.
 
inStr(inst, *args, **kwds)
DEPRECATED, use function pygeodesy.instr.
 
isDEPRECATED(obj)
Return True if obj is a DEPRECATED class, method or function, False if not or None if undetermined.
 
isenclosedby(point, points, wrap=False)
DEPRECATED, use function pygeodesy.isenclosedBy.
 
joined(*words, **sep)
DEPRECATED, use NN(...), NN.join_ or sep.join.
 
joined_(*words, **sep)
DEPRECATED, use _SPACE_(...), _SPACE_.join_ or sep.join, sep=" ".
 
nearestOn3(point, points, closed=False, wrap=False, **options)
DEPRECATED, use function pygeodesy.nearestOn5.
 
nearestOn4(point, points, closed=False, wrap=False, **options)
DEPRECATED, use function pygeodesy.nearestOn5.
 
parseUTM(strUTM, datum=object(), Utm=object(), name='')
DEPRECATED, use function parseUTM5.
 
perimeterof(points, closed=False, adjust=True, radius=6371008.771415, wrap=True)
DEPRECATED, use function perimeterOf.
 
polygon(points, closed=True, base=None)
DEPRECATED, use function points2.
 
scalar(value, low=2.220446049250313e-16, high=1.0, name='scalar', Error=<type 'exceptions.ValueError'>)
DEPRECATED, use class Number_ or Scalar_.
 
simplify2(points, pipe, radius=6371008.771415, shortest=False, indices=False, **options)
DEPRECATED, use function pygeodesy.simplifyRW.
 
tienstra(pointA, pointB, pointC, alpha, **beta_gamma_useZ_Clas_and_kwds)
DEPRECATED, use function pygeodesy.tienstra7.
 
toUtm(latlon, lon=None, datum=None, Utm=object(), cmoff=True, name='')
DEPRECATED, use function pygeodesy.toUtm8.
 
unsign0(x)
DEPRECATED, use function pygeodesy.unsigned0.
 
unStr(name, *args, **kwds)
DEPRECATED, use function pygeodesy.unstr.
 
utmZoneBand2(lat, lon)
DEPRECATED, use function pygeodesy.utmZoneBand5.
Variables
  __all__ = _ALL_LAZY.deprecated
  EPS1_2 = 0.9999999999999999
  MANTIS = 53
  OK = 'OK'
Function Details

anStr (name, OKd='._-', sub='_')

 

DEPRECATED, use function pygeodesy.anstr.

Decorators:
  • @deprecated_function

areaof (points, adjust=True, radius=6371008.771415, wrap=True)

 

DEPRECATED, use function pygeodesy.areaOf.

Decorators:
  • @deprecated_function

bounds (points, wrap=True, LatLon=None)

 

DEPRECATED, use function pygeodesy.boundsOf.

Returns:
2-Tuple (latlonSW, latlonNE) as LatLon or 4-Tuple (latS, lonW, latN, lonE) if LatLon is None.
Decorators:
  • @deprecated_function

clipCS3 (points, lowerleft, upperright, closed=False, inull=False)

 

DEPRECATED, use function pygeodesy.clipCS4.

Returns:
Yield a ClipCS3Tuple(start, end, index) for each edge of the clipped path.
Decorators:
  • @deprecated_function

clipDMS (deg, limit)

 

DEPRECATED, use function pygeodesy.clipDegrees.

Decorators:
  • @deprecated_function

clipStr (bstr, limit=50, white='')

 

DEPRECATED, use function pygeodesy.clips.

Decorators:
  • @deprecated_function

collins (pointA, pointB, pointC, alpha, beta, **useZ_Clas_and_kwds)

 

DEPRECATED, use function pygeodesy.collins5.

Decorators:
  • @deprecated_function

decodeEPSG2 (arg)

 

DEPRECATED, use function epsg.decode2.

Returns:
2-Tuple (zone, hemipole)
Decorators:
  • @deprecated_function

encodeEPSG (zone, hemipole='', band='')

 

DEPRECATED, use function epsg.encode.

Returns:
EPSG code (int).
Decorators:
  • @deprecated_function

enStr2 (easting, northing, prec, *extras)

 

DEPRECATED, use function pygeodesy.enstr2.

Decorators:
  • @deprecated_function

equirectangular3 (lat1, lon1, lat2, lon2, **options)

 

DEPRECATED, use function equirectangular_.

Returns:
3-Tuple (distance2, delta_lat, delta_lon).
Decorators:
  • @deprecated_function

false2f (value, name='value', false=True, Error=<type 'exceptions.ValueError'>)

 

DEPRECATED, use function falsed2f.

Decorators:
  • @deprecated_function

falsed2f (falsed=True, Error=<type 'exceptions.ValueError'>, **name_value)

 

DEPRECATED, use class Easting or Northing.

Convert a falsed east-/northing to non-negative float.

Arguments:
  • falsed - Value includes false origin (bool).
  • Error - Optional, overriding error (Exception).
  • name_value - One name=value pair.
Returns:
The value (float).
Decorators:
  • @deprecated_function
Raises:
  • Error - Invalid or negative name=value.

fStr (floats, prec=6, fmt='f', ints=False, sep=', ')

 

DEPRECATED, use function fstr.

Decorators:
  • @deprecated_function

fStrzs (floatstr)

 

DEPRECATED, use function pygeodesy.fstrzs.

Decorators:
  • @deprecated_function

hypot3 (x, y, z)

 

DEPRECATED, use function pygeodesy.hypot_.

Decorators:
  • @deprecated_function

inStr (inst, *args, **kwds)

 

DEPRECATED, use function pygeodesy.instr.

Decorators:
  • @deprecated_function

isenclosedby (point, points, wrap=False)

 

DEPRECATED, use function pygeodesy.isenclosedBy.

Decorators:
  • @deprecated_function

joined (*words, **sep)

 

DEPRECATED, use NN(...), NN.join_ or sep.join.

Decorators:
  • @deprecated_function

joined_ (*words, **sep)

 

DEPRECATED, use _SPACE_(...), _SPACE_.join_ or sep.join, sep=" ".

Decorators:
  • @deprecated_function

nearestOn3 (point, points, closed=False, wrap=False, **options)

 

DEPRECATED, use function pygeodesy.nearestOn5.

Returns:
3-Tuple (lat, lon, distance)
Decorators:
  • @deprecated_function

nearestOn4 (point, points, closed=False, wrap=False, **options)

 

DEPRECATED, use function pygeodesy.nearestOn5.

Returns:
4-Tuple (lat, lon, distance, angle)
Decorators:
  • @deprecated_function

parseUTM (strUTM, datum=object(), Utm=object(), name='')

 

DEPRECATED, use function parseUTM5.

Returns:
The UTM coordinate (Utm) or 4-tuple (zone, hemisphere, easting, northing) if Utm is None.
Decorators:
  • @deprecated_function

perimeterof (points, closed=False, adjust=True, radius=6371008.771415, wrap=True)

 

DEPRECATED, use function perimeterOf.

Decorators:
  • @deprecated_function

polygon (points, closed=True, base=None)

 

DEPRECATED, use function points2.

Decorators:
  • @deprecated_function

scalar (value, low=2.220446049250313e-16, high=1.0, name='scalar', Error=<type 'exceptions.ValueError'>)

 

DEPRECATED, use class Number_ or Scalar_.

Returns:
New value (float or int for int low).
Decorators:
  • @deprecated_function
Raises:
  • Error - Invalid value.

simplify2 (points, pipe, radius=6371008.771415, shortest=False, indices=False, **options)

 

DEPRECATED, use function pygeodesy.simplifyRW.

Decorators:
  • @deprecated_function

tienstra (pointA, pointB, pointC, alpha, **beta_gamma_useZ_Clas_and_kwds)

 

DEPRECATED, use function pygeodesy.tienstra7.

Decorators:
  • @deprecated_function

toUtm (latlon, lon=None, datum=None, Utm=object(), cmoff=True, name='')

 

DEPRECATED, use function pygeodesy.toUtm8.

Returns:
The UTM coordinate (Utm) or a 6-tuple (zone, easting, northing, band, convergence, scale) if Utm is None or cmoff is False.
Decorators:
  • @deprecated_function

unsign0 (x)

 

DEPRECATED, use function pygeodesy.unsigned0.

Decorators:
  • @deprecated_function

unStr (name, *args, **kwds)

 

DEPRECATED, use function pygeodesy.unstr.

Decorators:
  • @deprecated_function

utmZoneBand2 (lat, lon)

 

DEPRECATED, use function pygeodesy.utmZoneBand5.

Returns:
2-Tuple (zone, band).
Decorators:
  • @deprecated_function