The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

TITLE

geocode-us - Use Geo::Coder::Geocoder::US to geocode addresses

SYNOPSIS

 geocode-us '1600 Pennsylvania Ave, Washington DC'
 geocode-us -help
 geocode-us -version

OPTIONS

-debug

This option sets the debug attribute of the object. The author makes no commitment as to what will happen if you assert this option.

-help

This option displays the documentation for this script. The script then exits.

-version

This option displays the version of this script. The script then exits.

DETAILS

This Perl script uses the Geo::Coder::Geocoder::US module to geocode addresses. You can specify more than one address to geocode. The output for each is a YAML dump of the response, or the status if the query fails.

Note that the underlying web server, http://geocode.us/, limits queries by unregistered users to one every 15 seconds.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2011-2018 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.