From 7f046d84a5701ce35c5de0570fc88b054a98a128 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Wed, 19 Feb 2020 11:19:11 +1100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c099c1..9df893b 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,6 @@ $ python polyline_to_points.py path/to/shp # Extract points at 5m increments $ python polyline_to_points.py -s 5 path/to/shp -# Use profile names from field "ProfileID" +# Use profile names from field "ProfileID" in the attribute table $ python polyline_to_points.py -f ProfileID path/to/shp ```