Docker project to test and run mobilitydb, mobilitydb-sqlalchemy, movingpandas, geopandas in jupyter-notebooks.
Clone and run with docker-compose.
git clone https://github.com/MBennGit/mobilitydb-sqlalchemy-notebooks.git
docker-compose up -d
Utilizing base-notebook from project jupyter. Adapted to implement dependencies:
- geopandas (conda)
- movingpandas (conda)
- SQLAlchemy (conda)
- mobilitydb-sqlalchemy (pipy)
- psycopg2-binary (pipy)
Notebooks based on the Quickstart documentation from mobility-sqlalchemy.