-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish identifier class #24
Comments
On Version IdentificationIn some cases, the service response will have an explicit version element (root.attrib['version'] for many OGC responses, for example). Sometimes we don't have that or we have an implied version (OpenSearch namespace URI or THREDDS catalog URI). So we have two definitions - some default value for the URI-type situations (if match, version='1.1') and a pull from the response.
Related commits: |
On URNsBased on the OSGeo/geopython/ESIP Discovery work. consider
Of course, this all assumes that you have some service response that is well-contained, which we do not. WxS GetCapabilities describe enough to get at the data service so could be classified as both service and dataset (specific to this project, mind). |
For the OpenSearch vs. ATOM with OS elements:
where we're just pinging for the namespace URI without understanding its relationship in the XML, ie it is not the default namespace and there are other namespaces present. |
It is catching OpenSearch errors 👍 |
High priority services are running reasonably. Everything else will be a discrete bug. Cheers. |
Merging some issues into one comprehensible thing.
Remaining tasks:
(and by metadata, we mean an actual ISO or FGDC record only)No, we need it to handle the internal standard (oai-pmh:dc or csw:iso, etc).IT DOES NOT!it should be good now. see f89d8c4There is some known wonkiness in the yaml configuration (list v dict) so that should also be added to the list.
Regarding the CSW situation (and this applies also to oai-pmh at a minimum), we may need to switch from a binary check based on ordering of the services in the config to some scoring function - 67% likely to be Service A or something. I think we're good for now as long as we're careful about the filters and the secondary "is dataset?" or "is metadata?" can help mitigate this problem.
The text was updated successfully, but these errors were encountered: