FROM_METERS Name
FROM_METERS Purpose
Convert distances from meters to specified units.
Category
Calling Sequence
d = from_meters(dm) Inputs
dm = Distance in meters. in
Keyword Parameters
Keywords
UNITS=units Units for d.
Case ignored, only first 2 letters used.
Known units are:
nmiles = Nautical miles
miles = Statute miles
kms = Kilometers
meters (or m) = Meters
yards = Yards
feet (or foot) = Feet
cm = Centimeters
inches = Inches
Outputs
d = Distance in some units. out
Common Blocks
Notes
Modification History
R. Sterner, 2008 Feb 04
R. Sterner, 2009 Jan 09 --- Added cm and in.
Copyright (C) 2008, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.