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
|
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-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx <!nodoc>,
sphinx-common,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/python-pyepsg
Vcs-Git: https://salsa.debian.org/science-team/python-pyepsg.git
Homepage: https://github.com/rhattersley/pyepsg
Package: python-pyepsg-doc
Architecture: all
Multi-Arch: foreign
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>
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.
|