Lesson overview

Before starting to work with actual GIS data, we will focus on basic geometric objects such as points, lines and polygons. In this lesson, you will learn how to create and manipulate geometries in Python using the Shapely Python Package.

Learning goals

After this lesson you should be able to:

  • search for information about the available GIS packages in Python

  • understand how geometric objects such as points, lines and polygons are represented in Python using Shapely

  • create geometric objects based on coordinate values

  • (optionally) install Python packages on your own computer using conda

Intro slides

Lesson videos

Lesson 1.1 - Course overview

Vuokko Heikinheimo, University of Helsinki @ AutoGIS channel on Youtube.

Lesson 1.2 - Shapely and geometric objects

Vuokko Heikinheimo, University of Helsinki @ AutoGIS channel on Youtube.

Lesson 1.3 - Exercise 1 & quick git intro

Vuokko Heikinheimo, University of Helsinki @ AutoGIS channel on Youtube.

Installing a Python GIS Environment

Vuokko Heikinheimo, University of Helsinki @ AutoGIS channel on Youtube.