File: control

package info (click to toggle)
python-pyproj 1.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,772 kB
  • ctags: 2,204
  • sloc: ansic: 10,928; python: 473; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,007 bytes parent folder | download | duplicates (2)
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.