Ticket #2126: wcs-client.properties

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