You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
CSW is a very flexible and powerful standard which allows clients to query a catalog in several ways.
Normally a getCapabilities request is performed by the client to understand which formats are available etc.
The OWLlib is a good library but it still lack lots of low level functionalities like this (geopython/OWSLib#605).
I'm starting a discussion to introduce changes to that library but in the meanwhile I don't see why we can't have this here as well.
F.e. we could use the CSWharvester to gather metadata with different output schema formats at the moment gmd is imposed!!!
I'm going to propose a simple pull request (tested) which allows us to specify the target schema from the harvester configuration so if the server supports that schema it would be possible to obtain metadata in different formats.
My usecase is:
I'd like to query GeoNetwork with csw asking for iso19115* specifying the outputschema
I would like to specify it into the configuration (per harvester configuration).
With the PR I'm going to propose it would be possible.
The text was updated successfully, but these errors were encountered:
ccancellieri
added a commit
to ccancellieri/ckanext-spatial
that referenced
this issue
Oct 22, 2021
Hi,
CSW is a very flexible and powerful standard which allows clients to query a catalog in several ways.
Normally a getCapabilities request is performed by the client to understand which formats are available etc.
The OWLlib is a good library but it still lack lots of low level functionalities like this (geopython/OWSLib#605).
I'm starting a discussion to introduce changes to that library but in the meanwhile I don't see why we can't have this here as well.
F.e. we could use the CSWharvester to gather metadata with different output schema formats at the moment gmd is imposed!!!
I'm going to propose a simple pull request (tested) which allows us to specify the target schema from the harvester configuration so if the server supports that schema it would be possible to obtain metadata in different formats.
My usecase is:
With the PR I'm going to propose it would be possible.
The text was updated successfully, but these errors were encountered: