GeoHealthCheck
GeoHealthCheck copied to clipboard
Service Status and QoS Checker for OGC Web Services
**Describe the bug** All OWS `Capabilities` `Probes` share a `Check` for `Title>` string. See [here](https://github.com/geopython/GeoHealthCheck/blob/master/GeoHealthCheck/plugins/probe/owsgetcaps.py#L51). As `Title` may even be left out since `minOccurs=0` as per [OGC OWS schema](http://schemas.opengis.net/ows/2.0/owsDataIdentification.xsd), this...
**Is your feature request related to a problem? Please describe.** Docker image builds take a long time, renders a quite big Docker Image (around 500MB uncompressed). Mainly due to using...
**Is your feature request related to a problem? Please describe.** More an enhancement: there is no Norwegian language support **Describe the solution you'd like** Add Norwegian language support. **Describe alternatives...
## Describe the bug Via issue #379 and PR #406 some new custom WMTS Probes were added. This issue is opened to discuss some problems when testing these Probes with...
The Catalogue Service (CSW) with HTTP POST Resource URL with body - Probe doesn't send a Content-Type and generated a 415 (Unsupported Media Type) Error. It was tested with tcpdump...
Last month we ran into a problem that CORS was broken on our services due to a k8s ingress update, unfortunately we only noticed some weeks later. Would be good...
**Is your feature request related to a problem? Please describe.** We recently published some COGs, but failed to validate if the range requests were supported. In the end the problem...
**Is your feature request related to a problem? Please describe.** Email is sent in two places: in `notifications.py` and in `util.py` (`send_email` function). Via #416 some fixes were made in...
docker has [a script](https://github.com/geopython/GeoHealthCheck/blob/a25e87125eec4eea57ab26999d67f89dbf5f0872/docker/scripts/configure.sh#L55) that checks if postgres is running prior to starting the webapp this script assumes the default port, usually 5432 but you can set a [environment variable...
**Describe the bug** we host a vector tile service at https://tiles.isric.org based on [TRex](https://t-rex.tileserver.ch/), when i run the [tilejson](https://tiles.isric.org/wosis.json) through geohealthcheck, i get this error: ``` "class": "GeoHealthCheck.plugins.probe.mapbox.TileJSON", "message": "Perform_request...