Skip to content

Commit a649f70

Browse files
committed
Add CS Day Hackathon 2024 materials
1 parent 9baa937 commit a649f70

14 files changed

+3009
-0
lines changed

workshops/cs_day_hackathon_2024/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3.txt

Whitespace-only changes.

workshops/cs_day_hackathon_2024/Introduction.ipynb

+1,189
Large diffs are not rendered by default.

workshops/cs_day_hackathon_2024/Resampling-Bands.ipynb

+994
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eo_service_url = "https://openeo.digitalearth.se"
2+
user = "testuser"
3+
passwd = "secretpassword"

workshops/cs_day_hackathon_2024/demo_helpers.py

+572
Large diffs are not rendered by default.

workshops/cs_day_hackathon_2024/demo_regions.py

+245
Large diffs are not rendered by default.
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"stac_version": "1.0.0", "stac_extensions": [], "id": "3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3", "type": "Feature", "bbox": [0.0, 512.0, 512.0, 0.0], "geometry": {"type": "Polygon", "coordinates": [[[0.0, 512.0], [0.0, 0.0], [512.0, 0.0], [512.0, 512.0], [0.0, 512.0]]]}, "properties": {"datetime": "2024-12-05T09:26:45.187650+00:00", "title": "Combine bands of different resolution", "description": null, "created": "2024-12-05T09:26:34.542706Z", "updated": "2024-12-05T09:26:42.877879Z", "status": "finished", "start_datetime": "2024-12-05T09:26:43.261936+00:00", "end_datetime": "2024-12-05T09:26:45.186619+00:00", "mail_results": false, "data_sources": [{"source_epsg": "32633", "tile": "33VVF", "label": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE.COG", "src_prod": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE"}, {"source_epsg": "32633", "tile": "33VVF", "label": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE.COG", "src_prod": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE"}]}, "assets": {"process.json": {"type": "application/json", "title": "process.json", "roles": ["process", "reproduction"], "href": "https://s3.rise.safedc.net/userdata/testuser_0/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/process.json?AWSAccessKeyId=404f289445e14c4096da2a011c9a94ba&Signature=dK%2FmpSWStikdS9UHvx0ES6C2w5k%3D&Expires=1733394429"}, "summary.nc": {"type": "image/nc; application=geotiff", "title": "summary.nc", "roles": ["data"], "href": "https://s3.rise.safedc.net/userdata/testuser_0/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/summary.nc?AWSAccessKeyId=404f289445e14c4096da2a011c9a94ba&Signature=K8L4XxhHLedrc3eoGn9w3YRl8G0%3D&Expires=1733394429"}, "stac.json": {"type": "application/json", "title": "stac.json", "roles": ["data"], "href": "https://s3.rise.safedc.net/userdata/testuser_0/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/stac.json?AWSAccessKeyId=404f289445e14c4096da2a011c9a94ba&Signature=wFRmtuNHobz%2FEOxDUS9zQKB3uiU%3D&Expires=1733394429"}, "py_proc_std_err.txt": {"type": "application/yml", "title": "py_proc_std_err.txt", "description": "Process output metadata", "roles": ["metadata"], "href": "https://s3.rise.safedc.net/userdata/testuser_0/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/py_proc_std_err.txt?AWSAccessKeyId=404f289445e14c4096da2a011c9a94ba&Signature=xIpVc8%2FOCKwba1HebcP1rzdcydg%3D&Expires=1733394429"}, "3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3.txt": {"type": "application/yml", "title": "3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3.txt", "description": "Process output metadata", "roles": ["metadata"], "href": "https://s3.rise.safedc.net/userdata/testuser_0/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3.txt?AWSAccessKeyId=404f289445e14c4096da2a011c9a94ba&Signature=CoFTi9UpzT0OWWiTsjGbRmg10bg%3D&Expires=1733394429"}, "py_proc_std_out.txt": {"type": "application/yml", "title": "py_proc_std_out.txt", "description": "Process output metadata", "roles": ["metadata"], "href": "https://s3.rise.safedc.net/userdata/testuser_0/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/py_proc_std_out.txt?AWSAccessKeyId=404f289445e14c4096da2a011c9a94ba&Signature=wTcUIoh6zHaIRBHmFtkpfPKNSGg%3D&Expires=1733394429"}}, "links": [{"rel": "start", "href": "https://openeo.digitalearth.se/", "title": "OpenEO"}]}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"process_graph": {"loadcollection1": {"process_id": "load_collection", "arguments": {"bands": ["b11"], "id": "s2_msi_l2a", "spatial_extent": {"west": 13.460930954751282, "east": 13.585449709728213, "south": 59.36327761288911, "north": 59.40107161575003}, "temporal_extent": ["2024-06-12", "2024-06-13"]}}, "loadcollection2": {"process_id": "load_collection", "arguments": {"bands": ["b04"], "id": "s2_msi_l2a", "spatial_extent": {"west": 13.460930954751282, "east": 13.585449709728213, "south": 59.36327761288911, "north": 59.40107161575003}, "temporal_extent": ["2024-06-12", "2024-06-13"]}}, "resamplecubespatial1": {"process_id": "resample_cube_spatial", "arguments": {"data": {"from_node": "loadcollection2"}, "method": "bilinear", "target": {"from_node": "loadcollection1"}}}, "mergecubes1": {"process_id": "merge_cubes", "arguments": {"cube1": {"from_node": "loadcollection1"}, "cube2": {"from_node": "resamplecubespatial1"}}}, "saveresult1": {"process_id": "save_result", "arguments": {"data": {"from_node": "mergecubes1"}, "format": "netcdf", "options": {}}, "result": true}}}

workshops/cs_day_hackathon_2024/py_proc_std_err.txt

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Executing process graph:
2+
Saving result of type <class 'xarray.core.dataarray.DataArray'>.
3+
Process graph executed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"stac_version": "1.0.0", "stac_extensions": [], "id": "3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3", "type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[0.0, 512.0], [0.0, 0.0], [512.0, 0.0], [512.0, 512.0], [0.0, 512.0]]]}, "bbox": [0.0, 512.0, 512.0, 0.0], "properties": {"datetime": "2024-12-05T09:26:45.187650+00:00", "title": "Combine bands of different resolution", "description": null, "created": "2024-12-05T09:26:34.542706Z", "updated": "2024-12-05T09:26:42.877879Z", "status": "finished", "start_datetime": "2024-12-05T09:26:43.261936+00:00", "end_datetime": "2024-12-05T09:26:45.186619+00:00", "mail_results": false, "data_sources": [{"source_epsg": "32633", "tile": "33VVF", "label": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE.COG", "src_prod": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE"}, {"source_epsg": "32633", "tile": "33VVF", "label": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE.COG", "src_prod": "S2A_MSIL2A_20240612T103031_N0510_R108_T33VVF_20240612T181246.SAFE"}]}, "assets": {"process.json": {"type": "application/json", "title": "process.json", "roles": ["process", "reproduction"], "href": "https://openeo.digitalearth.se/files/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/process.json"}, "summary.nc": {"type": "image/nc; application=geotiff", "title": "summary.nc", "roles": ["data"], "href": "https://openeo.digitalearth.se/files/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/summary.nc"}, "stac.json": {"type": "application/json", "title": "stac.json", "roles": ["data"], "href": "https://openeo.digitalearth.se/files/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/stac.json"}, "py_proc_std_err.txt": {"type": "application/yml", "title": "py_proc_std_err.txt", "description": "Process output metadata", "roles": ["metadata"], "href": "https://openeo.digitalearth.se/files/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/py_proc_std_err.txt"}, "3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3.txt": {"type": "application/yml", "title": "3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3.txt", "description": "Process output metadata", "roles": ["metadata"], "href": "https://openeo.digitalearth.se/files/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3.txt"}, "py_proc_std_out.txt": {"type": "application/yml", "title": "py_proc_std_out.txt", "description": "Process output metadata", "roles": ["metadata"], "href": "https://openeo.digitalearth.se/files/jobs/3c6c4e3c-22bd-4eb3-a1b7-9a0c8ed73cb3/py_proc_std_out.txt"}}, "expires": "2025-11-20T09:26:45.187685+00:00", "links": [{"href": "https://openeo.digitalearth.se", "rel": "start", "title": "OpenEO"}]}
1.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)