eu-cdse / documentation

Technical documentation for Copernicus Data Space Ecosystem
18 stars 10 forks source link

UDF source not shown for udf_sobel_felzenszwalb.py notebook on CDSE #584

Open MarkoRRoos opened 2 months ago

MarkoRRoos commented 2 months ago

This worked for parcel delineation:

" I mean using: https://open-eo.github.io/openeo-python-client/api.html#openeo.rest._datacube.UDF.from_url

like: UDF.from_url("https://raw.githubusercontent.com/Open-EO/openeo-community-examples/main/python/ParcelDelineation/udf_segmentation.py") "

I am looking for a same url source reference of the example code for the sobel_felzenszwalbfilter. Thank you! ideally we could even check if the file exists locally, and otherwise load from url. That would make it work in all cases.

Originally posted by @jdries in https://github.com/eu-cdse/documentation/issues/462#issuecomment-1979596986

Pratichhya commented 5 days ago

issue addressed in https://github.com/Open-EO/openeo-community-examples/pull/56