python-rtree 0.9.1+ds-1 source package in Ubuntu

Changelog

python-rtree (0.9.1+ds-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <email address hidden>  Tue, 26 Nov 2019 05:22:49 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rtree_0.9.1+ds-1.dsc 2.0 KiB e6bd2462c033bbd2a60303acaf7e48ab58761d6b8894757e82952c4a4efb4471
python-rtree_0.9.1+ds.orig.tar.xz 36.2 KiB 097af0bd5a82d01167636303f905b1b980358ffa987830527b7143f886957bc2
python-rtree_0.9.1+ds-1.debian.tar.xz 3.3 KiB 41f707a211edcf1f217f29ee408862fb226694dac4c8ed526507e4f2e35b498a

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.