Geo

Build Status

A collection of GIS functions. Handles conversions to and from WKT, WKB, and GeoJSON for the following geometries:

Note: If you are looking for the Postgrex PostGIS extension, check out geo_postgis

Note: If you are looking to do geospatial calculations in memory with Geo's structs, check out topo

defp deps do
  [{:geo, "~> 2.0"}]
end

Documentation

Examples

Development

After you got the dependencies via mix deps.get make sure that:

Then you can run the tests as you are used to with mix test.