Skip to content

christianurich/DynaMind-ToolBox

 
 

Repository files navigation

Build Status DynaMind-ToolBox

DynaMind is an open-source GIS modelling toolbox similar to the ArcGIS - model builder. The idea is that small reusable modules can be linked together to describe a complex workflow in an urban environment. E.g. the evolution of a small city

The heart of the DynaMind-Toolbox is DynaMind a small efficient core written in C++. The core provides easy to use interfaces to develop new modules in C++ or Python and to access the data in the data stream.

The DyanMind-Toolbox comes with:

  • a model build to set up and edit simulations

  • a set of modules to import, edit, create and export data
  • an easy to use Python interface to create new simulation or build new modules.

Windows Installer

Install on Mac using the Dynamind tap

brew tap christianurich/dynamind
brew install dynamind --HEAD

To run dynamind start it form the comandline and export the path to python-gdal2

export PYTHONPATH=/usr/local/opt/gdal2-python/lib/python2.7/site-packages/:${PYTHONPATH}
dynamind-gui

Packages

No packages published

Languages

  • C++ 96.2%
  • Python 1.4%
  • C 1.0%
  • Shell 0.6%
  • HTML 0.6%
  • Makefile 0.1%
  • Other 0.1%