1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: python-pyproj
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends:
debhelper (>= 7.0.50~)
, python-support
, python-all-dev
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/pyproj/
Vcs-Git: git://git.debian.org/git/pkg-grass/python-pyproj.git
Vcs-Browser: http://git.debian.org/?p=pkg-grass/python-pyproj.git
Package: python-pyproj
Architecture: any
Provides: ${python:Provides}
Depends:
${python:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
, proj-data
Description: 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.
|