Skip to content

Commit ee52330

Browse files
committed
Fix problems with the documentation build
This solves an issue with the build
1 parent df180b3 commit ee52330

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/advanced_guide/polygons_from_list_of_points.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ my_envelope_map
193193
```
194194

195195
## Concave hull (alpha shape)
196-
In some cases the convex hull does not yield good results - this is when the shape of the polygon should be concave instead of convex. The solution is a concave hull that is also called alpha shape. Yet, there is no ready to go, off the shelve solution for this but there are great resources (see: https://web.archive.org/web/20191207074940/http://blog.thehumangeo.com/2014/05/12/drawing-boundaries-in-python/, accessed 04.01.2019 or https://towardsdatascience.com/the-concave-hull-c649795c0f0f, accessed 29.12.2018).
196+
In some cases the convex hull does not yield good results - this is when the shape of the polygon should be concave instead of convex. The solution is a concave hull that is also called alpha shape. Yet, there is no ready to go, off the shelve solution for this but there are great resources (see: https://web.archive.org/web/20191207074940/http://blog.thehumangeo.com/2014/05/12/drawing-boundaries-in-python/, accessed 04.01.2019.
197197

198198

199199
## Putting it together
@@ -265,6 +265,4 @@ my_map_global
265265

266266
* https://medium.com/@vworri/simple-geospacial-mapping-with-geopandas-and-the-usual-suspects-77f46d40e807, accessed 29.12.2018
267267

268-
* https://towardsdatascience.com/the-concave-hull-c649795c0f0f, accessed 29.12.2018
269-
270268
* https://web.archive.org/web/20191207074940/http://blog.thehumangeo.com/2014/05/12/drawing-boundaries-in-python/, accessed 04.01.2019

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pytest
3232
scipy
3333
selenium<4.27.0
3434
setuptools_scm
35-
sphinx
35+
sphinx==7.3.7
3636
types-requests
3737
vega_datasets
3838
vincent

0 commit comments

Comments
 (0)