TattdCodeMonkey / geopotion

Elixir module for working with geospatial data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Elixir module for working with geospatial data

License:MIT License


Languages

Language:Elixir 99.9%Language:Vim Script 0.1%