From 34f92029630ccedfc9a2954038ac10134ee4725b Mon Sep 17 00:00:00 2001 From: Matthew Heberger Date: Mon, 10 Jun 2024 09:29:18 +0200 Subject: [PATCH] updated README --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c0b041..5d834a5 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ location by changing the latitude and/or longitude slightly. As another example, if you put two points in your input file that are the same, or very close to one another, the script will fail and the error messages will not be very helpful. Please -makes sure all of your points have a little space between them! +make sure all of your points have a little space between them! ![Illustration of problem with outlet point falling into a gap](img/karthaus_example.jpg) @@ -333,13 +333,4 @@ and then do a pull request on GitHub. This code was developed with support from [Upstream Tech](https://www.upstream.tech/). -# Potential Enhancements - -Enable PostGIS support -- Among the slowest steps in this script are reading -geodata files from disk performing overlay analyses. If the user -has PostgreSQL and PostGIS installed, this analysis could be done much faster -using PostGIS queries. - - -