Lesson overview =============== In this week's lesson we will introduce you a spatial data model (geometric objects) and some basics of how spatial data can be manipulated in pure Python. 1. :doc:`Motivation for the course: Automating GIS processes ` 2. `Shapely and Geometric Objects <../../notebooks/L1/geometric-objects.ipynb>`__ - Overview of Geometric Objects and Shapely -module - Point -object - LineString -object - Polygon -object - Geometry collections (optional) 3. :doc:`Exercise 1: Working with geometric objects ` Learning goals -------------- After this week you should: - have an idea of what kind of tools are available for doing geographic data analysis ("GIS stuff") in Python - know how to install Python packages using conda - know what kind of geometric objects are available - know how to create different kind of geometries using Shapely - know how to read coordinates from a file and create Points based on those Intro slides -------------- .. admonition:: Lesson slides `Slides from lesson 1 (PDF) <../../_static/autogis-intro-slides-2019.pdf>`__ Lesson video ------------- .. admonition:: Lesson 1 - Course overview .. raw:: html

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

.. admonition:: Lesson 1 - Shapely and Geometric objects .. raw:: html

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