Go to file
avdata99 961f00fe5b Try to fix reqs 2023-07-27 12:11:52 -03:00
.github/workflows fix ckan 2.10 test 2023-07-26 11:26:04 -03:00
bin Update CLI docstrings and documentation, remove unused file 2021-05-28 13:27:12 +02:00
ckanext chore: restore empty line 2023-04-11 11:24:52 +03:00
doc Correct wrong method number in docs 2023-06-09 15:25:25 +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 Cleanup MANIFEST 2022-12-19 16:15:03 +01:00
README.rst Test with Python CKAN 2.10 / Python 3.10. Remove CKAN 2.7/2.8 tests 2023-03-09 08:30:55 -03:00
conftest.py WIP: test: remove ckan_setup 2021-01-15 16:42:01 +09:00
doc-requirements.txt Bump Sphinx versions 2023-01-26 11:02:24 +01: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 Fix pyproj req 2023-07-26 10:39:06 -03:00
requirements.txt Try to fix reqs 2023-07-27 12:11:52 -03:00
setup.cfg Update tests 2020-05-03 20:28:33 +03:00
setup.py Version 2.0.0 🎉 2023-01-26 10:48:32 +01:00
test-postgis.ini Separate test workflows for postgis and default setup 2022-08-24 13:00:32 +02:00
test.ini Add tests for custom indexing and multivalued geometries 2022-09-06 14:37:40 +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/

Supported Versions

ckanext-spatial >= 2.0.0 supports CKAN 2.9 and CKAN 2.10. Check the [tested enviroments](https://github.com/ckan/ckanext-spatial/blob/master/.github/workflows/test.yml) for more details.

For previous CKAN versions please use the v1.x tags.

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