spatial-d4science/doc/index.rst

34 lines
1013 B
ReStructuredText
Raw Normal View History

2013-04-10 18:37:33 +02:00
==============================================
ckanext-spatial - Geo related plugins for CKAN
==============================================
This extension contains plugins that add geospatial capabilities to CKAN_.
2013-04-10 18:37:33 +02:00
You should have a CKAN instance installed before adding these plugins. Head to
the `CKAN documentation`_ for information on how to set up CKAN.
2013-04-10 18:37:33 +02:00
The extension adds a spatial field to the default CKAN dataset schema,
using PostGIS_ as the backend. This allows to perform spatial queries and
display the dataset extent on the frontend. It also provides harvesters to
import geospatial metadata into CKAN from other sources, as well as commands
to support the CSW standard. Finally, it also includes plugins to preview
spatial formats such as GeoJSON_.
2013-04-10 18:37:33 +02:00
Contents:
.. toctree::
:maxdepth: 2
install
2013-04-10 18:37:33 +02:00
spatial-search
harvesters
csw
previews
.. _CKAN: http://ckan.org
.. _CKAN Documentation: http://docs.ckan.org
.. _PostGIS: http://postgis.org
.. _GeoJSON: http://geojson.org
2013-04-10 18:37:33 +02:00