linear-geo: Geographic coordinates, built on the linear package.

[ library, math, mit ] [ Propose Tags ]

Geographic coordinates, built on the linear package.

This package provides types and functions for dealing with coordinates in geodetic, ECEF, and ENU coordinate systems. A particular emphasis is placed on numerical stability, especially for complex conversions like converting between geodetic and ECEF coordinates. However, not every part of every function has machine checked for numerical stability.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), deepseq (>=1.4 && <2), distributive (>=0.6 && <1), linear (>=1.20 && <2), vector (>=0.13 && <1) [details]
License MIT
Copyright Travis Whitaker 2023
Author Travis Whitaker
Maintainer pi.boy.travis@gmail.com
Category Math
Home page https://github.com/TravisWhitaker/linear-geo
Bug tracker https://github.com/TravisWhitaker/linear-geo
Uploaded by TravisWhitaker at 2023-12-21T02:50:32Z
Distributions NixOS:0.1.0.0
Downloads 31 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-12-21 [all 1 reports]

Readme for linear-geo-0.1.0.0

[back to package description]

linear-geo

Geographic coordinates, built on the linear package.

This package provides types and functions for dealing with coordinates in geodetic, ECEF, and ENU coordinate systems. A particular emphasis is placed on numerical stability, especially for complex conversions like converting between geodetic and ECEF coordinates. However, not every part of every function has machine checked for numerical stability.