openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Python client API for OpenEO

Results 148 openeo-python-client issues
Sort by recently updated
recently updated
newest added

Still todo: - wait for multithreading pr to be merged - add tests - add support for adding save_result

This came up while looking into #610: https://github.com/Open-EO/openeo-python-client/blob/35b5fc7b0cc844bf5f02b0e437f683f501ffe5ff/openeo/capabilities.py#L8-L12 in python client we have `openeo.capabilities.Capabilities` and `openeo.capabilities.rest.RESTCapabilities`. This still stems from initial 2018-ish design of the openeo package, but I don't...

good first issue
clean up
documentation
low hanging fruit
architecture
technical debt

Hi, I have Python client code: ```py import openeo from openeo.processes import power connection = openeo.connect("https://earthengine.openeo.org").authenticate_basic("group2", "test123") aoi = { "type": "Polygon", "coordinates": [ [[-7.664532, 38.543869], [-7.689248, 38.141037], [-7.159228, 38.151837],...

bug

for #611: simplify "Capabilities" hierarchy

I'm looking at the Python client docs (HTML) and found the capabilities() method, which returns RESTCapabilities. RESTCapabilities is not documented, search doesn't find it. How can it be used? Documentation...

documentation

This is an experimental/proof of concept PR to address handling of dynamically detected backend processes it adds a property `dynamic` to ImageCollectionClient instances, which allows to call processes that are...

https://github.com/Open-EO/openeo-python-client/blob/e930f72fd75c4552ef9e63bc7edf9711f070abe5/openeo/rest/mlmodel.py#L45-L59 This API, with `id` argument is outdated (removed by https://github.com/Open-EO/openeo-processes/pull/417), and will be replaced by argument `uri` (by https://github.com/Open-EO/openeo-processes/pull/441) we have to make sure the python client is future...

api compliancy
technical debt