Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions io/eolearn/io/processing_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ def generate_evalscript(self):
""" Generate the evalscript to be passed with the request, based on chosen bands
"""
evalscript = """
//VERSION=3

function setup() {{
return {{
input: [{{
Expand Down Expand Up @@ -363,6 +365,8 @@ def _build_payloads(self, bbox, size_x, size_y, timestamp, time_interval):
""" Build payloads for the requests to the service
"""
evalscript = """
//VERSION=3

function setup() {
return {
input: ["DEM"],
Expand Down