From d982fcb70fb00c7f723f89a3c2ccd62243c1ed25 Mon Sep 17 00:00:00 2001 From: Mattijn van Hoek Date: Sat, 1 Feb 2025 18:53:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17c0b48..c320d0e 100755 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Also, if your source projection is in meters, than it is very likely that your ` 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: -> _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._ +> _The main advantage 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._