Skip to content

alphagov/ckanext-spatial

 
 

Repository files navigation

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/

Gemini 2.3 schema

In order to try out a Gemini 2.3 file with the validator add this to the harvest source config -

{"validator_profiles": ["iso19139eden", "constraints-1.4", "gemini2-3"]}

Tag schema

To use the default CKAN tag schema add this to the CKAN ini file

ckan.spatial.validator.use_default_tag_schema = true

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.0%
  • XSLT 45.5%
  • HTML 5.1%
  • JavaScript 1.9%
  • CSS 0.5%