You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Represents capabilities of a connection / back end."""
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 see the point of the abstraction here. I think we're better off with just a single Capabilities implementation.
The text was updated successfully, but these errors were encountered:
This came up while looking into #610:
openeo-python-client/openeo/capabilities.py
Lines 8 to 12 in 35b5fc7
in python client we have
openeo.capabilities.Capabilities
andopeneo.capabilities.rest.RESTCapabilities
. This still stems from initial 2018-ish design of the openeo package, but I don't see the point of the abstraction here. I think we're better off with just a singleCapabilities
implementation.The text was updated successfully, but these errors were encountered: