Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME scale - calculates the distance "as the crow flies" between two places. SYNOPSIS scale -pt1 [POINT_1] -pt2 [POINT_2] -units [UNITS] DESCRIPTION The scale command uses Tiny Geo-coder to generate the latitude/ longitude coordinates for the specified places or points and the "jscalc" command to return the numeric distance between them for the associated units. EXAMPLES Example: scale -pt1 New York -pt2 Newark Returns: 12.823779445216037 (in miles) Example: scale -pt1 New York -pt2 Newark -units km Returns: 20.636599859932144 SEE ALSO http://tinygeocoder.com/blog/how-to-use/ AUTHOR Paul M. Boren pmboren AT gmail DOT com