Open MarkoRRoos opened 4 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
issue addressed in https://github.com/Open-EO/openeo-community-examples/pull/56
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