Calculates the Manhattan Distance of two places
Project description
Manhattan Distance
Definition: The distance between two points measured along axes at right angles.
This library allows you to calculate the Manhattan Distance between two points using their coordinates.
Usage: from manhattandistance import utils utils.mandist(lat_from, lon_from, lat_to, lon_to) lat = integer or float
Manhattan Distance
Updated: 15/DEC/2020
v1.1.1:
- Added the Manhattan Distance formula.
- Fixed bugs.
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.