Source: mercantile
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Joachim Langenbach <joachim.langenbach@engsas.de>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10~),
               dh-python,
               python3-all,
               python3-click,
               python3-setuptools,
               python3-pytest,
               python3-pytest-cov,
               python3-pydocstyle,
               python3-hypothesis,
               python3-sphinx,
               python3-numpydoc
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mercantile
Vcs-Git: https://salsa.debian.org/debian-gis-team/mercantile.git
Homepage: https://github.com/mapbox/mercantile
Rules-Requires-Root: no

Package: python3-mercantile
Architecture: all
Section: python
Depends: ${python3:Depends},
         ${sphinxdoc:Depends},
         ${misc:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Spherical mercator coordinate and tile utilities
 The mercantile module provides functions that respectively return the upper
 left corner and bounding longitudes and latitudes for XYZ tiles, spherical
 mercator x and y coordinates, tile containing a given point, and quadkey
 conversion functions for translating between quadkey and tile coordinates.
 .
 Also in mercantile are functions to traverse the tile stack.
 Named tuples are used to represent tiles, coordinates, and bounding boxes.
 .
 This package contains the module for Python 3.

Package: mercantile
Architecture: all
Section: utils
Depends: python3-mercantile (>= ${binary:Version}),
         ${python3:Depends},
         ${misc:Depends}
Description: Command line utility of mercantile Python package
 The mercantile module provides functions that respectively return the upper
 left corner and bounding longitudes and latitudes for XYZ tiles, spherical
 mercator x and y coordinates, tile containing a given point, and quadkey
 conversion functions for translating between quadkey and tile coordinates.
 .
 Also in mercantile are functions to traverse the tile stack.
 Named tuples are used to represent tiles, coordinates, and bounding boxes.
 .
 This package contains the mercantile utility.
