Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
/ UD_ReAgent_ABM Public archive

Agent Based Simulation framework for Urban Data Services and Vizualisation

Notifications You must be signed in to change notification settings

VCityTeam/UD_ReAgent_ABM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UD_ReAgent_ABM

Agent Based Simulation framework for Urban Data Services and Vizualisation.

See the wiki for more information about this project

Contact: Arnaud Grignard


UD-Viz Version using a client/server architecture where UD_Viz is the client and Gama (in headless) the server

Start the server (GAMA headless)

  • If not yet installed, download the last Gama 1.9 release version here
  • cd /Applications/Gama.app/Contents/headless (Mac OS) or cd C:\Program Files\Gama\headless (Windows) or /opt/gama-platform/headless(linux)
  • bash gama-headless.sh -socket 6868(Mac OS) or gama-headless.bat -socket 6868 (Windows) or ./gama-headless.sh -socket 6868```

Start your client

  • cd UD-Viz-GCCV
  • npm i
  • npm run start or npm run debug (For Developpers):
  • Open a browser at this adress http://localhost:8000/

NB: - To reload the keystoning in the Javacript console of your browser run localStorage.clear()


GAMA version (compatible with version 1.9.1)

ABM model developped using Gama Platform. As a standalone can be used directly to be displayed on a physical table.

  • In Gama Import the project ReAgent
  • Open models/Gratte_Ciel_demo.gaml
  • Run Demo

About

Agent Based Simulation framework for Urban Data Services and Vizualisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published