Package for plotting the closest point for a given set of coordinates
Project description
Pydistance
A library for visualizing the closest point to a set of points.
Getting started
Install the Python3 package
pip3 install pydistance
Usage
$ pyd --help
Usage: pyd [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
distance Dumb command to test the distance_matrix api
enrich Enrich the locations with lat, lng information
plot Plot all employee addresses and the best determined office...
To use, create a text file and run the plot command.
cat <<EOF
Toronto, Ontario, Canada
Palo Alto, California, USA
Mt. Everest, Nepal
Berlin, Germany
EOF > addrs.txt
pyd plot --adrs-file=addrs.txt
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydistance-0.0.2.tar.gz
(4.2 kB
view hashes)
Built Distributions
pydistance-0.0.2-py3.7.egg
(7.0 kB
view hashes)
Close
Hashes for pydistance-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58a6c1064af1798b58a5018b7e42e230940689dbe069f088b99caa9fe9cef6a2 |
|
MD5 | 605260eee14889b2ed74a5c6481df6dd |
|
BLAKE2b-256 | 37e35b7f8906ae9334248f900b8ec4237d3166575456be865a80bd3bd86538f9 |