Skip to content

njanakiev/worlddataleague-workshop

Repository files navigation

worlddataleague-workshop

Workshop materials and slides for World Data League.

Working and Analysing OpenStreetMap for Data Science Projects

Setup

You can run the notebooks either with docker or with anaconda environment.

Docker Container

Install docker by following this Guide (Ubuntu). And this guide to install docker-compose.

Build and run with docker:

docker-compose -f docker/docker-compose.yml up --build

Anaconda Environment

To install Anaconda download it from here.

Create wdl Anaconda environment with:

conda env create -f environment.yml
conda activate wdl
jupyter-lab

Data Preprocessing

If you wish to preprocess the data yourself, you can run:

bash prepare-data.sh

Make sure to use the Anaconda environment. Tested on Ubuntu 20.04.

License

This project is licensed under the MIT license. See the LICENSE for details.

About

World Data League workshop materials and slides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages