MacPingu
MacPingu
the threddsclient is just a little part on my todo list ... so my hope was, when siphon is ready i can take yours :) but i keep an eye...
@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...
Spec: * https://ogcapi.ogc.org/processes/ * https://docs.opengeospatial.org/DRAFTS/18-062.html * https://app.swaggerhub.com/apis/geoprocessing/WPS-all-in-one/1.0-draft.6-SNAPSHOT Reference Implementations: https://github.com/opengeospatial/ogcapi-processes/blob/master/implementations.adoc Could start with [pygeoapi](https://docs.pygeoapi.io/en/latest/) as a test service. Install locally: https://docs.pygeoapi.io/en/latest/installation.html Example Execute Request: ``` http://localhost:5000/processes/hello-world/jobs ``` Post request with...
Collecting test data for offline tests: * [52north](http://geoprocessing.demo.52north.org:8080/javaps/rest/): #748
> s there value in using the SDK automatically generated by https://app.swaggerhub.com/apis/geoprocessing/WPS/1.0-draft.5 ? maybe as source of inspiration? Could copy+paste code?
Links from chat: * python classes generated from json schema: [pydantic](https://pydantic-docs.helpmanual.io/datamodel_code_generator/) * a wps/processes implementation using pygeoapi: https://github.com/eurodatacube/pygeoapi-kubernetes-papermill
> Do we want to add `getJson` methods and other 'reader' classes within the existing `WebProcessingService` class? > I find many of the items should be handled by swapping the...
I have opened a PR with a prototype implementation: https://github.com/geopython/OWSLib/pull/750 It is on branch in owslib: https://github.com/geopython/OWSLib/tree/feature-749-ogcapi-processes Lots missing and not working yet 😄 @fmigneault @huard do you have commit...
@fmigneault > I don't have them. now you have :smile:
started to look at pydantic for json schema model: #755