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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
Source: python-cartopy
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Build-Depends: cython,
cython3,
debhelper (>= 11),
dh-python,
libgeos-dev,
libproj-dev (>= 4.9.0),
proj-bin,
python-all-dev,
python-filelock,
python-fiona,
python-matplotlib,
python-mock,
python-numpy,
python-pil,
python-pykdtree,
python-pyshp,
python-pytest,
python-scipy,
python-setuptools,
python-shapely (>= 1.5.6),
python-six (>= 1.3.0),
python-tk,
python3-all-dev,
python3-filelock,
python3-fiona,
python3-matplotlib,
python3-numpy,
python3-pil,
python3-pykdtree,
python3-pyshp,
python3-pytest,
python3-scipy,
python3-setuptools,
python3-shapely (>= 1.5.6),
python3-six (>= 1.3.0),
python3-tk,
xauth,
xvfb
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-cartopy
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-cartopy.git
Homepage: https://scitools.org.uk/cartopy/
Package: python-cartopy
Architecture: any
Depends: python-cartopy-data (= ${source:Version}),
${shlibs:Depends},
${python:Depends},
${misc:Depends}
Suggests: python-fiona,
python-gdal,
python-matplotlib,
python-owslib,
python-pil,
python-pyepsg,
python-pykdtree,
python-scipy
Description: Cartographic library for Python 2
Cartopy is a Python package designed to make drawing maps for data analysis
and visualisation easy.
.
It features:
.
- object oriented projection definitions
- point, line, polygon and image transformations between projections
- integration to expose advanced mapping in matplotlib with a simple and
intuitive interface
- powerful vector data handling by integrating shapefile reading with
Shapely capabilities
.
This package provides the Python 2 library.
Package: python3-cartopy
Architecture: any
Depends: python-cartopy-data (= ${source:Version}),
${shlibs:Depends},
${python3:Depends},
${misc:Depends}
Suggests: python3-fiona,
python3-gdal,
python3-matplotlib,
python3-owslib,
python3-pil,
python3-pyepsg,
python3-pykdtree,
python3-scipy
Description: Cartographic library for Python 3
Cartopy is a Python package designed to make drawing maps for data analysis
and visualisation easy.
.
It features:
.
- object oriented projection definitions
- point, line, polygon and image transformations between projections
- integration to expose advanced mapping in matplotlib with a simple and
intuitive interface
- powerful vector data handling by integrating shapefile reading with
Shapely capabilities
.
This package provides the Python 3 library.
Package: python-cartopy-data
Architecture: all
Depends: ${misc:Depends}
Description: cartographic library for Python (package data)
Cartopy is a Python package designed to make drawing maps for data analysis
and visualisation easy.
.
It features:
.
- object oriented projection definitions
- point, line, polygon and image transformations between projections
- integration to expose advanced mapping in matplotlib with a simple and
intuitive interface
- powerful vector data handling by integrating shapefile reading with
Shapely capabilities
.
This package provides common data files necessary to the library.
|