Skip to content

Commit 46d0bec

Browse files
committed
ramona biomass extract udp
1 parent ceb151c commit 46d0bec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

algorithm_catalog/dhi/RAMONA_HRB_Country_mosaick/openeo_udp/RAMONA_HRB_Country_mosaick.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"format": "GTiff",
8181
"options": {
82-
"filename_prefix": "ramona_biomass",
82+
"filename_prefix": "ramona_hrb_",
8383
"overviews": "AUTO"
8484
}
8585
},
@@ -91,7 +91,7 @@
9191
"default_job_options": {
9292
"executor-memory": "7G",
9393
"python-memory": "50m",
94-
"executor-memoryOverhead": "512m"
94+
"executor-memoryOverhead": "1G"
9595
},
9696
"parameters": [
9797
{

algorithm_catalog/dhi/RAMONA_HRB_Country_mosaick/openeo_udp/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def generate():
9898
udp = build_process_dict(process_graph=cube, process_id="RAMONA_HRB_Country_mosaick",
9999
description=(Path(__file__).parent / "README.md").read_text(),
100100
parameters=[country_name, year_param, month_param],
101-
default_job_options={"executor-memory":"7G", "python-memory":"50m", "executor-memoryOverhead":"512m"}
101+
default_job_options={"executor-memory":"7G", "python-memory":"50m", "executor-memoryOverhead":"1G"}
102102
)
103103
connection.save_user_defined_process(process_graph=cube, user_defined_process_id="RAMONA_HRB_Country_mosaick",
104104
description=(Path(__file__).parent / "README.md").read_text(),

0 commit comments

Comments
 (0)