Files
besser_tanken/besser_tanken/tests.py
2021-08-16 20:00:17 +02:00

6 lines
156 B
Python

import pygeodb
print(pygeodb.distance("42897", "50933")) # strings
print(pygeodb.distance("77815", "78247")) # strings
# https://pypi.org/project/pyGeoDb/