Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mamico/collective.geoindex
WIP
https://github.com/mamico/collective.geoindex
Last synced: about 2 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/mamico/collective.geoindex
- Owner: mamico
- License: gpl-2.0
- Created: 2024-09-09T11:48:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:05:20.000Z (5 months ago)
- Last Synced: 2024-12-02T06:03:19.222Z (about 2 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
Awesome Lists containing this project
README
.. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on PyPI or github. It is a comment... image:: https://github.com/collective/collective.geoindex/actions/workflows/plone-package.yml/badge.svg
:target: https://github.com/collective/collective.geoindex/actions/workflows/plone-package.yml.. image:: https://coveralls.io/repos/github/collective/collective.geoindex/badge.svg?branch=main
:target: https://coveralls.io/github/collective/collective.geoindex?branch=main
:alt: Coveralls.. image:: https://codecov.io/gh/collective/collective.geoindex/branch/master/graph/badge.svg
:target: https://codecov.io/gh/collective/collective.geoindex.. image:: https://img.shields.io/pypi/v/collective.geoindex.svg
:target: https://pypi.python.org/pypi/collective.geoindex/
:alt: Latest Version.. image:: https://img.shields.io/pypi/status/collective.geoindex.svg
:target: https://pypi.python.org/pypi/collective.geoindex
:alt: Egg Status.. image:: https://img.shields.io/pypi/pyversions/collective.geoindex.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/collective.geoindex.svg
:target: https://pypi.python.org/pypi/collective.geoindex/
:alt: License===================
collective.geoindex
===================A Zope catalog index with support for indexing geospatial point or rectangle data. Using Rtree_ for indexing and querying.
.. _Rtree: https://pypi.org/project/Rtree/
Features
---------
Authors
-------This package was created by `Mauro Amico`_.
Originally developed by `Howard Butler`_ in 2011, see `zope.index.rtree`_.
.. _Mauro Amico: https://github.com/mamico
.. _Howard Butler: https://github.com/hobu
.. _zope.index.rtree: https://github.com/Toblerity/zope.index.rtreeContributors
------------Contribute
----------- Issue Tracker: https://github.com/collective/collective.geoindex/issues
- Source Code: https://github.com/collective/collective.geoindex
- Documentation: https://docs.plone.org/foo/barSupport
-------If you are having issues, please let us know.
We have a mailing list located at: [email protected]License
-------The project is licensed under the GPLv2.