Go to file
Miguel Gouveia 16fa672a18 Improving log error message.
Improving log error message for invalid geoJSON data.
2016-06-17 15:46:22 +01:00
bin Fix SOLR error in tests. 2016-04-28 10:02:24 +01:00
ckanext Improving log error message. 2016-06-17 15:46:22 +01:00
doc Merge pull request #116 from DataShades/spatial-field-solr-5 2016-05-31 15:22:58 +01:00
.gitignore [#39] New docs 2013-09-08 19:42:39 +01:00
.gitmodules Use the default RTD theme 2015-05-15 17:08:58 +05:30
.travis.yml [#145] Disable tests for PostGIS 1 for now 2016-06-17 13:33:27 +01:00
MANIFEST.in Get the validation XML to be included in the distribution. 2012-11-07 16:23:27 +00:00
README.rst Support new locations for test functions. 2016-01-14 09:55:27 +00:00
doc-requirements.txt Use the default RTD theme 2015-05-15 17:08:58 +05:30
pip-requirements.txt [#2470] Allow newer requests versions. Tested with 2.7. Its only the WAF harvester that currently uses it, and that is only basic use. 2015-10-09 15:37:38 +01:00
setup.py remove cswinfo 2016-01-13 12:33:27 -05:00
test.ini remove legacy CSW server implementation 2015-12-26 08:40:49 -05:00

README.rst

ckanext-spatial - Geo related plugins for CKAN

image

This extension contains plugins that add geospatial capabilities to CKAN, including:

  • A spatial field on the default CKAN dataset schema, that uses PostGIS as the backend and allows to perform spatial queries and to display the dataset extent on the frontend.
  • Harvesters to import geospatial metadata into CKAN from other sources in ISO 19139 format and others.
  • Commands to support the CSW standard using pycsw.

Note: The view plugins for rendering spatial formats like GeoJSON have been moved to ckanext-geoview.

Full documentation, including installation instructions, can be found at:

http://docs.ckan.org/projects/ckanext-spatial

Community

Contributing

For contributing to ckanext-spatial or its documentation, follow the same guidelines that apply to CKAN core, described in CONTRIBUTING.

Copying and License

This material is copyright (c) 2006-2016 Open Knowledge Foundation.

It is open and licensed under the GNU Affero General Public License (AGPL) v3.0 whose full text may be found at:

http://www.fsf.org/licensing/licenses/agpl-3.0.html