Metadata-Version: 2.1
Name: distances-calculator
Version: 0.0.4
Summary: Distances claculator based on open street map api.
Home-page: https://github.com/tim-hub/calculator
Author: tim-hub
License: UNKNOWN
Keywords: distance calculator,open street map,csv,big data
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: argparse

# Distances Calculator

This is a distance calculator between 2 addressed, it is based on 
*openstreetmap* api.

## Getting start

### requirements


### get distance between 2 addresses


### calculate the distance between a table's data

## How to calculate distance
### Based on coordinate
Earth is a sphere, so we can use simple triangle function to 
calculate a not accurate distance, but most of time, 
this direct distance is good enough.

### Based on open street map api (in future)
this can be used to calculate route distance.

## API


