Skip to content

GinaStavropoulou/geogeek-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A workshop for geopandas/raster/numpy for Geogeeks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published