Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 733 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 733 Bytes

BiciMAD dashboard

BiciMAD datasest download and analysis code, including an interactive dashboard.

Dashboard screenshot

Usage

Start the database with:

docker run --name postgres-bicimad -e POSTGRES_PASSWORD={password} -d --restart always --network bicimad -v bicimad-db:/var/lib/postgresql/data postgres

Then, build the Jupyter Docker image with:

docker build -t jupyter-bicimad .

And run it with:

docker run -it -v $(pwd):/home/jovyan/bicimad jupyter-bicimad

Alternatively, you can use the prebuilt image available at DockerHub.

To get the data and populate the database, run get_data.ipynb.