Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 808 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 808 Bytes

OrbisGIS

OrbisGIS is a GIS application dedicated to scientific spatial simulation. This cross-platform GIS is developed at French IRSTV institute and is able to manipulate and create vector and raster spatial information.

For general information, please consult http://www.orbisgis.org/.

For developer-related information, have a look at OrbisGIS's GitHub Wiki.

Licenses

OrbisGIS in under the GPLv3 license. See Licenses/license-GPL.txt for more information.

Quick Build instruction

OrbisGIS uses the Maven build system.

  • To launch a full build (including tests):
mvn clean install
  • To run OrbisGIS from Maven:
cd orbisgis-ui\
mvn exec:exec