ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
125 stars 190 forks source link

ckan_pycsw.py does not support CKAN 2.8 or greater #298

Open frafra opened 1 year ago

frafra commented 1 year ago

ckan_pycsw.py uses an API endpoint that has been deprecated in CKAN 2.0 and removed in CKAN 2.8: https://docs.ckan.org/en/2.9/api/legacy-api.html

https://github.com/ckan/ckanext-spatial/blob/6507845bec1aee47a8afaa8f2b106db36f630026/bin/ckan_pycsw.py#L77

etj commented 1 year ago

Also, when using the v3 action api/3/action/package_search, the fields extras_harvest_object_id and extras_metadata_source are no longer available directly.