2011-04-11 19:06:28 +02:00
|
|
|
==============================================
|
|
|
|
ckanext-spatial - Geo related plugins for CKAN
|
|
|
|
==============================================
|
|
|
|
|
2011-09-30 12:33:36 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
This extension contains plugins that add geospatial capabilities to CKAN_,
|
|
|
|
including:
|
2011-04-11 19:06:28 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
* 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.
|
|
|
|
* Plugins to preview spatial formats such as GeoJSON_.
|
2013-05-14 14:17:23 +02:00
|
|
|
|
2013-09-09 10:45:44 +02:00
|
|
|
Full documentation, including installation instructions, can be found at:
|
2013-09-09 10:43:55 +02:00
|
|
|
|
2013-09-09 10:45:44 +02:00
|
|
|
http://docs.ckan.org/projects/ckanext-spatial
|
2013-01-18 14:08:33 +01:00
|
|
|
|
2013-05-14 14:17:23 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
Community
|
2012-10-17 17:59:02 +02:00
|
|
|
---------
|
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
* Developer mailing list: `ckan-dev@lists.okfn.org <http://lists.okfn.org/mailman/listinfo/ckan-dev>`_
|
|
|
|
* Developer IRC channel: `#ckan on irc.freenode.net <http://webchat.freenode.net/?channels=ckan>`_
|
|
|
|
* `Issue tracker <https://github.com/okfn/ckanext-spatial/issues>`_
|
2012-05-22 11:51:44 +02:00
|
|
|
|
2013-05-13 19:51:50 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
Contributing
|
|
|
|
------------
|
2013-05-13 19:51:50 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
For contributing to ckanext-spatial or its documentation, follow the same
|
|
|
|
guidelines that apply to CKAN core, described in
|
|
|
|
`CONTRIBUTING <https://github.com/okfn/ckan/blob/master/CONTRIBUTING.rst>`_.
|
2013-05-13 19:51:50 +02:00
|
|
|
|
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
Copying and License
|
|
|
|
-------------------
|
2013-05-13 19:51:50 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
This material is copyright (c) 2006-2011 Open Knowledge Foundation.
|
2013-05-13 19:51:50 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
It is open and licensed under the GNU Affero General Public License (AGPL) v3.0
|
|
|
|
whose full text may be found at:
|
2013-05-13 19:51:50 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
http://www.fsf.org/licensing/licenses/agpl-3.0.html
|
2013-05-13 19:51:50 +02:00
|
|
|
|
2013-09-09 10:43:55 +02:00
|
|
|
.. _CKAN: http://ckan.org
|
|
|
|
.. _PostGIS: http://postgis.org
|
|
|
|
.. _GeoJSON: http://geojson.org
|
2012-10-19 12:19:01 +02:00
|
|
|
|