; This is the Survex format data for the YOARA PASSAGE CAVE reference ; It contains the following sections: 1 centre line data, 2 Up data, 3 Left / right data at 0 elevation and 4 left right data at intermediate elevations ; there is one surface leg (0-1) and two entrances (1 and 2) ; Station 0 is at 01N 23' 47.1", 110E 09'03.5" ; ******************** *begin YoaraPassageCave ; ******************** ; The next line defines the record layout *Data Normal From To tape compass clino ignoreall ; ; This section is needed to define the entrances. *equate P01 01 *entrance P01 *equate P09 09 *entrance P09 ; ; This section defines the surface leg *begin *flags surface 00,01,10.6,105,0,1,1,3,5,0 *end ; ;1 Centre line data 01,02,3.9,102,0,2,.5,2,4,0 02,03,5.7,135,0,3,1,1,2,0 03,04,7.4,149,0 04,05,10.4,78,0 05,06,10.5,140,0 06,07,13,151,0 07,08,9,122,0 08,09,3.6,136,0 ; 2 This is the up data for all stations. STATION 1, STATION2 (always station1 + U), DISTANCE in metres, '-' replaces BEARING, UP is the elevation 01,01u,1.6,-,UP 02,02u,2.6,-,UP 03,03u,4.4,-,UP 04,04u,3.3,-,UP 05,05u,4.4,-,UP 06,06u,6.4,-,UP 07,07u,2.9,-,UP 08,08u,2.0,-,UP 09,09u,2.0,-,UP ;This is the left and right data for all stations at zero elevation. STATION 1, STATION2 (suffixed l or r), DISTANCE in metres, BEARING (calculated), ELEVATION is always zero. 01,01l,2.4,15,0 01,01r,1.1,195,0 02,02l,1.15,12,0 02,02r,2,192,0 03,03l,0.75,45,0 03,03r,1.9,225,0 04,04l,1.5,54,0 04,04r,1.7,234,0 05,05l,2.2,348,0 05,05r,1.8,168,0 06,06l,1.2,50,0 06,06r,1.5,230,0 07,07l,1.1,61,0 07,07r,2.8,241,0 08,08l,1.7,32,0 08,08r,2.3,212,0 ; This is the intermediate left and right data (where needed). STATION 1, STATION2 (suffixed ln or rn), DISTANCE in metres, BEARING (calculated), ELEVATION is not zero. 02,02l33,.8,12,33 06,06r49,4.5,230,60 07,07r49,1.49,241,49 ; *end YoaraPassageCave