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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: python-pyepsg
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
dpkg-dev (>= 1.17.14),
python-all,
python-setuptools,
python3-all,
python3-setuptools,
python3-sphinx <!nodoc>,
sphinx-common
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/python-pyepsg.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-pyepsg.git
Homepage: https://github.com/rhattersley/pyepsg
X-Python3-Version: >= 3.3
Package: python-pyepsg
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Suggests: python-pyepsg-doc <!nodoc>
Description: easy access to the EPSG database (Python 2)
A simple interface to EPSG.io (https://epsg.io/).
.
EPSG.io simplifies the discovery of coordinate reference systems
utilized all over the world for creating maps and geodata and for
identifying geo-position. It is a practical tool for anybody interested
in cartography and digital map making, who needs to know exact latitude
and longitude values for numerical coordinates in different spatial
reference systems.
.
This package provides the modules for Python 2.
Package: python3-pyepsg
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-pyepsg-doc <!nodoc>
Description: easy access to the EPSG database (Python 3)
A simple interface to EPSG.io (https://epsg.io/).
.
EPSG.io simplifies the discovery of coordinate reference systems
utilized all over the world for creating maps and geodata and for
identifying geo-position. It is a practical tool for anybody interested
in cartography and digital map making, who needs to know exact latitude
and longitude values for numerical coordinates in different spatial
reference systems.
.
This package provides the modules for Python 3.
Package: python-pyepsg-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for pyepsg
A simple interface to EPSG.io (https://epsg.io/).
.
EPSG.io simplifies the discovery of coordinate reference systems
utilized all over the world for creating maps and geodata and for
identifying geo-position. It is a practical tool for anybody interested
in cartography and digital map making, who needs to know exact latitude
and longitude values for numerical coordinates in different spatial
reference systems.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
|