From 3e484f9f2f85ad8efcc72a30d0ec6368050e99cc Mon Sep 17 00:00:00 2001 From: chrisd Date: Wed, 19 Feb 2020 11:26:20 +1100 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9df893b..c96a764 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" in the attribute table -$ python polyline_to_points.py -f ProfileID path/to/shp +# Use profile names from field "ProfileID" in the attribute table at 1 m spacing +$ python polyline_to_points.py -f -s 1 ProfileID path/to/shp ```