geopython / pycsw

pycsw is an OGC CSW server implementation written in Python. pycsw fully implements the OpenGIS Catalogue Service Implementation Specification [Catalogue Service for the Web]. Initial development started in 2010 (more formally announced in 2011). The project is certified OGC Compliant, and is an OGC Reference Implementation. pycsw allows for the publishing and discovery of geospatial metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). Existing repositories of geospatial metadata can also be exposed, providing a standards-based metadata and catalogue component of spatial data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). Please read the docs at https://pycsw.org/docs for more information.
https://pycsw.org
MIT License
198 stars 153 forks source link

ogcapi-record does not include a self link, how to link from collection to items? #922

Closed pvgenuchten closed 7 months ago

pvgenuchten commented 8 months ago

Description

records on a ogcapi-records items request do not include a self link, this make linkage from the items list to individual items a challenge

https://demo.pycsw.org/cite/collections/metadata:main/items?f=json

currently we concatenate item-id to collection-url, but i wonder if all clients support this convention

Steps to Reproduce

https://demo.pycsw.org/cite/collections/metadata:main/items?f=json

currently we concatenate item-id to collection-url, but i wonder if all clients support this convention