Ticket #2126: wcs-client.properties
File wcs-client.properties, 413 bytes (added by , 5 years ago) |
---|
Line | |
---|---|
1 | #Comments start with #, like in all properties files |
2 | |
3 | #Dummy property setting the default zoom in wwd |
4 | wwd.default-zoom-level = 100 |
5 | |
6 | #Query section starts below |
7 | QUERY_SECTION_START |
8 | QUERY: ndvi |
9 | image>>for $c in (Sentinel) return |
10 | encode( |
11 | ($c.0 - $c.1) / ($c.0 + $c.1) |
12 | "jpeg") |
13 | QUERY_END |
14 | QUERY: subset |
15 | image>>for $c in (Sentinel) return |
16 | encode($c[Lat(0:10), Long(0:10)], "jpeg") |
17 | QUERY_END |
18 | QUERY_SECTION_END |