Code Monkey home page Code Monkey logo

simplu3d-openmole's Introduction

Simplu3D-OpenMole

============

This projects contains codes to allow distribution and exploration of SimPLU3D model thanks to OpenMole library.

Conditions for use

This software is free to use under CeCILL license. However, if you use this library in a research paper, you are kindly requested to acknowledge the use of this software.

Furthermore, we are interested in every feedbacks about this library if you find it useful, if you want to contribute or if you have some suggestions to improve it.

Distribution method

The zonepacker script allow to split parcels into homogeneous groups in term of number of simulation for calculation distribution with OpenMOLE. In order to run this script, an OSGI bundle have to be built by using sbt osgiBundle command from the root of the projet.

The resulting bundle has to be placed in the same directory than the script and can be run by updating the reference to the different folders. ./zonepacker.sh "/home/mbrasebin/Bureau/parcels_rulez/real/parcels_rulez.shp" "/tmp/tmp/" "/tmp/out/" 20

The folder produced by this process can be used to be distributed with OpenMole, a template with the script is available in the release of this project. You only have to paste the folders in a subfolder of dataBasicSimu folder and to add the osgi bundle as an OpenMole plugin.

Exploration method

Using the Pattern Search Exploration (PSE) method allows the production of diversity of simulation models outputs. This methods is applied on SimPLU3D model in order to generate a variety of built configurations according to external measure (density, distribution of height, etc.).

More information, implementation and results are provided in the dedicated branch (results_pse)

Contact for feedbacks

Acknowledgments

  • Paul Chapron for the adaptation of the PSE method
  • ISC-PIF, and notably Romain Reuillon, for their active support for the use of OpenMole.

simplu3d-openmole's People

Contributors

chapinux avatar julienperret avatar maxcolomb avatar mbrasebin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

simplu3d-openmole's Issues

Deletion of some dependency

Hello,

in order to make my OpenMole plugin works, I had to comment some dependencies (now it works with last OpenMole version), but I want to be sure to understand that the project is now ok.

It is in this commit : fe47c86

In main build.sbt :
//val openMOLEVersion = "5.0-SNAPSHOT"
//libraryDependencies += "org.openmole" %% "org-openmole-core-dsl" % openMOLEVersion
//libraryDependencies += "org.openmole" %% "org-openmole-plugin-task-scala" % openMOLEVersion
+
ExclusionRule(organization = "org.slf4j")

In plugin build.sbt :

//addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") (This dependency cannot be found cf : this issue sbt/sbt-eclipse#315 )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.