spatialdata


License

License

Categories

Categories

Data
GroupId

GroupId

org.openmole.library
ArtifactId

ArtifactId

spatialdata_2.13
Last Version

Last Version

0.3
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.13

How to add to project

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

Dependencies

compile (16)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.apache.commons : commons-math3 jar 3.6.1
com.github.pathikrit : better-files_2.13 jar 3.8.0
com.vividsolutions : jts jar 1.13
org.geotools » geotools jar 21.0
org.geotools » gt-shapefile jar 21.0
com.github.tototoshi : scala-csv_2.13 jar 1.3.6
org.postgresql : postgresql jar 42.2.5
org.mongodb : mongo-java-driver jar 3.10.0
org.jgrapht : jgrapht-core jar 1.3.1
org.apache.httpcomponents : httpclient jar 4.3.5
commons-io : commons-io jar 2.3
org.apache.commons : commons-lang3 jar 3.1
it.uniroma1.dis.wsngroup.gexf4j : gexf4j jar 1.0.0
org.scalactic : scalactic_2.13 jar 3.1.0
org.scalatest : scalatest_2.13 jar 3.1.0

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.3