ckan / ckanext-spatial

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

No ckan-pycsw command is available. #297

Closed frafra closed 2 years ago

frafra commented 2 years 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 2 years 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 2 years ago

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