// JavaScript Document - Editable ATN Station Information
// Questions to Steve McClung or Gary Whitton, EEInternet

// This JS file contains location/elevation data for all GWS/ATN stations for easy edits accross the station array.
// CAUTION: Quotes within quotes will break the script. If you must use quotes, use \' or \" (w/preceding backslash)
// CAUTION: Please follow array syntax: comma after each item except last in group. A missing comma will kill it.
// NOTE: For degrees symbol, use &deg;

// PLEASE INDICATE >> Last updated: Jan 18, 2011 >> By: Jeff Derry

station = {}

station['L9312'] = {
    name: 'Lake L9312',
	loc: 'Lake L9312',
	geo: '70&deg; 19.982 N, 150&deg; 56.181 W',
    ele: '10 feet'
}

station['L9817'] = {
    name: 'Lake L9817',
	loc: 'Lake L9817',
	geo: '70&deg; 13.979 N, 151&deg; 19.651 W',
    ele: '8 feet'
}

station['L9817Stream'] = {
    name: 'Lake 9817 Stream',
	loc: 'Lake L9817',
	geo: '70&deg; 13.979 N, 151&deg; 19.651 W',
    ele: '10 feet'
}

station['UAFWS1'] = {
    name: 'Weather Station 1 UAF',
	loc: 'UAFWS1',
	geo: '70&deg; 7.582 N, 151&deg; 13.686 W',
    ele: '60 feet'
}

station['UAFWS4'] = {
    name: 'Weather Station 4 UAF',
	loc: 'UAFWS4',
	geo: '69&deg; 59.199 N, 151&deg; 44.393 W',
    ele: '112 feet'
}

station['2L-Pad'] = {
    name: '2L-Pad',
	loc: 'West of Spine Road near Astac tower<br/>(between 2L-Pad and 2N-Pad, near soil thermistors)',
	geo: '70&deg; 11.451 N, 150&deg; 19.232 W',
    ele: '112 feet'
}

station['2M-Pad'] = {
    name: '2M-Pad',
	loc: 'Just off road that goes through 2M pad',
	geo: '70&deg; 16.367 N, 150&deg; 6.263 W',
    ele: '15'
}

station['F-Pad'] = {
    name: 'F-Pad',
	loc: 'Milne Point',
	geo: '70&deg; 30.394 N, 149&deg; 39.430 W',
    ele: '20 feet'
}

station['F-PadTundra'] = {
    name: 'F-Pad Tundra',
	loc: 'East off of F-Pad',
	geo: '70&deg; 30.394 N, 149&deg; 39.430 W',
    ele: '5 feet'
}

station['CottleIs'] = {
    name: 'Cottle Island',
	loc: 'Waypoint 10',
	geo: '70&deg; 29.923 N, 149&deg; 05.402 W',
    ele: '3 feet'
}

station['DuckIsland'] = {
    name: 'Duck Island',
	loc: 'Off road going to Endicott, at turn-out',
	geo: '70&deg; 16.191 N, 147&deg; 59.262 W',
    ele: '8 feet'
}
