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

Changelog

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

  * New upstream release.
  * Bump Standards-Version to 4.4.1, no changes.
  * Add python3-pytest to build dependencies.

 -- Bas Couwenberg <email address hidden>  Mon, 25 Nov 2019 05:59:43 +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.0+ds-1.dsc 2.0 KiB 2d13c780ef6d6b9a152475016f6bcf699bac19731320525af8957d13659af4ad
python-rtree_0.9.0+ds.orig.tar.xz 36.0 KiB 6e33bfc57c8d4d1c6acb79aea9a5f8d2bd7c2e70b1e04d78303015279e0f17bd
python-rtree_0.9.0+ds-1.debian.tar.xz 3.3 KiB 6b33109fc47c70c381ab736a86aef53eaaa36365c38061299106aad78c7df8d9

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.