forked from shendric/pyals
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathals_example.json
More file actions
46 lines (46 loc) · 969 Bytes
/
als_example.json
File metadata and controls
46 lines (46 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"test_dataset": {
"file" : {
"path" : "testdata\\ALS_L2_20140324T124742_124812.als",
"range" : [46062, 46092]
},
"dem" : {
"resolution" : 1.0,
"align_heading": true,
"griddata" : {
"method" : "linear",
"rescale" : true
},
"use_maximum_filter" : true,
"maximum_filter" : {
"size" : 3,
"mode" : "nearest"
}
},
"map" : {
"use_hillshade" : true,
"hillshade" : {
"scale" : 0.1,
"azdeg" : 165.0,
"altdeg" : 40.0
},
"colormap" : {
"range" : "fixed",
"vmin" : 0.0,
"vmax" : 1.5,
"nice_numbers" : false,
"name" : "premiver2"
},
"label" : {
"campaign" : "SMOSice2014",
"xaxis" : "Meter",
"yaxis" : "Meter",
"zaxis" : "WGS84 Elevation (m)"
}
},
"resample" : {
"domain" : "time",
"interval" : 1.0
}
}
}