earthkit.geo.constants¶
Collection of constants.
Attributes¶
Full angle in degrees. |
|
Latitude of the north pole in degrees. |
|
Latitude of the south pole in degrees. |
|
Half angle in degrees. |
Module Contents¶
- earthkit.geo.constants.FULL_ANGLE = 360.0¶
Full angle in degrees.
- earthkit.geo.constants.NORTH_POLE_LAT = 90¶
Latitude of the north pole in degrees.
- earthkit.geo.constants.SOUTH_POLE_LAT = -90¶
Latitude of the south pole in degrees.
- earthkit.geo.constants.STRAIGHT_ANGLE = 180.0¶
Half angle in degrees.