-
Notifications
You must be signed in to change notification settings - Fork 63
Home
H2GIS is a spatial extension of the H2 database
engine in the spirit of PostGIS. It adds support for
managing spatial features and operations on the new Geometry
type of H2, the Open
Geospatial Consortium (OGC) Simple Features
for SQL (SFSQL) functions and
additional spatial functions that we (the CNRS)
develop.
H2GIS uses Maven. To launch a full build (including tests), run the following command:
$ mvn clean install
For legal reasons, contributors are asked to provide a contributor license agreement.
We invite each contributor to include the following statement:
"I wrote the code, it's mine, and I'm contributing it to H2GIS for distribution licensed under the [LGPL 3.0] (http://www.gnu.org/copyleft/lgpl.html)."
when a PR is send on GitHub.
H2GIS's documentation is located at http://www.h2gis.org/docs/dev/home/.
You can follow @H2GIS on Twitter.