librtree


Namelibrtree JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttp://soliton.vm.bytemark.co.uk/pub/jjg/en/code/librtree/
SummaryThe R-tree spatial index of Guttman-Green
upload_time2023-03-21 18:43:45
maintainer
docs_urlNone
authorJ.J. Green
requires_python
licenseMIT
keywords r-tree spatial-index
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The librtree-python package
===========================

A Python native extension implementing the R-tree spatial
index of Guttman-Green.  The code is an embedded version of
`librtree <http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/librtree/>`_.


Dependencies
------------

Just `Jansson <http://www.digip.org/jansson/>`_: this common library
may be in your operating-system's repositories. On Debian, Ubuntu and
derivatives:

.. code-block:: sh

   apt-get install libjansson-dev

On RedHat, CentOS:

.. code-block:: sh

    yum install jansson-devel

On OSX:

.. code-block:: sh

    brew install jansson

One does not need to install `librtree` itself, the library-code is
embedded within the package.


Install the package from PyPI
-----------------------------

Run

.. code-block:: sh

   python3 -m pip install librtree

and you should be ready to go.


Use the RTree class
-------------------

Add

.. code-block:: python

   from librtree import RTree

to your Python code.  See the
`documentation <https://librtree-python.readthedocs.io/>`_ for details
on usage.

            

Raw data

            {
    "_id": null,
    "home_page": "http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/librtree/",
    "name": "librtree",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "R-tree,spatial-index",
    "author": "J.J. Green",
    "author_email": "j.j.green@gmx.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/dd/74/d6a7bb024b14d64fc0036092d3da7a482dd861df28e79dfde0c8438b7b96/librtree-0.9.0.tar.gz",
    "platform": null,
    "description": "The librtree-python package\n===========================\n\nA Python native extension implementing the R-tree spatial\nindex of Guttman-Green.  The code is an embedded version of\n`librtree <http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/librtree/>`_.\n\n\nDependencies\n------------\n\nJust `Jansson <http://www.digip.org/jansson/>`_: this common library\nmay be in your operating-system's repositories. On Debian, Ubuntu and\nderivatives:\n\n.. code-block:: sh\n\n   apt-get install libjansson-dev\n\nOn RedHat, CentOS:\n\n.. code-block:: sh\n\n    yum install jansson-devel\n\nOn OSX:\n\n.. code-block:: sh\n\n    brew install jansson\n\nOne does not need to install `librtree` itself, the library-code is\nembedded within the package.\n\n\nInstall the package from PyPI\n-----------------------------\n\nRun\n\n.. code-block:: sh\n\n   python3 -m pip install librtree\n\nand you should be ready to go.\n\n\nUse the RTree class\n-------------------\n\nAdd\n\n.. code-block:: python\n\n   from librtree import RTree\n\nto your Python code.  See the\n`documentation <https://librtree-python.readthedocs.io/>`_ for details\non usage.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The R-tree spatial index of Guttman-Green",
    "version": "0.9.0",
    "split_keywords": [
        "r-tree",
        "spatial-index"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd74d6a7bb024b14d64fc0036092d3da7a482dd861df28e79dfde0c8438b7b96",
                "md5": "e8ee9e261ecec14f90285a49c7a0bc02",
                "sha256": "5af084a7d2231743408d96c9997791d3c7918573d20f760cac97f4ec8ba1f958"
            },
            "downloads": -1,
            "filename": "librtree-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e8ee9e261ecec14f90285a49c7a0bc02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 85327,
            "upload_time": "2023-03-21T18:43:45",
            "upload_time_iso_8601": "2023-03-21T18:43:45.206281Z",
            "url": "https://files.pythonhosted.org/packages/dd/74/d6a7bb024b14d64fc0036092d3da7a482dd861df28e79dfde0c8438b7b96/librtree-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-21 18:43:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "librtree"
}
        
Elapsed time: 0.04584s