Skip to content

Commit be0ee29

Browse files
authored
Merge pull request #102 from ESA-APEx/update_notebook
correct reference
2 parents 821a332 + 408e8ed commit be0ee29

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

utils/openeo_udp_cost_profiling/udp_profile_notebook.ipynb

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 22,
19+
"execution_count": 1,
2020
"id": "540c82888ebb6bff",
2121
"metadata": {},
2222
"outputs": [],
@@ -51,7 +51,7 @@
5151
},
5252
"outputs": [],
5353
"source": [
54-
"process_graph_url = \"https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/hv_notebook_fix/algorithm_catalog/vito/eurac_pv_farm_detection/openeo_udp/eurac_pv_farm_detection.json\"\n",
54+
"process_graph_url = \"https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/vito/eurac_pv_farm_detection/openeo_udp/eurac_pv_farm_detection.json\"\n",
5555
"process_id = \"eurac_pv_farm_detection\""
5656
]
5757
},
@@ -116,7 +116,7 @@
116116
},
117117
{
118118
"cell_type": "code",
119-
"execution_count": 15,
119+
"execution_count": 4,
120120
"id": "927eaf44",
121121
"metadata": {},
122122
"outputs": [],
@@ -158,28 +158,6 @@
158158
"text": [
159159
"Authenticated using refresh token.\n"
160160
]
161-
},
162-
{
163-
"data": {
164-
"text/plain": [
165-
"defaultdict(int,\n",
166-
" {'job_db persist': 16,\n",
167-
" 'track_statuses': 7,\n",
168-
" 'job_db get_by_status': 1,\n",
169-
" 'start_job call': 9,\n",
170-
" 'job get status': 18,\n",
171-
" 'job start': 9,\n",
172-
" 'job launch': 9,\n",
173-
" 'run_jobs loop': 7,\n",
174-
" 'sleep': 7,\n",
175-
" 'job describe': 30,\n",
176-
" 'job finished': 9,\n",
177-
" 'job started running': 7})"
178-
]
179-
},
180-
"execution_count": 16,
181-
"metadata": {},
182-
"output_type": "execute_result"
183161
}
184162
],
185163
"source": [
@@ -462,7 +440,7 @@
462440
},
463441
{
464442
"cell_type": "code",
465-
"execution_count": 23,
443+
"execution_count": null,
466444
"id": "e3bfca66",
467445
"metadata": {},
468446
"outputs": [
@@ -503,7 +481,7 @@
503481
" # Labels and title\n",
504482
" plt.xlabel('Temporal Extent (Months)')\n",
505483
" plt.ylabel('Spatial Extent (Square km)')\n",
506-
" plt.title('Job Cost vs. Temporal and Spatial Extent for the used memory settings')\n",
484+
" plt.title('Job Cost vs. Temporal and Spatial Extent for the used job settings')\n",
507485
" plt.show()\n",
508486
"\n",
509487
"# Example usage (assuming df is your DataFrame)\n",

0 commit comments

Comments
 (0)