You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/Tools/Identifier/Identifier.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The following is an example of the Sites Tool's Tool Tab configuration:
19
19
"url":"(str) path_to_data/data.tif",
20
20
"bands":"(int) how many bands to query from",
21
21
"sigfigs":"(int) how many digits after the decimal",
22
+
"scalefactor":"(float) number to multiply value",
22
23
"unit":"(str) whatever string unit",
23
24
"timeFormat":"(str) for formatting injected '{starttime}' and '{endtime}' in url."
24
25
},
@@ -30,5 +31,6 @@ The following is an example of the Sites Tool's Tool Tab configuration:
30
31
-`url`: This can be a relative path to a file under the Mission name or a full url path. The former is preferred is the file is large. Can use '{starttime}' and '{endtime}' if the layer is time enabled.
31
32
-`bands`: Allows you to specify how many bands to return data from. Default is 1.
32
33
-`sigfigs`: Sets the decimal precision.
34
+
-`scalefactor`: A float number that will multiply the value to scale.
33
35
-`unit`: A string that is appended to your returned value. e.g. " m" would be appended on a raw value ("41") and show "41 m". If it was "m", it would return "41m", without a space.
34
36
-`timeFormat`: A string for formatting the injected '{starttime}' and '{endtime}' in the url. See syntax in https://d3js.org/d3-time-format#locale_format
0 commit comments