python-rtree 1.0.1-1 source package in Ubuntu

Changelog

python-rtree (1.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.1, no changes.
  * Use pybuild-plugin-pyproject instead of python3-setuptools.

 -- Bas Couwenberg <email address hidden>  Wed, 12 Oct 2022 06:19:17 +0200

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rtree_1.0.1-1.dsc 2.1 KiB cc009db81a5688e44bdfa5a83006f392b253205f06d92320f42ca45deb91c79e
python-rtree_1.0.1.orig.tar.gz 52.7 KiB 20891d2fab1aea052ab45c0c747da14aed62967f67e7e79e1ee2eb3010cc7c37
python-rtree_1.0.1-1.debian.tar.xz 3.6 KiB 2a1c00d3768a0a1074b676e5a47d48d301428921503eb7ce4ac3fa4fe6e3f38a

Available diffs

No changes file available.

Binary packages built by this source

python3-rtree: R-Tree spatial index for Python GIS - Python 3 module

 Rtree is a ctypes Python wrapper of libspatialindex that provides a
 number of advanced spatial indexing features for the spatially curious
 Python user. These features include:
 .
  * Nearest neighbor search
  * Intersection search
  * Multi-dimensional indexes
  * Clustered indexes (store Python pickles directly with index entries)
  * Bulk loading
  * Deletion
  * Disk serialization
  * Custom storage implementation (to implement spatial indexing in ZODB,
    for example)
 .
 This package contains the module for Python 3.