1 | { |
---|
2 | "pipeline": [ |
---|
3 | "/Users/ayank/Documents/spectrum/geodata/lpc/sd_usgs_2014/*.laz", |
---|
4 | { |
---|
5 | "type": "filters.range", |
---|
6 | "limits": "Classification![7:7]" |
---|
7 | }, |
---|
8 | { |
---|
9 | "type": "filters.range", |
---|
10 | "limits": "Classification![18:18]" |
---|
11 | }, |
---|
12 | { |
---|
13 | "type": "filters.range", |
---|
14 | "limits": "ReturnNumber[1:1]" |
---|
15 | }, |
---|
16 | { |
---|
17 | "type": "filters.reprojection", |
---|
18 | "out_srs": "EPSG:4326" |
---|
19 | }, |
---|
20 | { |
---|
21 | "type": "filters.crop", |
---|
22 | "bounds": "([-117.2799999999996, -117.089907407407], [32.669907407407, 32.8399999999996])" |
---|
23 | }, |
---|
24 | { |
---|
25 | "type": "writers.gdal", |
---|
26 | "filename": "/Users/ayank/Documents/spectrum/geodata/tmp/surface_1.tiff", |
---|
27 | "gdaldriver": "GTiff", |
---|
28 | "dimension": "Z", |
---|
29 | "output_type": "idw,stdev", |
---|
30 | "data_type": "float32", |
---|
31 | "bounds": "([-117.2799999999996, -117.089907407407], [32.669907407407, 32.8399999999996])", |
---|
32 | "resolution": 9.259259259259259e-05 |
---|
33 | } |
---|
34 | ] |
---|
35 | } |
---|