Go to file
amercader 6c55aad223 [#63] Add extra stuff to the get_package_dict extension point
Moved the call to get_site_user higher on base.py so it's available to
extensions. Also added the parsed XML etree so it does not need to be
parsed from the string again.
2014-05-13 18:03:12 +01:00
bin update docstring 2013-11-22 08:01:00 -05:00
ckanext [#63] Add extra stuff to the get_package_dict extension point 2014-05-13 18:03:12 +01:00
doc Merge branch 'master' into 63-extend-spatial-harvesters 2014-04-28 18:41:38 +01:00
.gitignore [#39] New docs 2013-09-08 19:42:39 +01:00
.gitmodules [#39] Update submodule path 2013-09-08 21:25:41 +01:00
MANIFEST.in Get the validation XML to be included in the distribution. 2012-11-07 16:23:27 +00:00
README.rst editorial: identify pycsw 2013-12-18 09:46:10 -05:00
doc-requirements.txt [#39] Add doc-requirements.txt 2013-09-08 19:51:42 +01:00
pip-requirements.txt [#55] Allow CSW harvesters to define CQL filters (2nd try) 2014-03-02 23:12:54 +01:00
setup.py [#24] Add command for pycsw integration 2013-06-20 16:44:56 +01:00
test-core.ini Revert "#276 Coupled Resource table now gets updated during harvest." 2013-02-04 16:03:50 +00:00
test.ini Reorganise XML test files into more sensible directory names. Add lower level validation tests. 2012-10-19 14:23:34 +01:00

README.rst

ckanext-spatial - Geo related plugins for CKAN

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.
  • Plugins to preview spatial formats such as GeoJSON.

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-2011 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