pycsw
pycsw copied to clipboard
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 sta...
# Description When sorting on '-updated' on ogcapi-records, a random order is returned, maybe due to a combination of sorting on modification_date and date_revision or date? On demo the effect...
# Description This is a follow-up of https://github.com/geopython/pygeoapi/issues/97 and https://github.com/radiantearth/stac-browser/issues/384 to indicate STAC contradictionary to ogcapi:records, expects a [trailing slash when referencing a folder](https://github.com/radiantearth/stac-spec/blob/e8c409513fb46685556c2e340d06deaf5d4c7084/best-practices.md#consistent-uris) This will impact how we build...
# Description Default getcapabilities use case does work. Enpodints: - /csw - /csw?service=CSW&version=2.0.2&request=GetCapabilities return error 500 # Environment - operating system: - Python version: 3.10 - pycsw version: 3.0 -...
# Description pycsw depends on `jinja2` for some reason, and this isn't declared in `requirements.txt` # Environment - operating system: mac/linux - Python version: 3.10 - pycsw version: master (c532be3aba731bfee093620c40f64160c3901f8e)...
# Overview ~Fixes an error importing pycsw~ Assuming you install the requirements from `requirements-standalone.txt` this was already implicitly pulled in, but this PR makes the dependency explicit # Related Issue...
# Overview This adds datasetUri / uricode as a uri property to pycsw, then adds it as a link to ogc-api records # Related Issue / Discussion https://github.com/geopython/OWSLib/issues/946 # Additional...
# Overview remove the 'href' element from the response hierarchy, it is not [specified](https://github.com/opengeospatial/ogcapi-records/blob/master/core/openapi/schemas/contact.yaml) # Related Issue / Discussion #1027 # Additional Information in a next iteration we could be...
# Description According to [spec](https://github.com/opengeospatial/ogcapi-records/blob/master/core/openapi/schemas/contact.yaml)  Implemented:  # Additional Information
# Description i noticed the contacts section in record properties has been quite updated (as suggested by [spec](https://github.com/opengeospatial/ogcapi-records/blob/master/core/openapi/schemas/recordCommonProperties.yaml)) however the open api definition is not updated, it still lists the...
# Description A previous pycsw build on Windows, pycsw-2.6.0, had no problems connecting to an SQLite3 repo, such as: `database=sqlite:///C:\\ms4w\\apps\\pycsw-2.6.0\\tests\\functionaltests\\suites\\cite\\data\\cite.db` However with `master` (and obviously many updated libs underneath), with...