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...
a typical usecase for pycsw is to load iso records as input data and then dissiminate them via ogc-api-records, as a final step i would like to see the option...
I work on the NGDS CKAN system, the ckan-spatial has a background process that updates pyCSW. I have noticed quite a number of log errors for large dataset inserts: index...
# Description pyproj contextual version conflict occurs on installation of python packages # Environment - operating system: Ubuntu 20.04 (WSL2, Windows 10) - Python version: Python 3.8.10 (pip 20.0.2) -...
I have recently started working with pycsw as an implementation of OGC API - Records. It seems that pycsw takes csw records, loads them into a database, and then pycsw...
- existing IRC channel exists on Libera network - connect directly in your browser at https://web.libera.chat/#pycsw - it would be good to setup a bridge from matrix/Slack to this channel...
# Description Provide a repository plugin to connect to [Elasticsearch](https://www.elastic.co/) # Additional Information - HTTP based - [spatial support](https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-queries.html) - More info at [overall docs](https://www.elastic.co/guide/index.html)
# Overview Tests #735 in isolation. # Related Issue / Discussion None # Additional Information None # Contributions and Licensing (as per https://github.com/geopython/pycsw/blob/master/CONTRIBUTING.rst#contributions-and-licensing) - [x] I'd like to contribute [feature...
# Description There is bug when testing pycsw's STAC support via [pystac-client](https://github.com/stac-utils/pystac-client). # Environment - operating system: Ubuntu - Python version: 3.x - pycsw version: master - source/distribution - [x]...
I'm trying to do a CQL_FILTER via a GET request, but no matter what I put as the constraint, I *always* get back an exception "Invalid Filter syntax". These are...
# Description Building with pycsw-master (because pycsw-2.6.1 through pip causes python39.dll errors, as this is with Python 3.10.0 embedded), loading pycsw GetCapabilities request through the browser with mod_wsgi has no...