We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab31f5f commit 61283baCopy full SHA for 61283ba
README.md
@@ -124,21 +124,21 @@ import io.pdal.*;
124
// pipeline definition
125
String json =
126
"""
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
- |}
+ {
+ "pipeline" : [
+ "filename" : "/path/to/las",
+ "type" : "readers.las"
+ },
+ "type" : "filters.crop"
+ "filename" : "/path/to/new/las",
+ "type" : "writers.las"
+ }
+ ]
142
""";
143
144
var pipeline = new Pipeline(json, LogLevel.Error());
0 commit comments