spatialdata


License

License

Categories

Categories

Data
GroupId

GroupId

org.openmole.library
ArtifactId

ArtifactId

spatialdata_2.12
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

spatialdata
spatialdata
Project URL

Project URL

https://github.com/openmole/spatialdata
Project Organization

Project Organization

org.openmole.library
Source Code Management

Source Code Management

https://github.com/openmole/spatialdata.git

Download spatialdata_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.openmole.library/spatialdata_2.12/ -->
<dependency>
    <groupId>org.openmole.library</groupId>
    <artifactId>spatialdata_2.12</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmole.library/spatialdata_2.12/
implementation 'org.openmole.library:spatialdata_2.12:0.2'
// https://jarcasting.com/artifacts/org.openmole.library/spatialdata_2.12/
implementation ("org.openmole.library:spatialdata_2.12:0.2")
'org.openmole.library:spatialdata_2.12:jar:0.2'
<dependency org="org.openmole.library" name="spatialdata_2.12" rev="0.2">
  <artifact name="spatialdata_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmole.library', module='spatialdata_2.12', version='0.2')
)
libraryDependencies += "org.openmole.library" % "spatialdata_2.12" % "0.2"
[org.openmole.library/spatialdata_2.12 "0.2"]

Dependencies

compile (13)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.7
org.apache.commons : commons-math3 jar 3.6.1
com.github.pathikrit : better-files_2.12 jar 3.5.0
com.vividsolutions : jts jar 1.13
org.openmole.library : graph-core_2.12 jar 1.12.5.1
org.geotools » geotools jar 21.0
org.geotools » gt-shapefile jar 21.0
com.github.tototoshi : scala-csv_2.12 jar 1.3.4
org.postgresql : postgresql jar 42.2.5
org.mongodb : mongo-java-driver jar 3.10.0
org.apache.httpcomponents : httpclient jar 4.3.5
commons-io : commons-io jar 2.3
org.apache.commons : commons-lang3 jar 3.1

Project Modules

There are no modules declared in this project.

Spatial Data - a scala library for spatial sensitivity analysis

Maven Central Build Status codecov

General purpose

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.

Applications

The folder library/data contains the results of the application of the library to the calibration of building configurations generators.

Building

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

Architecture

Packages :

  • grid grid data methods
  • network network data methods
  • points points methods
  • test test classes
  • utils tools

Each data type package contains the following subpackages :

  • synthetic synthetic generators
  • measures indicators
  • real real data and perturbations
org.openmole.library

OpenMOLE

Versions

Version
0.2
0.1