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 -------------- .. admonition:: Lesson slides `Slides from lesson 1 (PDF) <../../_static/autogis-intro-slides-2021.pdf>`__ .. admonition:: Presentation .. raw:: html Lesson videos ------------- .. admonition:: Lesson 1.1 - Course overview .. raw:: html

Håvard Wallin Aagesen, University of Helsinki @ AutoGIS channel on Youtube.

.. admonition:: Lesson 1.2 - Shapely and geometric objects .. raw:: html

Håvard Wallin Aagesen, University of Helsinki @ AutoGIS channel on Youtube.

.. admonition:: Lesson 1.3 - Exercise 1 .. raw:: html

Håvard Wallin Aagesen, University of Helsinki @ AutoGIS channel on Youtube.

.. admonition:: Installing a Python GIS environment .. raw:: html

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