Get web server going
This commit is contained in:
+4
-4
@@ -594,10 +594,10 @@ def main():
|
||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||
epilog="""
|
||||
Examples:
|
||||
python compare_roads.py roads1.geojson roads2.geojson
|
||||
python compare_roads.py roads1.geojson roads2.geojson --tolerance 100 --min-length 200
|
||||
python compare_roads.py roads1.geojson roads2.geojson --output differences.geojson
|
||||
python compare_roads.py roads1.geojson roads2.geojson --jobs 8 --chunk-size 2000
|
||||
python diff_highways.py roads1.geojson roads2.geojson
|
||||
python diff_highways.py roads1.geojson roads2.geojson --tolerance 100 --min-length 200
|
||||
python diff_highways.py roads1.geojson roads2.geojson --output differences.geojson
|
||||
python diff_highways.py roads1.geojson roads2.geojson --jobs 8 --chunk-size 2000
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user