Skip to content

Commit ee9986d

Browse files
committed
first small example of 'virtual collection'
Open-EO/openeo-api#514
1 parent 9cfa139 commit ee9986d

File tree

2 files changed

+397
-1
lines changed

2 files changed

+397
-1
lines changed

openeo_udp/examples/max_ndvi_composite/generate.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def max_ndvi_selection(ndvi):
117117
return build_process_dict(
118118
process_graph=composite,
119119
process_id="max_ndvi_composite",
120-
summary="Max NDVI composite at 10m resolution.",
120+
summary="Max NDVI composite for Sentinel-2 L2A at 10m resolution.",
121121
description=(
122122
Path(__file__).parent.parent.parent.parent
123123
/ "algorithm_catalog"
@@ -132,6 +132,7 @@ def max_ndvi_selection(ndvi):
132132
],
133133
returns=None, # TODO
134134
categories=None, # TODO
135+
links=[{"rel": "about", "title":"virtual STAC collection", "type":"application/json", "href":"https://link_to_stac.json" }]
135136
)
136137

137138

0 commit comments

Comments
 (0)