python-pyproj 1.8.9-1build1 source package in Ubuntu

Changelog

python-pyproj (1.8.9-1build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:11:53 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
python-pyproj_1.8.9.orig.tar.gz 4.1 MiB 02ed5f006079c0764b8424c466368d9a1371bf144c4aa63cf38be4c06700acee
python-pyproj_1.8.9-1build1.debian.tar.gz 4.0 KiB b8d473a073a4c1dd237a71c4ed0d7c86e6d5c59ac30c5aa8b6048501e7dc4968
python-pyproj_1.8.9-1build1.dsc 1.3 KiB 91fab877cced2e2e5222b7f09869860d2a9d991810d19e792704da99e3f354bc

Available diffs

View changes file

Binary packages built by this source

python-pyproj: Python interface to PROJ.4 library

 PROJ.4 performs cartographic transformations between geographic (lat/lon)
 and map projection (x/y) coordinates. It can also transform directly
 from one map projection coordinate system to another.
 .
 This is a Python binding to PROJ.4, it can receive coordinates as numpy
 arrays, Python arrays, lists or scalars. This module is optimized for
 numpy arrays.