spatial-d4science/ckanext/spatial
amercader 108b834638 [#24] Add command for pycsw integration
Based on the work by @kindly on https://github.com/kindly/ckan_pycsw_import,
adds a command to the extension that allows to export easily the spatial
datasets to pycsw. This will only work for harvested ISO datasets for the time
being.

The command can be run both via paster (in the context of a CKAN install) or
independently (eg a separate server), as it uses the API to get the datasets.

TODO docs
2013-08-30 14:39:19 +01:00
..
commands [#24] Add command for pycsw integration 2013-08-30 14:39:19 +01:00
controllers [#8] Do not add XML declaration when storing the content 2013-03-01 17:33:53 +00:00
harvesters [#35] Ignore auth when using site_user 2013-08-14 12:23:36 +01:00
lib Spatial query can now be ordered. Does not play nicely with SOLR options - just uses that to get the facets counts and return each result. Have added performance tests for two alternative queries. 2013-02-08 17:28:37 +00:00
model [#19] Extract thumbnail from ISO documents 2013-05-15 17:00:02 +01:00
public [#26] Fix broken markers on debug mode 2013-08-08 17:34:29 +01:00
templates [#26] Fix broken markers on debug mode 2013-08-08 17:34:29 +01:00
tests [#35] Ignore auth when using site_user 2013-08-14 12:23:36 +01:00
validation [#8] Rename harvested document model to ISODocument 2013-02-13 19:16:36 +00:00
__init__.py Initial commit. This extension will hold geo-related functionalities moved from ckanext-harvest. 2011-04-11 16:53:47 +01:00
helpers.py Add helper functions useful to format extras coming from the spatial harvesters 2013-03-18 15:59:20 +00:00
nongeos_plugin.py [#29] Fix missing variable 2013-08-08 17:52:39 +01:00
plugin.py [#28] Fix function name 2013-07-29 17:25:20 +01:00