mratliff / topology_postgis

Topology related types and functions for PostGIS and Ecto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TopologyPostgis

Postgrex extension for the PostGIS data types and functions for Topology.

For Geometry and Geography functions see: geo library

Installation

The package can be installed by adding :topology_postgis to your list of dependencies in mix.exs:

def deps do
  [
    {:topology_postgis, "~> 0.1"}
  ]
end

About

Topology related types and functions for PostGIS and Ecto

License:MIT License


Languages

Language:Elixir 100.0%