https://github.com/tattdcodemonkey/geopotion
Elixir module for working with geospatial data
https://github.com/tattdcodemonkey/geopotion
Last synced: 7 months ago
JSON representation
Elixir module for working with geospatial data
- Host: GitHub
- URL: https://github.com/tattdcodemonkey/geopotion
- Owner: TattdCodeMonkey
- License: mit
- Created: 2014-09-21T17:09:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T02:44:49.000Z (over 4 years ago)
- Last Synced: 2024-12-29T03:45:46.422Z (about 1 year ago)
- Language: Elixir
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GeoPotion
=========
*** WIP ***
This is an Elixir module for dealing with geo spatial data.
Angle - stores an angle in either decimal degrees or radians. has functions for normalizing and conversions
Distance - stores a distance value in a subset of supported units of measure. has functions for converting between units
Position - simple structure for holding a latitude, longitude and altitude. Values are decimal degrees and meters HAE for altitude
* this module is a work in progress.
Vector - module used to calculate vectors between two geo positions. uses vincenty formula
* this module is a work in progress