Provide primitives, for territorial systems, to
- generate synthetic spatial configurations possibly resembling real configurations
- perturbate real datasets
- compare synthetically generated configurations and real configurations
Implemented aspects for now are built environment grids (population or buildings) and road networks.
The folder library/data
contains the results of the application of the library to the calibration of building configurations generators.
In the library
folder, using sbt
:
sbt assembly
creates a single jar including all dependencies (configure main class in build)sbt osgiBundle
creates an osgi bundle that can be used as an OpenMOLE plugin
Packages :
grid
grid data methodsnetwork
network data methodspoints
points methodstest
test classesutils
tools
Each data type package contains the following subpackages :
synthetic
synthetic generatorsmeasures
indicatorsreal
real data and perturbations