You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ahn_cli/main.py
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
10
10
"""
11
11
Options:
12
-
-c, --city <city_name> Specify the name of the city to download point cloud data for.
13
-
-o, --output <file> Set the name of the output file where the data will be saved.
12
+
-c, --city <city_name> Required (when bbox is None): Specify the name of the city to download point cloud data for.
13
+
-o, --output <file> Required: Set the name of the output file where the data will be saved.
14
14
-i, --include-class <class> Include specific point cloud classes in the download.
15
15
Classes should be specified in a comma-separated list.
16
16
-e, --exclude-class <class> Exclude specific point cloud classes from the download.
@@ -20,7 +20,7 @@
20
20
-cf, --clip-file <file> Specify a file path to a clipping boundary file. The tool will
21
21
use this file to clip the point cloud data to a specific area.
22
22
-e, --epsg <epsg> Set the EPSG code for user's clip file.
23
-
-b, --bbox <bbox> Specify a bounding box to clip the point cloud data. It should be comma-separated list with minx,miny,maxx,maxy
23
+
-b, --bbox <bbox> Required (when city is None): Specify a bounding box to clip the point cloud data. It should be comma-separated list with minx,miny,maxx,maxy
24
24
-p, --preview Preview the point cloud data in a 3D viewer.
25
25
-h, --help [category] Display help information. Optionally, specify a category to get
0 commit comments