Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

Updated UDP documentation #475

Closed Pratichhya closed 1 year ago

Pratichhya commented 1 year ago

Updates the examples for UDP. However, I would need help/guidance on:

  1. How to differentiate between: Through “process functions” and From a parameterized data cube (https://github.com/Open-EO/openeo-python-client/blob/udp_description/docs/udp.rst#build-and-save-using-process-functions)?
  2. How to include 'subtype' in the parameter scheme using a helper function such as "Parameter.array()"?
soxofaan commented 1 year ago

How to include 'subtype' in the parameter scheme using a helper function such as "Parameter.array()"?

this is a feature request we have to address separately I guess

edit: handled it in 7e6b4369e2eaa41b68683a361e88d45c91ec8287 already

soxofaan commented 1 year ago

merged in d42a87498b4a717fd64907ec4f4e28c3fe0ed484

thanks