Source: python-reverse-geocode
Section: python
Maintainer: Pieter Lenaerts <plenae@disroot.org>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-scipy <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/richardpenman/reverse_geocode/
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-reverse-geocode
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-reverse-geocode.git

Package: python3-reverse-geocode
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Reverse geocode the given latitude / longitude
 Reverse Geocode takes a latitude / longitude coordinate and returns the
 nearest known country, state, and city. This can be useful when you need to
 reverse geocode a large number of coordinates so a web API is not practical.
 .
 The geocoded locations are from geonames. This data is then structured in to a
 k-d tree for efficiently finding the nearest neighbour.
