From a365f59815a6b74b6f5c256447988a15f88b7091 Mon Sep 17 00:00:00 2001 From: Adrian Wilkins Date: Tue, 2 Apr 2019 14:06:46 +0100 Subject: [PATCH] Update link to Shapely docs --- source/lessons/L1/Geometric-Objects.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/lessons/L1/Geometric-Objects.rst b/source/lessons/L1/Geometric-Objects.rst index d55daa2..f3cd0b0 100644 --- a/source/lessons/L1/Geometric-Objects.rst +++ b/source/lessons/L1/Geometric-Objects.rst @@ -5,7 +5,7 @@ Geometric Objects - Spatial Data Model **Sources:** These materials are partly based on `Shapely --documentation `__ and `Westra +-documentation `__ and `Westra E. (2013), Chapter 3 `__. @@ -15,12 +15,12 @@ Overview of geometric objects and Shapely -module .. figure:: http://www.helsinki.fi/science/accessibility/maintenance/Kuvia/SpatialDataModel.PNG *Fundamental geometric objects that can be used in Python with* -`Shapely `_ *module* +`Shapely `_ *module* The most fundamental geometric objects are **Points**, **Lines** and **Polygons** which are the basic ingredients when working with spatial data in vector format. Python has a specific module called -`Shapely `__ that can be +`Shapely `__ that can be used to create and work with *Geometric Objects*. There are many useful functionalities that you can do with Shapely such as: