Go to file
Taro Matsuzawa c46936a5e7 WIP: drop table spatial_ref_sys when drop extension postgis 2021-01-06 20:45:15 +09:00
.github/workflows WIP: downgrade to postgis 2.5 2021-01-06 20:04:33 +09:00
bin changies in db init 2020-05-06 17:32:14 +03:00
ckanext WIP: drop table spatial_ref_sys when drop extension postgis 2021-01-06 20:45:15 +09:00
doc #188 Add clean_tags option in harvester (#189) 2018-05-12 12:07:43 +02: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 changies in db init 2020-05-06 17:32:14 +03:00
MANIFEST.in Get the validation XML to be included in the distribution. 2012-11-07 16:23:27 +00:00
README.rst fix bad link 2020-02-18 15:49:13 -03:00
conftest.py Backport pytests 2020-05-06 15:19:21 +03:00
doc-requirements.txt Remove shapely from doc requirements 2016-08-18 09:47:02 +01:00
pip-requirements.txt owslib==0.18.0 2020-04-15 02:34:45 +03:00
setup.cfg Update tests 2020-05-03 20:28:33 +03:00
setup.py IClick support 2019-12-13 16:48:20 +02:00
test-github-actions.ini WIP: github actions ci: use test-core.ini and copy configurations from ckan/test-core-circle-ci.ini 2021-01-06 15:02:15 +09:00
test.ini Update tests 2020-05-03 20:28:33 +03: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:

https://docs.ckan.org/projects/ckanext-spatial/en/latest/

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