coolneng a53d79fe5f | ||
---|---|---|
app | ||
docs | ||
tests | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
constants.py | ||
shell.nix |
README.md
graphPaname
graphPaname is a system that collects real-time data, relevant to the COVID-19 pandemic de-escalation, from the city of Paris.
It works with 4 datasets about the de-escalation:
- Retailers with home delivery
- Additional parking places in relay parkings (parkings connected to public transportation)
- Temporary cycling paths
- Temporary pedestrian streets
For each dataset, we offer a table with the data, and a map of Paris with markers. Additionally, there's a section with photos related to the COVID-19 pandemic.
Technologies
- Flask
- Pandas
- Folium
Data sources
Requirements
- Nix
Installation
- Install Nix (compatible with MacOS and Linux):
curl -L https://nixos.org/nix/install | sh
There are alternative installation methods, if you don't want to pipe curl to sh
- Clone the repository:
git clone https://coolneng.duckdns.org/gitea/coolneng/graphPaname
- Change the working directory to the project:
cd graphPaname
- Enter the nix-shell:
nix-shell
- Run the tests:
pytest
- Execute the Flask application:
flask run
The website can be accessed via localhost:5000