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

from https://github.com/Open-EO/openeo-processes-dask/pull/103#issuecomment-1803587719 > > In case of resample_spatial however, we do always add the align parameter with default value "upper-left" > > I think this should be changed. It should...

usability
api compliancy
documentation
architecture

I noticed quite a lot of warnings in when building docs locally today: ``` .../openeo/rest/datacube.py:docstring of openeo.rest.datacube.DataCube.add:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. .../openeo/rest/datacube.py:docstring of openeo.rest.datacube.DataCube.filter_bands:5:...

Currently, I need to create a datacube from a UDP as follows: ```py udp_sar = connection.save_user_defined_process( user_defined_process_id="s1_stats", process_graph=s1_stats, parameters=[temporal_extent, spatial_extent], summary="S1 SAR stats", description="Calculate S1 SAR stats (min, max, mean,...

good first issue
feature request
usability
nice-to-have

[openEO API 1.2](https://github.com/Open-EO/PSC/issues/20) feature: > New endpoint for metadata filters (queryables): `/collections/{collection_id}/queryables`. Also adds a new rel type to the collection links. https://github.com/Open-EO/openeo-api/issues/396 Lacking anything better, client now leverages "summaries"...

feature request
api compliancy

A result from a discussion in the Pangeo discourse: https://discourse.pangeo.io/t/pangeo-openeo-backend/815/12 It seems that a function such as `to_xarray` would be a nice convenience for Pangeo folks where you automatically get...

feature request
usability

spin off from #424 to properly track `load_geojson`/`load_url` support (also related to https://github.com/Open-EO/openeo-python-driver/issues/211 )

feature request
usability
api compliancy
technical debt

This sometimes comes up in discussions on hosted jupyterlab contexts with outdated `openeo` (python package): is it possible to inform the user that a newer version of the client is...

feature request
usability
collect feedback
nice-to-have

```python cube = cube.save_result(format="NetCDF") cube.execute_batch() ``` the last `execute_batch()` call will silently add a `save_result("GTiff")` causing to post a process graph with two `save_result` nodes (in series), which is not...

bug
api compliancy

openeo.util is becoming a "kitchen-sink" of various unrelated utilities and helpers. Apart from the general rule of thumb to avoid having a "utils" module (because it often turns into such...

clean up
usability
documentation
technical debt

with addition of MlModel (5d074cb3b1dce3ec3db0fd9f65305719d6b6b3a5), we have now three classes that duplicate a lot of internals: - `DataCube` - `VectorCube` - `MlModel` e.g. MlModel is more than 100 LoC, but...

clean up
architecture