Skip to content
Open
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
114 changes: 114 additions & 0 deletions algorithm_catalog/bc/efast/efast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"id": "efast",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core",
"https://apex.esa.int/core/openeo-udp"
],
"geometry": null,
"properties": {
"created": "2025-12-09T16:30:00Z",
"updated": "2025-12-09T16:30:00Z",
"type": "service",
"title": "Efficient Fusion Algorithm across SpatioTemporal scales (EFAST)",
"description": "EFAST [1] is a method to create time-series with a fine resolution in space and time from a fine spatial but coarse temporal resolution source (Sentinel-2) and a coarse temporal but fine spatial resolution source (Sentinel-3). In comparison to other methods, EFAST aims to achieve results outperforming single-source interpolation without paying the computational cost of other methods leveraging spatial context.\n\n[1] Senty, Paul, Radoslaw Guzinski, Kenneth Grogan, et al. “Fast Fusion of Sentinel-2 and Sentinel-3 Time Series over Rangelands.” Remote Sensing 16, no. 11 (2024): 1833.",
"cost_estimate": 16,
"cost_unit": "platform credits per km\u00b2",
"keywords": [
"Sentinel-2",
"Sentinel-3",
"fusion",
"NDVI"
],
"language": {
"code": "en-US",
"name": "English (United States)"
},
"languages": [
{
"code": "en-US",
"name": "English (United States)"
}
],
"contacts": [
{
"name": "Hannes Neuschmidt",
"position": "Software Engineer",
"organization": "Brockmann Consult GmbH",
"links": [
{
"href": "https://www.brockmann-consult.de/",
"title": "Brockmann Consult GmbH website",
"rel": "about",
"type": "text/html"
},
{
"href": "https://github.com/Hneuschmidt",
"title": "GitHub",
"rel": "about",
"type": "text/html"
}
],
"contactInstructions": "Contact via Brockmann Consult GmbH",
"roles": [
"implementor"
]
}
],
"themes": [
{
"concepts": [
{
"id": "Sentinel-2 MSI"
},
{
"id": "Sentinel-3"
}
],
"scheme": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
}
],
"formats": [
{
"name": "GeoTIFF"
},
{
"name": "netCDF"
}
],
"license": "MIT"
},
"linkTemplates": [],
"links": [
{
"rel": "application",
"type": "application/vnd.openeo+json;type=process",
"title": "openEO Process Definition",
"href": "https://raw.githubusercontent.com/bcdev/efast-process-graph/refs/heads/main/process_graph.json"
},
{
"rel": "service",
"type": "application/json",
"title": "CDSE openEO federation",
"href": "https://openeofed.dataspace.copernicus.eu"
},
{
"rel": "platform",
"type": "application/json",
"title": "CDSE openEO federation",
"href": "../../../../platform_catalog/cdse_openeo_federation.json"
},
{
"rel": "provider",
"type": "application/json",
"title": "Brockmann Consult GmbH",
"href": "../../record.json"
},
{
"rel": "webapp",
"type": "text/html",
"title": "OpenEO Web Editor",
"href": "https://editor.openeo.org/?wizard=UDP&wizard~process=bap_composite&wizard~processUrl=https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/vito/bap_composite/openeo_udp/bap_composite.json&server=https://openeofed.dataspace.copernicus.eu"
}
]
}
52 changes: 52 additions & 0 deletions algorithm_catalog/bc/record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "bc",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
],
"properties": {
"created": "2025-12-19T16:30:00Z",
"updated": "2025-12-19T16:30:00Z",
"type": "algorithm_provider",
"title": "Brockmann Consult GmbH",
"description": "",
"keywords": [],
"language": {
"code": "en-US",
"name": "English (United States)"
},
"languages": [
{
"code": "en-US",
"name": "English (United States)"
}
],
"contacts": [],
"themes": [],
"license": "other",
"acl": {
"admin": ["@brockmann-consult.com"]
}
},
"linkTemplates": [],
"links": [
{
"rel": "website",
"type": "text/html",
"title": "Brockmann Consult",
"href": "https://www.brockmann-consult.de/"
},
{
"rel": "logo-light",
"type": "image/png",
"title": "Logo",
"href": "https://www.brockmann-consult.de/wp-content/uploads/2025/05/Brockmann_Consult_Logo_Horizontal_1.1.png"
},
{
"rel": "logo-dark",
"type": "image/png",
"title": "Logo",
"href": "https://www.brockmann-consult.de/wp-content/uploads/2025/05/Brockmann_Consult_Logo_Horizontal_1.1.png"
}
]
}
Loading