You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values of Dataquality sections (lineage, specificationtitle..) of metadata are not saved into database. For repository is used PostgrelSQL. We use it in production enviroment https://rpi.gov.sk/en as well as I made test in my local env. I made a check of parser ISO.py from owslib and it works OK. Thanks a lot.
Environment : production / dev
operating system: Ubuntu 22
Python version: prod env 3.8/ local env 3.10
pycsw version: tested 2.6.1 / 3.0
source/distribution
git clone
web server
Apache/mod_wsgi
Steps to Reproduce
Try to load to pycsw this record and check specificationtitle in the database. testxml.zip
Additional Information
The text was updated successfully, but these errors were encountered:
. There is bad definition of condition if hasattr(md.identification, 'dataquality'): ... dataquality is not part of md.identification and condition should be defined if hasattr(md, 'dataquality')...
Also following part of code from line 1356 is bad.
specificationdate doesn't have attributes date and datetype defined in owslib iso parser. It is also necessary change definition of specificationdate in owslib iso parser
Description
Values of Dataquality sections (lineage, specificationtitle..) of metadata are not saved into database. For repository is used PostgrelSQL. We use it in production enviroment https://rpi.gov.sk/en as well as I made test in my local env. I made a check of parser ISO.py from owslib and it works OK. Thanks a lot.
Environment : production / dev
operating system: Ubuntu 22
Python version: prod env 3.8/ local env 3.10
pycsw version: tested 2.6.1 / 3.0
source/distribution
web server
Steps to Reproduce
Try to load to pycsw this record and check specificationtitle in the database.
testxml.zip
Additional Information
The text was updated successfully, but these errors were encountered: