Geodetic-0.4: Geodetic calculations

Data.Geo.Coord

Description

A coordinate on earth with a latitude and longitude.

Synopsis

Documentation

(|.|) :: Latitude -> Longitude -> CoordSource

Construct a coordinate with the given latitude and longitude.

(!.!) :: Double -> Double -> CoordSource

  • - | Construct a coordinate with the given latitude and longitude in degrees.

(|..|) :: Double -> Double -> CoordSource

  • - | Construct a coordinate with the given latitude and longitude in radians.

radians' :: Coord -> (Double, Double)Source

Convert the latitude and longitude of the given coordinate to radians.