Français :
Présentation du projet
Le but est d'analyser l'expantion du métro en fonction de l'expansion de Paris (habitants, déplacements, etc.)
TODO
Dans un premier temps, trouver les dates de mises en services fiables pour les faire coïcider avec les données de citylines : fait
Dans un second temps, trouver des documents permettant l'analyse de l'expansion de Paris (habitants, déplacements, etc.) fait
Prendre les données au format JSON de citylines et ne répcupérer les données liés au métro. fait
Faire de même pour les données du tableau wikipedia. fait
Concaténer les données entre elles de façon à n'avoir qu'un JSON avec les données du JSON "initial", (paris_lines_systems_and_modes.json) et les données du tableau wikipedia. fait
Créer une carte de Paris avec une librairie. (Laquelle?)
Combiner la carte et les données (format JSON ou DataFrame) pour voir la donnée : data Viz.
Ajouter une barre de temps pour que l'utilisateur puisse faire défiler les années et que les données puissent être interactifs
(par ex : si "bare de temps" est sur 2030, la ligne 15 du métro de Paris apparait)
Données analysés
Une partie des données est issue du site citylines. Ces données se trouvent ici.
Une autre partie des données proviennent de Wikipédia (tableau avec les dates de mises en services).
Des données démographique proviennent également de Wikipédia
Fichiers contenus dans le projet
- gitignore
- paris_lines_systems_and_modes.json : tous les systèmes et moyens de transports dans Paris
- paris_stations.geojson
- paris_section.geojson
- script.py
- script.ipynb (Le fichier script.py convertie en un Jupyter Notbook)
- secrutity.md
Fonctionnement du programme
Technologie utilisé
- python
- spark
Imports natif
- pandas
- pyspark
Axes d'amélioration
Auteur
Benjamin PRADON
English :
Project
The goal is to analyze the expansion of Paris' metro according to the expansion of Paris (inhabitants, movements, etc.)
TODO
First, find the dates of reliable commissioning to make them coincide with the citylines data: done
Secondly, finding documents allowing the analysis of the expansion of Paris (inhabitants, displacements, etc.) done
Take data in JSON format from citylines and do not retrieve data related to the metro. done
Do the same for the data in the wikipedia table. done
Concatenate the data between them so as to have only one JSON with the data of the "initial" JSON, (paris_lines_systems_and_modes.json) and the data of the wikipedia table. done
Create a map of Paris using a library (which one?)
Combine the map and data (JSON JSON or DataFrame) to see the data: data Viz.
Add a barre of time for the user to be able to make the years pass and that data are interactive.
(eg : if the "time barre " displays 2030, the map will display the line 15 of the Paris métro)
Analyzed data
Part of the data comes from the citylines site. This data can be found here.
Another part of the data provided by Wikipedia
Wikipedia (table with the dates of commissioning).
Demographic data also provided from Wikipedia
Files in the project
How does the program works
Technology used
Native imports
Areas for improvement
Author
Benjamin PRADON