python-pyproj 1.8.9-1 source package in Ubuntu

Changelog

python-pyproj (1.8.9-1) unstable; urgency=low

  * New upstream version
  * Patches refreshed
  * Use dh_python2 in debian/rules

python-pyproj (1.8.8-3) unstable; urgency=low

  * Upload to unstable.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:35:38 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pyproj_1.8.9.orig.tar.gz 4.1 MiB 02ed5f006079c0764b8424c466368d9a1371bf144c4aa63cf38be4c06700acee
python-pyproj_1.8.9-1.debian.tar.gz 4.1 KiB 423068a2792613500513148abf6f30f3f03cdd3fa857cb646cf511e37a44b852
python-pyproj_1.8.9-1.dsc 1.3 KiB 7c25ac059440733e16423032e93f89fcb94bb9b208581a6372932a47282feb67

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.