File: control

package info (click to toggle)
python-geopandas 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,032 kB
  • ctags: 547
  • sloc: python: 4,301; makefile: 153
file content (138 lines) | stat: -rw-r--r-- 5,062 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Source: python-geopandas
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               gdal-bin,
               cython,
               cython3,
               ipython,
               ipython3,
               python-all,
               python3-all,
               python-descartes,
               python3-descartes,
               python-fiona,
               python3-fiona,
               python-geopy,
               python3-geopy,
               python-matplotlib,
               python3-matplotlib,
               python-mock,
               python3-mock,
               python-nose,
               python3-nose,
               python-numpy,
               python3-numpy,
               python-pandas,
               python3-pandas,
               python-psycopg2,
               python3-psycopg2,
               python-pyproj,
               python3-pyproj,
               python-pysal (>= 1.11.2-3~),
               python3-pysal (>= 1.11.2-3~),
               python-pytest-cov,
               python3-pytest-cov,
               python-pytest,
               python3-pytest,
               python-rtree,
               python3-rtree,
               python-six,
               python3-six,
               python-shapely,
               python3-shapely,
               python-sqlalchemy,
               python3-sqlalchemy,
               python-sphinx,
               python-sphinx-rtd-theme
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-geopandas.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-geopandas.git
Homepage: http://www.geopandas.org

Package: python-geopandas
Architecture: all
Depends: python-fiona,
         python-pandas,
         python-pyproj,
         python-shapely,
         python-six,
         ${python:Depends},
         ${misc:Depends}
Recommends: python-descartes,
            python-geopy,
            python-matplotlib,
            python-psycopg2,
            python-pysal,
            python-rtree
Description: Python tools for geographic data
 GeoPandas is a project to add support for geographic data to
 pandas objects.  It currently implements
 `GeoSeries` and `GeoDataFrame` types which are subclasses of
 `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
 objects can act on shapely  geometry objects and perform geometric operations.
 .
 GeoPandas geometry operations are cartesian.  The coordinate reference
 system (crs) can be stored as an attribute on an object, and is
 automatically set when loading from a file.  Objects may be
 transformed to new coordinate systems with the `to_crs()` method.
 There is currently no enforcement of like coordinates for operations,
 but that may change in the future.
 .
 This package contains the Python 2 version of the library.

Package: python3-geopandas
Architecture: all
Depends: python3-fiona,
         python3-pandas,
         python3-pyproj,
         python3-shapely,
         python3-six,
         ${python3:Depends},
         ${misc:Depends}
Recommends: python3-descartes,
            python3-geopy,
            python3-matplotlib,
            python3-psycopg2,
            python3-pysal,
            python3-rtree
Description: Python3 tools for geographic data
 GeoPandas is a project to add support for geographic data to
 pandas objects.  It currently implements
 `GeoSeries` and `GeoDataFrame` types which are subclasses of
 `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
 objects can act on shapely  geometry objects and perform geometric operations.
 .
 GeoPandas geometry operations are cartesian.  The coordinate reference
 system (crs) can be stored as an attribute on an object, and is
 automatically set when loading from a file.  Objects may be
 transformed to new coordinate systems with the `to_crs()` method.
 There is currently no enforcement of like coordinates for operations,
 but that may change in the future.
 .
 This package contains the Python 3 version of the library.

Package: python-geopandas-doc
Architecture: all
Depends: ${sphinxdoc:Depends},
         ${misc:Depends}
Section: doc
Description: Documentation for the geopandas library
 GeoPandas is a project to add support for geographic data to
 pandas objects.  It currently implements
 `GeoSeries` and `GeoDataFrame` types which are subclasses of
 `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
 objects can act on shapely  geometry objects and perform geometric operations.
 .
 GeoPandas geometry operations are cartesian.  The coordinate reference
 system (crs) can be stored as an attribute on an object, and is
 automatically set when loading from a file.  Objects may be
 transformed to new coordinate systems with the `to_crs()` method.
 There is currently no enforcement of like coordinates for operations,
 but that may change in the future.
 .
 This package contains the GeoPandas documentation.