From c6b82a4adf0e3795eaf4dea1205de01fdb9b3846 Mon Sep 17 00:00:00 2001 From: Shuning Bian Date: Sat, 15 Dec 2018 13:09:33 +0000 Subject: [PATCH] Corrects typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99cb25a..66fe56d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Rationale `shputil.py` was born out of a need to modify large (>1GB) shapefiles that could not be easily or successfully managed in programs like QGIS. As an example QGIS was unable to perform a simple string -search-and-replace on a file over 26000 records, remaining unresponsive +search-and-replace on a file over 200,000 records, remaining unresponsive and consuming 100% CPU even after 10 minutes. By comparison `shputil.py` is able to perform the same operation, using `replace-field-values`, in under 90 seconds.