Go to file
amercader 95c7b67132 PostGIS' and Solr's logic for wrapping bboxes is different 2022-09-01 11:44:54 +02:00
.github/workflows Use the spatial Solr image in tests, test 2.9 onwards only 2022-08-31 16:47:09 +02:00
bin Update CLI docstrings and documentation, remove unused file 2021-05-28 13:27:12 +02:00
ckanext PostGIS' and Solr's logic for wrapping bboxes is different 2022-09-01 11:44:54 +02:00
doc Update docs to reflect PostGIS not being supported 2022-08-24 16:25:35 +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
MANIFEST.in Get the validation XML to be included in the distribution. 2012-11-07 16:23:27 +00:00
README.rst Doc and README tweaks 2021-05-28 14:44:31 +02:00
conftest.py WIP: test: remove ckan_setup 2021-01-15 16:42:01 +09:00
doc-requirements.txt Try to fix the docs 2021-05-28 14:24:07 +02:00
pip-requirements-py2.txt Align GA file and requirements file with rest of extensions 2021-05-28 11:12:44 +02:00
pip-requirements.txt Align GA file and requirements file with rest of extensions 2021-05-28 11:12:44 +02:00
requirements-postgis-py2.txt py2 geoalchemy requirement 2022-08-24 13:26:27 +02:00
requirements-postgis.txt Downgrade geoalchemy to match CKAN core sqlalchemy requirement 2022-08-24 13:46:57 +02:00
requirements-py2.txt Separate test workflows for postgis and default setup 2022-08-24 13:00:32 +02:00
requirements.txt Separate test workflows for postgis and default setup 2022-08-24 13:00:32 +02:00
setup.cfg Update tests 2020-05-03 20:28:33 +03:00
setup.py Format setup.py, Set proper version 2021-05-28 14:52:39 +02:00
test-postgis.ini Separate test workflows for postgis and default setup 2022-08-24 13:00:32 +02:00
test.ini No postgis backend no more 2022-08-31 15:58:51 +02: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) 2011-2021 Open Knowledge Foundation and contributors.

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