Go to file
coolneng a53d79fe5f
Fix typo on readme
2020-07-16 04:09:35 +02:00
app Reload map template on form submit 2020-06-15 20:49:10 +02:00
docs Add Architecture handout 2020-04-11 21:54:05 +02:00
tests Add Flickr avalaibility test 2020-06-15 02:14:04 +02:00
.gitignore Render table and folium map as iframe 2020-06-14 00:58:52 +02:00
LICENSE.md Add Readme and License 2020-02-27 01:12:56 +01:00
README.md Fix typo on readme 2020-07-16 04:09:35 +02:00
constants.py Create lines instead of markers whenever necessary 2020-06-15 02:05:45 +02:00
shell.nix Clean up dev tools and unused dependencies 2020-06-15 02:15:11 +02:00

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

  1. 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

  1. Clone the repository:
git clone https://coolneng.duckdns.org/gitea/coolneng/graphPaname
  1. Change the working directory to the project:
cd graphPaname
  1. Enter the nix-shell:
nix-shell
  1. Run the tests:
pytest
  1. Execute the Flask application:
flask run

The website can be accessed via localhost:5000