-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade PyCSW #608
Comments
They're now on python 3, so we might consider separating the pycsw virtualenv from ckan. |
Scratch that, it still works with python 2, but we should still put it in its own virtualenv. |
I took a quick look at this and it's a low-medium effort. Our customizations to pycsw are all for the ckan loading, which exists in ckanext-spatial. So the plan becomes:
|
This is a blocker ckan/ckanext-spatial#49 |
But we can still upgrade our fork of pycsw. |
https://github.com/geopython/pycsw/releases/tag/2.4.0 I don't see a changelog or similar, so I don't know exactly what the update brings. |
Upgrading PyCSW to provide a more stable instance of CSW for FGDC. |
In testing in staging, we'll need to upgrade requests and OWSLib. I don't know which specific versions, but the latest versions requests==2.22.0 and OWSLib==0.18.0 work in my testing. Need to check that the harvester still works. Moving to the latest OWSLib, we should be able to drop our fork https://github.com/GSA/OWSLib |
Just ran into this :/
|
Seems related to a no longer valid
related to: |
Work around by updating the path, it's using the source install path, not the virtualenv. |
To update the database, there's no migration.
|
This was shipped! |
I see INSPIRE support enabled but no service metadata populated. I think it should be disabled. |
Thanks @kalxas can you clarify? Our config is based on the default example configuration provided from pycsw. The documentation for the extension, merely says to set enabled to true and it does not mention that any additional configuration is required. Is that not the case? Should I report this upstream? |
I would recommend to set this to false since INSPIRE applies to EU countries :) |
We're currently on a fork of 1.8.5 from Oct 2015. 2.2.0 is available from March 2018.
The text was updated successfully, but these errors were encountered: