-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I notice on multiple occasions that we set the description differently between the algorithm's markdown docs and the openEO UDP description. One of the latest example can be taken from this PR #57 where I need to update the EURAC Photovoltaic Farms's UDP description to match with its markdown doc.
To add more context, the catalogue site we develop on this repo https://github.com/ESA-APEx/apex-algorithms-catalogue-web are serving detail pages that consume the description from the openEO UDP json file. Because of that, on the EURAC example https://algorithm-catalogue.apex.esa.int/apps/eurac_pv_farm_detection, the page shows rather simple information.
Whereas its markdown doc actually has more complete information.
I think ideally the client that consume and display the openEO UDP should easily refer to the description property, but probably there are already some vision for the APEx algorithm project which I'm not aware of. So the discussion would be:
- Is it normal for the description on these two places to be different?
- If so, which description should the catalogue site display? The algorithm's markdown docs or the openEO UDP one?