GeoHealthCheck icon indicating copy to clipboard operation
GeoHealthCheck copied to clipboard

Add support for WPS

Open cehbrecht opened this issue 6 years ago • 3 comments

I can work on WPS support. We need this for our project.

cehbrecht avatar Apr 20 '18 10:04 cehbrecht

@cehbrecht excellent! Guess you mean adding Probe and Check Plugins for health-checking WPS endpoints?

justb4 avatar Apr 20 '18 10:04 justb4

@justb4

Guess you mean adding Probe and Check Plugins for health-checking WPS endpoints?

... If you say so, just thought GeoHealthCheck is the right tool to check the availability of WPS services.

cehbrecht avatar Apr 23 '18 08:04 cehbrecht

@cehbrecht yes it is:-), you can find Probe Plugins for most OGC services here: https://github.com/geopython/GeoHealthCheck/tree/master/GeoHealthCheck/plugins/probe

There is already a WPS Capabilities Probe: https://github.com/geopython/GeoHealthCheck/blob/master/GeoHealthCheck/plugins/probe/owsgetcaps.py#L159, but you may want to add additional Probes, or maybe a drilldown/crawler. Challenge may be long-running WPS Processes (though with an upcoming PR #175 we will have per-Probe scheduling) and async, but I'm no expert in WPS.

justb4 avatar Apr 23 '18 09:04 justb4