File: sru.rst

package info (click to toggle)
pycsw 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 10,980 kB
  • sloc: xml: 38,300; python: 11,330; makefile: 179; sh: 3
file content (16 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. _sru:

Search/Retrieval via URL (SRU) Support
======================================

pycsw supports the `Search/Retrieval via URL`_ search protocol implementation as per subclause 8.4 of the OpenGIS Catalogue Service Implementation Specification.

SRU support is enabled by default.  HTTP GET requests must be specified with ``mode=sru`` for SRU requests, e.g.:

.. code-block:: bash

  http://localhost/pycsw/csw.py?mode=sru&operation=searchRetrieve&query=foo

See http://www.loc.gov/standards/sru/simple.html for example SRU requests.

.. _`Search/Retrieval via URL`: http://www.loc.gov/standards/sru/