Home | Trees | Indices | Help |
|
---|
|
Karney's Universal Polar Stereographic (UPS) projection.
Classes Ups and UPSError and functions parseUPS5, toUps8 and upsZoneBand5.
A pure Python implementation, partially transcoded from C++ class PolarStereographic by Charles Karney.
The UPS system is used in conjuction with UTM for locations on the polar regions of the earth. UPS covers areas south of 79.5°S and north of 83.5°N (slightly overlapping the UTM range from 80°S to 84°N by 30' at each end).
Version: 22.04.22
Classes | |
UPSError Universal Polar Stereographic (UPS) parse or other Ups issue. |
|
Ups Universal Polar Stereographic (UPS) coordinate. |
Functions | |||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.ups
|
Function Details |
Parse a string representing a UPS coordinate, consisting of
|
Convert a lat-/longitude point to a UPS coordinate.
See Also: Karney's C++ class UPS. |
Return the UTM/UPS zone number, polar Band letter, pole and clipped lat- and longitude for a given location.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed May 4 16:33:50 2022 | http://epydoc.sourceforge.net |