-
Notifications
You must be signed in to change notification settings - Fork 65
Home
H2GIS is composed of three qualified professionals in GIS and informatic sciences.
- Erwan Bocher leads the project (CNRS).
- Nicolas Fortin is the lead programmer (CNRS).
- Gwendall Petit is in charge of the documentation and manages all public relations with the community users (Ecole Centrale de Nantes).
H2GIS uses Maven. To launch a full build (including tests), run the following command:
$ mvn clean install
During the build a report is generated thanks to Corbertura. Corbertura help you determine how well the unit testing and integration testing efforts have been, and can then be used to identify which parts of H2GIS need test coverage.
If you want to skip tests and Corberura report, please run :
$ mvn clean install -DskipTests -Dcobertura.skip=true
For legal reasons, contributors are asked to provide a contributor license agreement. We invite each contributor to send a mail to the [H2GIS developer] (http://h2gis.1099522.n5.nabble.com/H2GIS-developers-f3.html) mailing list.
The mail need to include the following statement:
"I wrote the code, it's mine, and I'm contributing it to H2GIS for distribution licensed under the [GPL 3.0] (http://www.gnu.org/copyleft/gpl.html)."
For a significant contribution, send a PR on GitHub and refer it in your message. For a single contribution join a patch to your mail.
H2GIS's documentation is located at http://www.h2gis.org/docs/dev/home/.