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

I think there is a typo in the documentation. See https://open-eo.github.io/openeo-python-client/data_access.html#filter-on-spatial-extent The EPSG code mentioned there is 4623, which should probably be 4326. - https://epsg.io/4623 - https://epsg.io/4326

After this MR, `batch_job.py` in `openeo-geopyspark-driver` needs to be updated

I followed [this example code](https://github.com/Open-EO/openeo-community-examples/blob/main/python/GlobalFloodMonitoring/Global_Flood_Monitoring.ipynb) to download some GFM data. It happened on OpenEO Editor, OpenEO Lab and a local jupyter notebook (python 3.9). All returns the same error as...

While running long jobs using the JobManager, it crashes while trying to download results. ``` Traceback (most recent call last): File "/home/victor.verhaert/LCFM/lcfm-production/.conda/lib/python3.11/site-packages/urllib3/response.py", line 748, in _error_catcher yield File "/home/victor.verhaert/LCFM/lcfm-production/.conda/lib/python3.11/site-packages/urllib3/response.py", line...

collect feedback
job manager

Updated the documentation to use URL based method to load the model

Included _check_and_stop_long_running_jobs. Still needs to be covered in test_suite

Very simple fix to https://github.com/Open-EO/openeo-python-client/issues/567, which allows doing: ```python from openeo.local import LocalConnection local_conn = LocalConnection("./") url = "https://stac.eurac.edu/collections/SENTINEL2_L2A_SAMPLE_2" spatial_extent = {"east": 11.40, "north": 46.52, "south": 46.46, "west": 11.25} temporal_extent...

see - https://github.com/radiantearth/stac-spec/discussions/1213 - https://github.com/radiantearth/stac-spec/pull/1254 We currently support "eo:bands" and "raster:bands" metadata in a couple of places in python client, and we should prepare now to add this future "bands"...

feature request
api compliancy

I am trying to understand how to use this package and the documentation is wrong I try to follow This OIDC Authentication: Device Code Flow[¶](https://open-eo.github.io/openeo-python-client/auth.html#oidc-authentication-device-code-flow) And I get ``` raise...

This is a tracking ticket about new submodule `openeo.testing.results`, which I already added earlier (starting with feature branch merge 95e00f9a6ea6e0e645c6c6086a33266997bf0ae2 ). There wasn't a dedicated ticket in this repo for...