The coordinates you get off your GPS (as long as you haven't changed any settings) are in meters in the WGS84 Datum. I'm betting that you have surveyed in feet, so best to use a different #UNITS directive. The Order may also be important, if I remember right my GPS gives East & North backwards from the way that Walls natively does it. Make sure you have everything in the right the first time, or you'll end up like me spending hours trying to figure out why my lineplot looks funny.
Here's how I typically format all my data files:
Code:
; 14OCT1995 Survey by Rogers et al
;
#DATE 1995-10-14
#UNITS meters ORDER=ENU
#FIX CAVE:1 623456 3234567 2000f (R5,R5) ;GPS point - with 5m error horizontal built-in
#NOTE CAVE:1 GPS Cave Entrance
#UNITS feet ORDER=DAV
#PREFIX CAVE
1 2 15.0 284 -15 <1,2,3,4> ; Distance, Azimuth, Inlcination - <Left,Right,Up,Down>
This is dry survey, but I'm sure you get the point.
-Jon
Bookmarks