File: control

package info (click to toggle)
python-mercantile 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: python: 1,504; makefile: 211; sh: 4
file content (78 lines) | stat: -rw-r--r-- 2,047 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
Source: python-mercantile
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-attr,
 python3-certifi,
 python3-chardet,
 python3-click,
 python3-coverage,
 python3-docopt,
 python3-hypothesis,
 python3-idna,
 python3-iniconfig,
 python3-packaging,
 python3-pluggy,
 python3-py,
 python3-pydocstyle,
 python3-pyparsing,
 python3-pytest,
 python3-requests,
 python3-snowballstemmer,
 python3-sortedcontainers,
 python3-toml,
 python3-typing-extensions,
 python3-urllib3,
 python3-zipp,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-mercantile
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-mercantile.git
Homepage: https://github.com/mapbox/mercantile

Package: python3-mercantile
Architecture: all
Depends:
 python3-attr,
 python3-certifi,
 python3-chardet,
 python3-click,
 python3-coverage,
 python3-docopt,
 python3-hypothesis,
 python3-idna,
 python3-iniconfig,
 python3-packaging,
 python3-pluggy,
 python3-py,
 python3-pydocstyle,
 python3-pyparsing,
 python3-requests,
 python3-snowballstemmer,
 python3-sortedcontainers,
 python3-toml,
 python3-typing-extensions,
 python3-urllib3,
 python3-zipp,
 ${misc:Depends},
 ${python3:Depends},
Breaks:
 mercantile (<< 1.2.1),
Replaces:
 mercantile (<< 1.2.1),
Description: Web mercator XYZ tile utilities
 The mercantile module provides ul(xtile, ytile, zoom) and bounds(xtile, ytile,
 zoom) functions that respectively return the upper left corner and bounding
 longitudes and latitudes for XYZ tiles, a xy(lng, lat) function that returns
 spherical mercator x and y coordinates, a tile(lng, lat, zoom) function that
 returns the tile containing a given point, and quadkey conversion functions
 quadkey(xtile, ytile, zoom) and quadkey_to_tile(quadkey) for translating
 between quadkey and tile coordinates.