You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ There you can find out that the `epsilon` value for `vw` is area-based and that
70
70
71
71
Also, if your source projection is in meters, than it is very likely that your `epsilon` value should be magnitudes larger than the examples on this page where the source projection is in degrees.
72
72
73
-
There is a [section](https://py.geocompx.org/04-geometry-operations#sec-simplification) on simplification in the book-in-progress on '[Geocomputation with Python](https://py.geocompx.org/)' that describes toposimplification as follow:
73
+
There is a [section](https://py.geocompx.org/04-geometry-operations#sec-simplification) on simplification in the book on '[Geocomputation with Python](https://py.geocompx.org/)' that describes toposimplification as follow:
74
74
75
75
> _The main advanatage of `.toposimplify` is that it is topologically “aware”: it simplifies the combined borders of the polygons (rather than each polygon on its own), thus ensuring that the overlap is maintained._
0 commit comments