{ "parameters" : { "background" : "gray" }, "inputs" : [ { "id" : "imagery", "process" : "Sentinel2BandsToARGB", "inputs" : [ { "process" : "STACToCoverage", "inputs" : [ { "collection" : "https://fn8d3qzbhk.execute-api.us-west-2.amazonaws.com/omega/collections/sentinel-s2-l2a", "parameters" : { "filter" : "cloud_cover < 50 AND month >= 'May' AND month <= 'September' AND sun_elevation > 60 SORT BY DESCENDING Date UNIQUE(path, row)" } } ] } ] }, { "id" : "soils", "process" : "https://smap.landcareresearch.co.nz/ogcapi/map", "parameters" : { "style" : "https://smap.landcareresearch.co.nz/ogcapi/collections/soils/styles/default.sld" }, "inputs" : [ { "collection" : "https://smap.landcareresearch.co.nz/ogcapi/collections/soils" } ], "inputParameters" : { "style" : { "cmss" : { "rules" : [ { "opacity" : 0.5 } ] } } } }, { "id" : "contours", "process" : "ElevationContours", "parameters" : { "distance" : "20 * metersPerPixel" }, "inputs" : [ { "collection" : "SRTM_ViewFinderPanorama" } ], "inputParameters" : { "style" : { "cmss" : { "rules" : [ { "stroke" : { "color" : "0xAAFFCC", "width" : 1 }, "label" : { "elements" : [ { "type" : "Text", "text" : "elevation", "font" : { "color" : "lime", "face" : "Arial", "size" : 14, "outline" : { "size" : 1.5, "color" : "black" } } } ] } }, { "selectors" : "[distance % 100 == 0]", "stroke" : { "color" : "white", "width" : 2 }, "label" : { "elements" : [ { "type" : "Text", "text" : "elevation", "font" : { "color" : "black", "face" : "Arial", "size" : 12, "outline" : { "size" : 2, "color" : "white" } } } ] } } ] } } } } ] }