Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn authored Jul 22, 2024
1 parent 5fa604e commit 090b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ There you can find out that the `epsilon` value for `vw` is area-based and that

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.

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 it as follow:
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:

> _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._
Expand Down

0 comments on commit 090b6a4

Please sign in to comment.