https://github.com/spujadas/coursera-ddp-leaflet
Coursera Developing Data Products Week 2 Peer-graded Assignment: Leaflet
https://github.com/spujadas/coursera-ddp-leaflet
leaflet ratp
Last synced: 5 months ago
JSON representation
Coursera Developing Data Products Week 2 Peer-graded Assignment: Leaflet
- Host: GitHub
- URL: https://github.com/spujadas/coursera-ddp-leaflet
- Owner: spujadas
- Created: 2017-02-12T19:57:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T20:17:34.000Z (over 9 years ago)
- Last Synced: 2025-07-27T22:47:32.864Z (12 months ago)
- Topics: leaflet, ratp
- Language: HTML
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coursera Developing Data Products Week 2 Peer-graded Assignment: Leaflet
In this project, we created a web page using R Markdown that features a map created with Leaflet, representing the number of incoming passengers per station on the Parisian RATP railroad network in 2015.
The web page is [published online on GitHub Pages](http://spujadas.github.io/coursera-ddp-leaflet/ratp-railroad-passenger-traffic-2015.html).
The source data sets are not included in this repository. To reproduce this web page, you will need to download the following files and place them in a subdirectory named `data`:
- `positions-geographiques-des-stations-du-reseau-ratp.csv`, from [Positions géographiques des stations du réseau RATP](https://data.ratp.fr/explore/dataset/positions-geographiques-des-stations-du-reseau-ratp/information/) (geographic position of stations on RATP network).
- `trafic-annuel-entrant-par-station-du-reseau-ferre-2015.csv`, from [Trafic annuel entrant par station du réseau ferré 2015](https://data.ratp.fr/explore/dataset/trafic-annuel-entrant-par-station-du-reseau-ferre-2015/export/) (annual traffic by station on railway network 2015).
- `traces-du-reseau-ferre-idf.csv`, from [Tracés du réseau de transport ferré d'Ile-de-France](https://opendata.stif.info/explore/dataset/traces-du-reseau-ferre-idf/) (layout of the Île-de-France railway network).