Geo

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

Also includes an encoder, decoder, and formatter for using PostGIS data types with Postgrex

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

Examples