AgentMaps

Make social simulations on real maps! Agent-based modeling for the web.
GitHub
918
Created 6 years ago, last commit 2 months ago
2 contributors
294 commits
Stars added on GitHub, month by month
0
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
+0.1
/day
Last 12 months
+0.1
/day
npmPackage on NPM
Monthly downloads on NPM
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
README

AgentMaps - Social Simulations on Real World Maps

AgentMaps is a library for building and visualizing agent-based simulations on real world maps. Agents are arbitrarily programmable at multiple levels of granularity. They can represent people, vehicles, animals, infectious agents, and more.

AgentMaps lets you turn a map like this:

into a simulation like this:

You can install it via npm (npm install agentmaps) and bundle it yourself, or you can get a premade bundle here to include directly in a webpage. You'll need to include Leaflet separately.

Documentation

Docs for people who want to use AgentMaps are available here.

Docs for people who want to understand its internals are here.

A basic walkthrough for creating an AgentMaps simulation can be found here.

Demos

Simple: Shows all the different ways agents can travel around a map.

Contagion: Agents commute between different parts of a neighborhood while an infection spreads between them.

You can find the corresponding code under /demos in the gh-pages branch here.

Plugins

IconAgents: Lets you depict agents with custom icons instead of circles.


Thank you to anyone who somehow benefits from this.

AgentMaps: Geospatial Agent-based Modeling and Simulation for JavaScript.