module documentation
Talks to SRU repositories, mainly underlies koop_sru
SRU is a search-and-retrieve protocol; to dig more into the what and how to use this in a more advanced way, look for the sru-related notebook (somewhere in extras).
Very minimal SRU implementationm and not meant to be a generic implementation.
It was written because existing python SRU libraries we tried didn't seem to like the apparently-custom URL component (x-connection) that the KOOP rpositories use, so until we figure out a clean solution, here's a just-enough-to-work implementation for our specific use cases.
Class |
|
Very minimal SRU implementation - just enough to access the KOOP repositories. |