Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Update link to Shapely docs #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/lessons/L1/Geometric-Objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Geometric Objects - Spatial Data Model
**Sources:**

These materials are partly based on `Shapely
-documentation <http://toblerity.org/shapely/manual.html>`__ and `Westra
-documentation <https://shapely.readthedocs.io>`__ and `Westra
E. (2013), Chapter
3 <https://www.packtpub.com/application-development/python-geospatial-development-second-edition>`__.

Expand All @@ -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 <http://toblerity.org/shapely/manual.html>`_ *module*
`Shapely <https://shapely.readthedocs.io>`_ *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 <http://toblerity.org/shapely/manual.html#>`__ that can be
`Shapely <https://shapely.readthedocs.io>`__ that can be
used to create and work with *Geometric Objects*. There are many useful
functionalities that you can do with Shapely such as:

Expand Down