openEOPlatform / documentation

Documentation for openEO Platform
https://docs.openeo.cloud
Apache License 2.0
1 stars 5 forks source link

eliminate usage of `._pg` #40

Closed soxofaan closed 2 years ago

soxofaan commented 2 years ago
federation/index.md
57:- set the Sentinel Hub BYOC collection ID (`byoc-{id}`) as `featureflags` argument (e.g. `datacube._pg.arguments['featureflags'] = {'byoc_collection_id': byoc_collection_id}`)
69:toc._pg.arguments['featureflags'] = {'byoc_collection_id': byoc_collection_id}

eliminate ._pg usage per https://github.com/Open-EO/openeo-python-client/commit/5df0343d3ae2517fa728310ed9b669f3a24fc0a6

soxofaan commented 2 years ago

fix depends on DataCube.result_node and update_arguments which were added in v0.10.1 of client (released today)