Describe the bug
The OGC API Features Drilldown Probe OGCFeatDrilldown is broken when using the Full option
To Reproduce
Steps to reproduce the behavior, e.g.:
- add any OSG Features API endpoint like https://demo.pygeoapi.io/cite
- add the OAFeat Drilldown Probe, select "Full" option
- execute
- Seeing error:
Expected Behavior
Should run successfully.
Screenshots or Logfiles
In log:
Resource: OGCFeat for https://demo.pygeoapi.io/cite
Resource type: OGCFeat
Resource URL: https://demo.pygeoapi.io/cite
Details:
Message: GetItems {
"code":"NoApplicableCode",
"type":"NoApplicableCode",
"description":"Invalid provider type"
}: OWSLib err: lakes
Context (please complete the following information):
- OS: any
- Browser: any
- Browser Version [e.g. 22]
- Python Version any
- GeoHealthCheck Version latest as on July 20, 2026
If running with Docker: also
Additional context
I think the OAFeat Probes should be revised. For one thing GHC uses an outdated OWSLib version 0.20.0 (though upgrading may introduce new errors), specs have changed, like a Collection does not have Items automatically, cater for different Provider types, like skip 'tile'.
Describe the bug
The OGC API Features Drilldown Probe
OGCFeatDrilldownis broken when using theFulloptionTo Reproduce
Steps to reproduce the behavior, e.g.:
Expected Behavior
Should run successfully.
Screenshots or Logfiles
In log:
Context (please complete the following information):
If running with Docker: also
Additional context
I think the OAFeat Probes should be revised. For one thing GHC uses an outdated OWSLib version
0.20.0(though upgrading may introduce new errors), specs have changed, like a Collection does not have Items automatically, cater for different Provider types, like skip'tile'.