8000 GitHub - brilenkov/geo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

brilenkov/geo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

You can use script without any options, Defaults are 100km from given base location (53.3381985, -6.2592576) with file name with customers data 'customers.txt'

Optionally: '-l', 'Current location like (53.3381985, -6.2592576)' '-p', 'Current place like Dublin' '-d', 'Needed distance' '-f', 'Input file with customers list' '-t', 'Type of calc: vincenty(1) or great_circle(2)' Note: do not use -l and -p at te same time; if -p provided it will override -l option

E.g. python gbd.py -p "Moscow, Center" -d 50 -t 2 will result the list of customers in circle of 50 km from center of Moscow using great_circle calc approach.

See output in json format in res.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0