Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 436 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 436 Bytes

purescript-geo 🌍

Common Geographical Functions in Purescript

-- returns flatteningFactor of Earth in kms
flatteningFactor :: Quantity

-- returns equatorialRadius of Earth in kms
equatorialRadius:: Quantity

-- returns polarRadius of Earth in kms
polarRadius :: Either ConversionError Quantity

-- measure of how out of round our Earth is (in kms)
eccentricityOfEarthMeridian :: Either ConversionError Quantity