Skip to content

Commit

Permalink
chore: updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Mar 18, 2024
2 parents f5f373f + 6ac55c2 commit 790476e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/fusets/openeo/services/publish_mogpr_s1_s2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def execute_udf():
polygon=spat_ext,
date=temp_ext,
include_uncertainties=True,
include_raw_inputs=True
include_raw_inputs=True,
).flat_graph()
)
mogpr.execute_batch(
Expand Down Expand Up @@ -290,7 +290,16 @@ def load_s2_collection(connection, collection, polygon, date):
return collections


def generate_cube(connection, s1_collection, s1_smoothing_lambda, s2_collection, polygon, date, include_uncertainties, include_raw_inputs):
def generate_cube(
connection,
s1_collection,
s1_smoothing_lambda,
s2_collection,
polygon,
date,
include_uncertainties,
include_raw_inputs,
):
# Build the S1 and S2 input data cubes
s1_input_cube = load_s1_collection(connection, s1_collection, s1_smoothing_lambda, polygon, date)
s2_input_cube = load_s2_collection(connection, s2_collection, polygon, date)
Expand Down

0 comments on commit 790476e

Please sign in to comment.