Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 868 Bytes

README.md

File metadata and controls

57 lines (35 loc) · 868 Bytes

Session 4: geo-Python (Jupyter, Numpy, GeoPandas, Matplotlib)

Instructors: Lukas Beuster & Gina Stavropoulou

Requirements:

A computer with python3.8 or higher

Getting Started:

You will need to use your terminal on Linux/MacOS or your PowerShell on Windows.

Clone the repo

git clone https://github.com/GinaStavropoulou/geogeek-workshop.git
cd geogeek-workshop

or use GitHub Desktop.

Set up an environment

Create a virtual environment:

python3 -m venv .venv

Activate the environment

Linux/MacOS:

source .venv/bin/activate

Windows:

.venv\Scripts\Activate.ps1

Install the requirements:

pip install -r requirements.txt

Then get started with:

jupyter lab

This will open jupyter lab on your browser. You can choose the notebook of Exercise 0 to start with.