Home - orbisgis/h2gis GitHub Wiki

Introduction

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.

Building

H2GIS uses Maven. To launch a full build (including tests), run the following command:

$ mvn clean install

Contributing

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.

Documentation

H2GIS's documentation is located at http://www.h2gis.org/docs/dev/home/.

Follow

You can follow @H2GIS on Twitter.