Skip to content

Commit 61283ba

Browse files
authored
Update README.md
1 parent ab31f5f commit 61283ba

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,21 +124,21 @@ import io.pdal.*;
124124
// pipeline definition
125125
String json =
126126
"""
127-
|{
128-
| "pipeline" : [
129-
| {
130-
| "filename" : "/path/to/las",
131-
| "type" : "readers.las"
132-
| },
133-
| {
134-
| "type" : "filters.crop"
135-
| },
136-
| {
137-
| "filename" : "/path/to/new/las",
138-
| "type" : "writers.las"
139-
| }
140-
| ]
141-
|}
127+
{
128+
"pipeline" : [
129+
{
130+
"filename" : "/path/to/las",
131+
"type" : "readers.las"
132+
},
133+
{
134+
"type" : "filters.crop"
135+
},
136+
{
137+
"filename" : "/path/to/new/las",
138+
"type" : "writers.las"
139+
}
140+
]
141+
}
142142
""";
143143
144144
var pipeline = new Pipeline(json, LogLevel.Error());

0 commit comments

Comments
 (0)