Geo

Build Status

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

Also includes a Postgrex extension for the PostGIS data types, Geometry and Geography

defp deps do
  [{:geo, "~> 1.1"}]
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.