b-cube / semantics-preprocessing

initial text preprocessors for the triplestore and feature classification
Other
2 stars 3 forks source link

Revise parsers for service object types #17

Open roomthily opened 9 years ago

roomthily commented 9 years ago

In the v0 set of parser objects (technically "preprocessors", the actual parser is pretty generic for any xml), the response is pretty much geared towards the service-level metadata extraction. But with the ontology changes, we'll need dataset-level (at least) as well.

The response structure needs to be revised for that: service or dataset, remainders, and the BaseReader class revised to not assume service descriptors at least.

roomthily commented 9 years ago

See #25 for possible OWSLib integration for any OGC service (capabilities service metadata or dataset/layer metadata) handling.