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 After fix #666 New error comes on FTP process. Trace ... site-packages/pycsw/server.py", line 862, in _process_responsehandler ftp.storbinary('STOR %s' % uprh.path[1:], StringIO(xml)) TypeError: initial_value must be str or None,...
# Description When called a harvest method with a responseHandler parameter, the server respond with an XML which it's root TAG is "csw:Acknowlegment". Using OWSLib to parse the response, this...
# Description Problem: mapping of ISO records to DIF (using GCMD DIF type/subtype vocabulary). Given an ISO-compliant metadata Record, I encountered some issues in the mapping to DIF at different...
i all, We (https://www.eiscat.se) plan to provide metadata to B2Find, http://b2find.eudat.eu, so we are looking to set up an OAI-PMH server and I found pycsw. It would be good to...
The paginated results from csw endpoint is using random order when listing records, which explains the same record appears in multiple page requests. With sortby added in, the records are...
Would be great if pyCSW could export metadata to Dublin Core RDF (https://www.dublincore.org/specifications/dublin-core/dcmes-xml/), so it can be easily imported into Bibliography software like Zotero... It currently allows (e.g. through GeoNode)...
# EDIT I just noticed the info on the system requirements for pycsw which states that python 3.5 is supported. Strangely the PEP479 has been introduced on python3.5. ## EDIT-EDIT...
# Description We have pycsw accessing an sqlite3 database, which has a records table containing 2647 rows. Running `python bin/pycsw-admin.py -c delete_records -f default.cfg -y` results in `RuntimeError: ERROR: too...