geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

feature request: metadata roundtrip #144

Open pvgenuchten opened 7 years ago

pvgenuchten commented 7 years ago

would be interesting to have a plugin for a metadata-roundtrip. Test from any wms/wmts/wcs/wfs capabilities. For each layer/metadataUrl open the url, check if the metadata has a backlink to the service.

This probably needs individual xpath expressions for schema's such as iso19139, iso19115-1, DC

Expected result:

justb4 commented 7 years ago

Good suggestion, this type of scenario is exactly suitable for free-form Probes, using OWSLib for interaction with OWS endpoints. lxml for XPath. Ask me for assistance:-).