|
|
@ -55,7 +55,7 @@ def main():
|
|
|
|
# Extract points at 5m increments
|
|
|
|
# Extract points at 5m increments
|
|
|
|
$ python polyline_to_points.py -s 5 path/to/shp
|
|
|
|
$ python polyline_to_points.py -s 5 path/to/shp
|
|
|
|
|
|
|
|
|
|
|
|
# Extract points from field "ProfileID"
|
|
|
|
# Use profile names from field "ProfileID" in the attribute table
|
|
|
|
$ python polyline_to_points.py -f ProfileID path/to/shp
|
|
|
|
$ python polyline_to_points.py -f ProfileID path/to/shp
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
# Set up command line arguments
|
|
|
|
# Set up command line arguments
|
|
|
|