Update prospecting guide for coord system switch in dataset

This commit is contained in:
Olly Betts 2015-07-21 07:41:28 +02:00
parent cacde9fea7
commit 18e7126dd9
3 changed files with 14 additions and 14 deletions

Binary file not shown.

View File

@ -1,8 +1,8 @@
(35975.37, 83018.21, 100) 177 # Calculated from bearings
(35350.00, 81630.00, 50) 71 # From Auer map
(36025.00, 82475.00, 50) 146 # From mystery map
(35600.00, 82050.00, 50) 35 # From Auer map
(35650.00, 82025.00, 50) 44 # From Auer map
(36200.00, 82925.00, 50) 178 # Calculated from bearings
(35232.64, 82910.37, 25) 181 # Calculated from bearings
(35323.60, 81357.83, 50) 74 # From Auer map
(410823.87, 5281957.54, 100) 177 # Calculated from bearings
(410169.05, 5280583.52, 50) 71 # From Auer map
(410861.81, 5281413.56, 50) 146 # From mystery map
(410427.92, 5280997.92, 50) 35 # From Auer map
(410477.36, 5280971.86, 50) 44 # From Auer map
(411046.37, 5281859.56, 50) 178 # Calculated from bearings
(410079.23, 5281865.70, 25) 181 # Calculated from bearings
(410136.82, 5280312.06, 50) 74 # From Auer map

View File

@ -189,12 +189,12 @@ maps = {
# id left top right bottom zoom description
# G&K G&K G&K G&K factor
# DO NOT just change the coordinates of "all" - they MUST match the borders of the scanned map.
"all": [34394.9, 84508.6, 37399.4, 80895.6, 1.0, "All"],
"40": [36275.6, 82392.5, 36780.3, 81800.0, 3.0, "Eishöhle"],
"76": [35440.0, 83220.0, 36090.0, 82670.0, 3.0, "Eislufthöhle"],
"204": [36354.1, 84154.5, 37047.4, 83399.7, 3.0, "Steinbrückenhöhle"],
"tc": [35230.0, 82690.0, 36110.0, 82100.0, 3.0, "Near Top Camp"],
"gk": [36000.0, 86300.0, 38320.0, 84400.0, 4.0, "Grießkogel Area"],
"all": [ 409276.28, 5283481.05, 412201.56, 5279805.56, 1.0, "All"],
"40": [ 411110.51, 5281325.74, 411602.22, 5280722.74, 3.0, "Eishöhle"],
"76": [ 410293.14, 5282170.72, 410930.97, 5281607.07, 3.0, "Eislufthöhle"],
"204": [ 411226.79, 5283085.08, 411903.50, 5282315.82, 3.0, "Steinbrückenhöhle"],
"tc": [ 410071.88, 5281645.52, 410938.73, 5281036.96, 3.0, "Near Top Camp"],
"gk": [ 410918.96, 5285236.99, 413196.87, 5283288.24, 4.0, "Grießkogel Area"],
}
# Keys in the order in which we want the maps output
mapcodes = ["all", "gk", "40", "76", "204", "tc"]