python-rtree 0.8.3+ds-4 source package in Ubuntu

Changelog

python-rtree (0.8.3+ds-4) unstable; urgency=medium

  * Rename doc-base document to python3-rtee to avoid conflict.
    (closes: #933482)
  * Update Homepage URL.

 -- Bas Couwenberg <email address hidden>  Tue, 30 Jul 2019 17:21:48 +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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rtree_0.8.3+ds-4.dsc 2.0 KiB c1b1e5fceffa897cd081c8d6097dd9b3134198b7ed49aa577fa67a3b7d61d5f9
python-rtree_0.8.3+ds.orig.tar.gz 52.8 KiB c06626f81a591c20fc0e7e5602d4ddcbe6559fde072d7f034524ba084fdbd100
python-rtree_0.8.3+ds-4.debian.tar.xz 3.2 KiB cbf1d338caa1b95ed3ef3099be7cddcdfd8481c890dc24197df242624857a362

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.