python-rtree 1.2.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Drop patches, applied upstream.
  * Add python3-sphinx-issues to build dependencies.
  * Update dh_installchangelogs override.

 -- Bas Couwenberg <email address hidden>  Fri, 19 Jan 2024 14:55:39 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rtree_1.2.0-1.dsc 2.2 KiB c2dd3afd515d906777761cf52dfadd6e75555b4868f6be81d876e1f630131c25
python-rtree_1.2.0.orig.tar.gz 53.2 KiB 85a0a3a8d52437cdecdd7984f430a928d3ec3dffde7454c6b1b79c27f8486756
python-rtree_1.2.0-1.debian.tar.xz 4.0 KiB fd2d26751031dba881976150193e3479a75763c1d85e34a7d72f3c9f9142b434

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.