File: control

package info (click to toggle)
rasterio 0.36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,368 kB
  • ctags: 1,629
  • sloc: python: 10,058; cpp: 542; makefile: 216; sh: 104
file content (82 lines) | stat: -rw-r--r-- 3,033 bytes parent folder | download
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
Source: rasterio
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan@vandewauw.be> 
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               libgdal-dev,
               gdal-bin,
               cython,
               cython3,
               python-all,
               python-dev,
               python-setuptools,
               python-numpy,
               python-snuggs,
               python-affine (>= 1.3.0),
               python-boto3,
               python-enum34,
               python-pytest,
               python-cligj (>= 0.2),
               python-click-plugins,
               python3-all,
               python3-all-dev,
               python3-setuptools,
               python3-numpy,
               python3-snuggs,
               python3-affine (>= 1.3.0),
               python3-boto3,
               python3-pytest,
               python3-cligj (>= 0.2),
               python3-click-plugins,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/rasterio.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/rasterio.git
Homepage: https://github.com/mapbox/rasterio
X-Python-Version: >=2.6

Package: python-rasterio
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: Python 2 API for using geospatial raster data with Numpy
 Rasterio reads and writes geospatial raster datasets.
 .
 Rasterio employs GDAL under the hood for file I/O and raster formatting.
 Its functions typically accept and return Numpy ndarrays. Rasterio is designed
 to make working with geospatial raster data more productive and more fun.
 .
 This package contains the Python 2 version of the library.

Package: python3-rasterio
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: Python 3 API for using geospatial raster data with Numpy
 Rasterio reads and writes geospatial raster datasets.
 .
 Rasterio employs GDAL under the hood for file I/O and raster formatting.
 Its functions typically accept and return Numpy ndarrays. Rasterio is designed
 to make working with geospatial raster data more productive and more fun.
 .
 This package contains the Python 3 version of the library.

Package: rasterio
Architecture: all
Depends: python3-rasterio (>= ${source:Version}),
         python3-rasterio (<< ${source:Version}.1~),
         ${misc:Depends},
         ${python3:Depends}
Section: science
Description: Command line tool for investigating geospatial rasters
 Rasterio reads and writes geospatial raster datasets.
 .
 Rasterio employs GDAL under the hood for file I/O and raster formatting.
 Its functions typically accept and return Numpy ndarrays. Rasterio is designed
 to make working with geospatial raster data more productive and more fun.
 .
 This package contains a command-line line interface to rasterio "rasterio" 
 which can be used to inspect raster datasets.