No project description provided
Project description
cromosim
CROMOSIM is a Python Library for Crowd Motion Simulation.
- Website: https://www.cromosim.fr
- Source code: https://github.com/sylvain-faure/cromosim
The aim of this open source project is to make it possible to users to run simulations based from several models (cellular automata, microscopic simulations or using compartments), to test new configurations, and even to investigate the possibility to program their own model in complex geometry : do-it yourself !
This package proposes Python implementations of the numerical methods detailed in the book “Crowds in equations: an introduction to the microscopic modeling of crowds” by Bertrand Maury (ENS Ulm & Univ. Paris-Saclay) and Sylvain Faure (CNRS), World Scientific 2018, Advanced textbooks in mathematics.
How to use cromosim ?
You can either install the main modules with pip:
~$ pip install cromosim
and then download one of the examples:
~$ mkdir my_first_example
~$ cd my_first_example
my_first_example$ wget https://github.com/sylvain-faure/cromosim/blob/master/examples/domain/domain_room.py
my_first_example$ wget https://github.com/sylvain-faure/cromosim/blob/master/examples/domain/room.png
my_first_example$ python domain_room.py
Or clone the entire folder with git and install it manually:
~$ git clone git@github.com:sylvain-faure/cromosim.git
~$ cd cromosim
cromosim$ python setup.py install
and then try one of the scripts in the 'examples' folder:
cromosim$ cd examples/domain
cromosim/examples/domain$ python domain_room.py
For more information
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cromosim-2.1.0.tar.gz
.
File metadata
- Download URL: cromosim-2.1.0.tar.gz
- Upload date:
- Size: 88.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
94e89866f34e36fd543e1099e79b9aa8fa51e4dd092957016d1dfb28dc0397e9
|
|
MD5 |
480a69e86b3b0d6405e23bd0ee193d7c
|
|
BLAKE2b-256 |
e26d280f8ba7a2c01bfb59f076be9ef7bbc91ca59253a5b69b77849f9f31891c
|
File details
Details for the file cromosim-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: cromosim-2.1.0-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
60c3a0b70d391637acb503f3334b9bc2fae04caa38d195b75ebc222805c19d7d
|
|
MD5 |
ff5fe46790b2da1506a69d436fcb920c
|
|
BLAKE2b-256 |
9e338e42cd545cbefef93cf904c0861480a3a9214492d694e47e4d6869dd2cec
|