PalmBeachPost / postgeo

Geocode CSVs and jitter overlapping points
MIT License
23 stars 3 forks source link

Implement argparse functionality, fix bearing bug #6

Closed michealbeatty closed 8 years ago

michealbeatty commented 8 years ago

Added argparse functionality which allows for better checking for cvs file and adds usage message for users. Also added an optional verbosity argument to cellspacer.py to make it easier for the user to specify verbosity. The default is now non-verbose and the user can merely add -v argument to turn it on. For example,

python3 cellspacer.py coordinates.csv -v

will turn on verbose and print results to stdout as before.