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
3 changes: 2 additions & 1 deletion openeo_udp/examples/max_ndvi_composite/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def max_ndvi_selection(ndvi):
return build_process_dict(
process_graph=composite,
process_id="max_ndvi_composite",
summary="Max NDVI composite at 10m resolution.",
summary="Max NDVI composite for Sentinel-2 L2A at 10m resolution.",
description=(
Path(__file__).parent.parent.parent.parent
/ "algorithm_catalog"
Expand All @@ -132,6 +132,7 @@ def max_ndvi_selection(ndvi):
],
returns=None, # TODO
categories=None, # TODO
links=[{"rel": "about", "title":"virtual STAC collection", "type":"application/json", "href":"https://link_to_stac.json" }]
)


Expand Down
Loading
Loading