Skip to content

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

License

Notifications You must be signed in to change notification settings

Catedra-Cabify-ETSIT-UPM/bicimad_dashboard

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published