CSW is one part (or "profile") of the OGC Catalog Service, which defines common interfaces to discover, browse, and query metadata about data, services, and other potential resources. Version 2.0 of the specification was released in May 2004. The most recent release is 2.0.2, which was published in 2007.
The records are in XML according to the standard. Typically the records include Dublin Core, ISO 19139 or FGDC metadata, encoded in UTF-8 characters. Each record must contain certain core fields including: Title, Format, Type (e.g. Dataset, DatasetCollection or Service), BoundingBox (a rectangle of interest, expressed in latitude and longitude), Coordinate Reference System, and Association (a link to another metadata record).
Operations defined by the CSW standard include:
GetCapabilities: "allows CSW clients to retrieve service metadata from a server"DescribeRecord: "allows a client to discover elements of the information model supported by the target catalogue service. The operation allows some or all of the information model to be described".GetRecords: search for records, returning record IDsGetRecordById: "retrieves the default representation of catalogue records using their identifier"GetDomain(optional): "used to obtain runtime information about the range of values of a metadata record element or request parameter"Harvest(optional): create/update metadata by asking the server to 'pull' metadata from somewhereTransaction(optional): create/edit metadata by 'pushing' the metadata to the server
- GET with URL parameters
- POST with form-encoded payload
- POST with XML payload
https://en.wikipedia.org/wiki/Catalog_Service_for_the_Web
http://www.opengeospatial.org/standards/cat
Software
GeoNetwork - http://geonetwork-opensource.org/
OWSLib - https://github.com/geopython/OWSLib
pycsw - http://pycsw.org/
No comments:
Post a Comment