Metadata-Version: 2.4
Name: ckanext-spatial
Version: 2.3.2
Summary: Geo-related plugins for CKAN
Author-email: Adrià Mercader <amercadero@gmail.com>
Maintainer-email: CKAN Tech Team and contributors <tech-team@ckan.org>
License-Expression: AGPL-3.0-or-later
Project-URL: Documentation, https://docs.ckan.org/projects/ckanext-spatial
Project-URL: Repository, https://github.com/ckan/ckanext-spatial
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: ckantoolkit
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: pyparsing>=2.1.10
Requires-Dist: cython==0.29.36; python_version < "3.9"
Requires-Dist: pyproj==2.6.1; python_version < "3.9"
Requires-Dist: pyproj~=3.6; python_version >= "3.9"
Requires-Dist: OWSLib==0.31.0; python_version < "3.10"
Requires-Dist: OWSLib~=0.32.0; python_version >= "3.10"
Requires-Dist: Shapely~=2.1.2
Requires-Dist: geojson~=3.1
Provides-Extra: dev
Requires-Dist: pytest-ckan; extra == "dev"
Requires-Dist: pytest-httpserver==1.0.2; python_version < "3.10" and extra == "dev"
Requires-Dist: pytest-httpserver; python_version >= "3.10" and extra == "dev"

==============================================
ckanext-spatial - Geo related plugins for CKAN
==============================================

.. image:: https://github.com/ckan/ckanext-spatial/workflows/Tests/badge.svg?branch=master
    :target: https://github.com/ckan/ckanext-spatial/actions


This extension contains plugins that add geospatial capabilities to CKAN_,
including:

* Geospatial dataset search powered by Solr, providing a bounding box via
  a UI map widget or the API.
* 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 is being developed and maintained for CKAN 2.10 and CKAN 2.11.

Check the
[tested enviroments](https://github.com/ckan/ckanext-spatial/blob/master/.github/workflows/test.yml)
for more details.

Community
---------

* `Developer mailing list <https://groups.google.com/a/ckan.org/forum/#!forum/ckan-dev>`_
* `Gitter channel <https://gitter.im/ckan/chat>`_
* `Issue tracker <https://github.com/ckan/ckanext-spatial/issues>`_


Contributing
------------

For contributing to ckanext-spatial or its documentation, follow the same
guidelines that apply to CKAN core, described in
`CONTRIBUTING <https://github.com/ckan/ckan/blob/master/CONTRIBUTING.rst>`_.


Copying and License
-------------------

This material is copyright (c) 2011-2023 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

.. _CKAN: http://ckan.org
.. _pycsw: http://pycsw.org
.. _GeoJSON: http://geojson.org
.. _ckanext-geoview: https://github.com/ckan/ckanext-geoview
