This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
bmitchell (author)
Fri Jul 10 11:40:21 -0700 2009
README
EveryBlock's address extractor in a command-line utility Usage: addresses [<default city>] Text is read from stdin. Addresses in the text are printed to stdout, one line per address. If an address lacks a city, the default city is appended (if a default city was provided on the command line). Examples -------- Find addresses on a web page: curl http://www.springsgov.com/units/police/policeblotter.asp | addresses Find addresses in a text file: addresses < foo.txt Find addresses in a text file and geocode them (assumes you have a geocode command-line utility): addresses < foo.txt | xargs -I ADDRESS geocode ADDRESS








