Tom Kralidis
Tom Kralidis
From OSCAR/Surface, for reference: > The OAI-PMH works with primary WIGOS IDs. For the station 0-76-0-3170206000000036 the primary WSI is 0-20000-0-86776 So if you try: https://oscardepl.wmo.int/oai/provider?verb=GetRecord&metadataPrefix=wmdr&identifier=0-20000-0-86776 you will get the...
@maaikelimper can you provide an example? 404 should be the default behaviour/response in this case.
2024-11-21: apply workaround to query API for all records (with a higher limit count) and check if the id exists.
2024-11-21: - @alimand to update wis2box-webapp once https://github.com/wmo-im/wis2box-api/pull/78 is approved/merged
2024-11-21: @tomkralidis to apply fix (and review/inspect in the context of #807).
- close issue trackers on `wis2box-*` - updated READMEs to point to wmo-im/wis2box/issues for project control/issue management (@tomkralidis)
Closed issue trackers, wikis and updated READMEs in: - wis2box-auth - wis2box-api - wis2box-ui - wis2box-webapp
For managing contributions: - we have a [CONTRIBUTING.md](https://github.com/wmo-im/wis2box/blob/main/CONTRIBUTING.md) which is also referred to from https://docs.wis2box.wis.wmo.int/en/1.0b8/community/contributing.html for good measure. - contributions from anyone outside the core committers are subject to PR...
Given pygeoapi uses pygeofilter under the hood for filter handling, suggest moving this issue to the [pygeofilter issue tracker](https://github.com/geopython/pygeofilter/issues). Testing with pygeofilter CLI (main branch): ```bash $ pygeofilter parse cql2_text...
@KoalaGeo this functionality exists via running `pygeoapi openapi generate --no-fail-on-invalid-collection` (see note in https://docs.pygeoapi.io/en/latest/administration.html#creating-the-openapi-document). Does this work for you?