Skip to content

Commit 28e77b0

Browse files
Update entwine.md (PDAL#4717)
1 parent b6fde2a commit 28e77b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/workshop/introduction/entwine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ of tasks. This pipeline will collect the sample data set and convert it to a {re
5858
3) Verify that the COPC data look ok:
5959
6060
> ```console
61-
> $ pdal info dublin.copc.laz | jq .stats.bbox.native.bbox
61+
> $ pdal info dublin.laz | jq .stats.bbox.native.bbox
6262
> {
6363
> "maxx": -694128.96,
6464
> "maxy": 7049938.84,
@@ -67,10 +67,10 @@ of tasks. This pipeline will collect the sample data set and convert it to a {re
6767
> "miny": 7044490.98,
6868
> "minz": -144.24
6969
> }
70-
> $ pdal info dublin.copc.laz -p 0
70+
> $ pdal info dublin.laz -p 0
7171
> {
7272
> "file_size": 90310030,
73-
> "filename": "dublin.copc.laz",
73+
> "filename": "dublin.laz",
7474
> "now": "2023-06-02T13:40:36-0500",
7575
> "pdal_version": "2.5.3 (git-version: Release)",
7676
> "points":

0 commit comments

Comments
 (0)