Skip to content
Palominos Sylvain edited this page Jul 17, 2019 · 3 revisions

OrbisData

OrbisData is a library which provides a unique access point to query, manage, retrieve data. It is closed to Groovy syntax and aims to provide an elegant and fluent framework to play with geospatial data. Orbisdata is based on H2GIS, the spatial extension of the H2 database.

The project is divided in two parts : the data managing part which simplify the access and the manipulation of data and the processing part which allow to create and chain processes in order to create complex processing chains.

Requirements

To use OrbisData you need to have JAVA 8 and Groovy 2.5.7.

Clone this wiki locally