Changes between Version 1 and Version 2 of mtrs2ft


Ignore:
Timestamp:
Oct 16, 2010, 6:21:39 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mtrs2ft

    v1 v2  
    11= mtrs2ft =
    22converts from meters to feet.  Also has a command line switch to calculate US survey feet.  For example, state plane projections are often calculated using survey feet.
     3== Usage ==
    34{{{
    4 Usage:  mtrs2ft [-u] <meters>
     5Usage:  mtrs2ft [options] <meters>
     6}}}
    57
    6 This will give you feet from meters.
    7 
    8 Options:
     8== Options ==
     9{{{
    910 -u      -- Use US survey feet per meter. (0.3048006096 meter = one foot)
    1011}}}