earthkit.geo.constants

Collection of constants.

Attributes

FULL_ANGLE

Full angle in degrees.

NORTH_POLE_LAT

Latitude of the north pole in degrees.

SOUTH_POLE_LAT

Latitude of the south pole in degrees.

STRAIGHT_ANGLE

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.