ckan / ckanext-spatial

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

No ckan-pycsw command is available. #297

Closed frafra closed 1 year ago

frafra commented 1 year ago

The spatial extension offers the ckan-pycsw command [...] -- https://github.com/ckan/ckanext-spatial/blob/992b2753fc24d0abb12ced5cf5aaa3a853ca9ea4/doc/csw.rst

There is no such command.

amercader commented 1 year ago

This is not a ckan command, it's standalone script located in bin, as described in the "How it works" section.

cd /usr/lib/ckan/default/src/ckanext-spatial
python bin/ckan_pycsw.py --help

I haven't personally used this command in a long time so it would be good to see if it still works as expected

frafra commented 1 year ago

Yes, thank you. The script itself is broken. See #298 and #299.