Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"process_graph": {
"sentinel1_sar_slc_preprocessing1": {
"process_id": "sentinel1_sar_slc_preprocessing",
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/2ed1e3dc9884c1d7354687b709563d239393c392/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json",
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json",
"arguments": {
"burst_id": 329488,
"polarization": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"id": "sentinel1_sar_slc_preprocessing",
"description": "This process generates a STAC collection of co\u2011registered Sentinel\u20111 Single Look Complex (SLC) bursts in SAR geometry. A specific Sentinel\u20111 burst is selected by explicitly defining the burst_id and sub_swath parameters, enabling fine\u2011grained, burst\u2011level access to Sentinel\u20111 TOPS data.\nThe co\u2011registration is performed using the [ESA SNAP Back\u2011Geocoding operator](https://step.esa.int/main/wp-content/help/versions/13.0.0/snap-toolboxes/eu.esa.microwavetbx.sar.op.sentinel1.ui/operators/BackGeocodingOp.html), which aligns all SLC acquisitions to a common primary geometry, ensuring pixel\u2011level consistency across the temporal stack. The entire workflow is implemented as a Common Workflow Language (CWL) pipeline.\nThe resulting co\u2011registered SLC stack provides the fundamental input for a wide range of advanced SAR analyses, including InSAR interferogram generation, coherence estimation, and polarimetric processing.\n\nAn example on how to use it:\n\n```python\nimport openeo\n\nconnection = openeo.connect(\"https://openeo.dataspace.copernicus.eu\").authenticate_oidc()\nstac_resource = connection.datacube_from_process(\n \"sentinel1_sar_slc_preprocessing\",\n namespace=\"https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/2ed1e3dc9884c1d7354687b709563d239393c392/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json\",\n **{\n \"burst_id\": 329488,\n \"polarization\": [\"VH\"],\n \"primary_date\": \"2018-01-28\",\n \"sub_swath\": \"IW2\",\n \"temporal_extent\": [\"2018-01-28\", \"2018-02-04\"],\n },\n)\n\njob = stac_resource.create_job(title=\"sentinel1_sar_slc_preprocessing test\")\njob.start_and_wait()\njob.get_results().download_files()\n```",
"description": "This process generates a STAC collection of co\u2011registered Sentinel\u20111 Single Look Complex (SLC) bursts in SAR geometry. A specific Sentinel\u20111 burst is selected by explicitly defining the burst_id and sub_swath parameters, enabling fine\u2011grained, burst\u2011level access to Sentinel\u20111 TOPS data.\nThe co\u2011registration is performed using the [ESA SNAP Back\u2011Geocoding operator](https://step.esa.int/main/wp-content/help/versions/13.0.0/snap-toolboxes/eu.esa.microwavetbx.sar.op.sentinel1.ui/operators/BackGeocodingOp.html), which aligns all SLC acquisitions to a common primary geometry, ensuring pixel\u2011level consistency across the temporal stack. The entire workflow is implemented as a Common Workflow Language (CWL) pipeline.\nThe resulting co\u2011registered SLC stack provides the fundamental input for a wide range of advanced SAR analyses, including InSAR interferogram generation, coherence estimation, and polarimetric processing.\n\nAn example on how to use it:\n\n```python\nimport openeo\n\nconnection = openeo.connect(\"https://openeo.dataspace.copernicus.eu\").authenticate_oidc()\nstac_resource = connection.datacube_from_process(\n \"sentinel1_sar_slc_preprocessing\",\n namespace=\"https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json\",\n **{\n \"burst_id\": 329488,\n \"polarization\": [\"VH\"],\n \"primary_date\": \"2018-01-28\",\n \"sub_swath\": \"IW2\",\n \"temporal_extent\": [\"2018-01-28\", \"2018-02-04\"],\n },\n)\n\njob = stac_resource.create_job(title=\"sentinel1_sar_slc_preprocessing test\")\njob.start_and_wait()\njob.get_results().download_files()\n```",
"parameters": [
{
"name": "temporal_extent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"updated": "2026-03-26T00:00:00Z",
"type": "service",
"title": "Sentinel-1 SLC Preprocessing",
"description": "This process generates a STAC collection of co\u2011registered Sentinel\u20111 Single Look Complex (SLC) bursts in SAR geometry. A specific Sentinel\u20111 burst is selected by explicitly defining the burst_id and sub_swath parameters, enabling fine\u2011grained, burst\u2011level access to Sentinel\u20111 TOPS data.\nThe co\u2011registration is performed using the [ESA SNAP Back\u2011Geocoding operator](https://step.esa.int/main/wp-content/help/versions/13.0.0/snap-toolboxes/eu.esa.microwavetbx.sar.op.sentinel1.ui/operators/BackGeocodingOp.html), which aligns all SLC acquisitions to a common primary geometry, ensuring pixel\u2011level consistency across the temporal stack. The entire workflow is implemented as a Common Workflow Language (CWL) pipeline.\nThe resulting co\u2011registered SLC stack provides the fundamental input for a wide range of advanced SAR analyses, including InSAR interferogram generation, coherence estimation, and polarimetric processing.\n\nAn example on how to use it:\n\n```python\nimport openeo\n\nconnection = openeo.connect(\"https://openeo.dataspace.copernicus.eu\").authenticate_oidc()\nstac_resource = connection.datacube_from_process(\n \"sentinel1_sar_slc_preprocessing\",\n namespace=\"https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/2ed1e3dc9884c1d7354687b709563d239393c392/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json\",\n **{\n \"burst_id\": 329488,\n \"polarization\": [\"VH\"],\n \"primary_date\": \"2018-01-28\",\n \"sub_swath\": \"IW2\",\n \"temporal_extent\": [\"2018-01-28\", \"2018-02-04\"],\n },\n)\n\njob = stac_resource.create_job(title=\"sentinel1_sar_slc_preprocessing test\")\njob.start_and_wait()\njob.get_results().download_files()\n```",
"description": "This process generates a STAC collection of co\u2011registered Sentinel\u20111 Single Look Complex (SLC) bursts in SAR geometry. A specific Sentinel\u20111 burst is selected by explicitly defining the burst_id and sub_swath parameters, enabling fine\u2011grained, burst\u2011level access to Sentinel\u20111 TOPS data.\nThe co\u2011registration is performed using the [ESA SNAP Back\u2011Geocoding operator](https://step.esa.int/main/wp-content/help/versions/13.0.0/snap-toolboxes/eu.esa.microwavetbx.sar.op.sentinel1.ui/operators/BackGeocodingOp.html), which aligns all SLC acquisitions to a common primary geometry, ensuring pixel\u2011level consistency across the temporal stack. The entire workflow is implemented as a Common Workflow Language (CWL) pipeline.\nThe resulting co\u2011registered SLC stack provides the fundamental input for a wide range of advanced SAR analyses, including InSAR interferogram generation, coherence estimation, and polarimetric processing.\n\nAn example on how to use it:\n\n```python\nimport openeo\n\nconnection = openeo.connect(\"https://openeo.dataspace.copernicus.eu\").authenticate_oidc()\nstac_resource = connection.datacube_from_process(\n \"sentinel1_sar_slc_preprocessing\",\n namespace=\"https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json\",\n **{\n \"burst_id\": 329488,\n \"polarization\": [\"VH\"],\n \"primary_date\": \"2018-01-28\",\n \"sub_swath\": \"IW2\",\n \"temporal_extent\": [\"2018-01-28\", \"2018-02-04\"],\n },\n)\n\njob = stac_resource.create_job(title=\"sentinel1_sar_slc_preprocessing test\")\njob.start_and_wait()\njob.get_results().download_files()\n```",
"cost_estimate": 0,
"cost_unit": "platform credits per km\u00b2 per observation",
"keywords": [
Expand Down Expand Up @@ -88,7 +88,7 @@
"rel": "application",
"type": "application/vnd.openeo+json;type=process",
"title": "openEO Process Definition",
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/2ed1e3dc9884c1d7354687b709563d239393c392/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json"
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json"
},
{
"rel": "service",
Expand All @@ -112,13 +112,13 @@
"rel": "thumbnail",
"type": "image/png",
"title": "Thumbnail image",
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/2ed1e3dc9884c1d7354687b709563d239393c392/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/records/thumbnail.png"
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/records/thumbnail.png"
},
{
"rel": "webapp",
"type": "text/html",
"title": "OpenEO Web Editor",
"href": "https://editor.openeo.org/?wizard=UDP&wizard%7Eprocess=sentinel1_sar_slc_preprocessing&wizard%7EprocessUrl=https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/2ed1e3dc9884c1d7354687b709563d239393c392/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json&server=https://openeofed.dataspace.copernicus.eu"
"href": "https://editor.openeo.org/?wizard=UDP&wizard%7Eprocess=sentinel1_sar_slc_preprocessing&wizard%7EprocessUrl=https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/eurac/sentinel1_sar_slc_preprocessing/openeo_udp/sentinel1_sar_slc_preprocessing.json&server=https://openeofed.dataspace.copernicus.eu"
}
]
}
Loading