File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/workshop/introduction Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ of tasks. This pipeline will collect the sample data set and convert it to a {re
58
58
3 ) Verify that the COPC data look ok:
59
59
60
60
> ```console
61
- > $ pdal info dublin.copc. laz | jq .stats.bbox.native.bbox
61
+ > $ pdal info dublin.laz | jq .stats.bbox.native.bbox
62
62
> {
63
63
> "maxx": -694128.96,
64
64
> "maxy": 7049938.84,
@@ -67,10 +67,10 @@ of tasks. This pipeline will collect the sample data set and convert it to a {re
67
67
> "miny": 7044490.98,
68
68
> "minz": -144.24
69
69
> }
70
- > $ pdal info dublin.copc. laz -p 0
70
+ > $ pdal info dublin.laz -p 0
71
71
> {
72
72
> "file_size": 90310030,
73
- > "filename": "dublin.copc. laz",
73
+ > "filename": "dublin.laz",
74
74
> "now": "2023-06-02T13:40:36-0500",
75
75
> "pdal_version": "2.5.3 (git-version: Release)",
76
76
> "points":
You can’t perform that action at this time.
0 commit comments