Chandalar Lake Airport
Chandalar Lake Airport (IATA: WCR, ICAO: PALR, FAA LID: WCR) is a state-owned public-use airport located at Chandalar Lake in Alaska.[1] This airport is included in the National Plan of Integrated Airport Systems for 2011–2015, which categorized it as a general aviation airport.[2]
Chandalar Lake Airport | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Summary | |||||||||||
Airport type | Public | ||||||||||
Owner | State of Alaska DOT&PF - Northern Region | ||||||||||
Serves | Chandalar, Alaska | ||||||||||
Elevation AMSL | 1,920 ft / 585 m | ||||||||||
Coordinates | 67°30′16″N 148°28′59″W | ||||||||||
Map | |||||||||||
WCR Location of airport in Alaska | |||||||||||
Runways | |||||||||||
| |||||||||||
Statistics (2015) | |||||||||||
| |||||||||||
Facilities and aircraft
Chandalar Lake Airport covers an area of 211 acres (85 ha) at an elevation of 1,920 feet (585 m) above mean sea level. It has one runway designated 4/22 with a gravel surface measuring 3,000 by 60 feet (914 x 18 m). For the 12-month period ending December 31, 2005, the airport had 300 aircraft operations, an average of 25 per month: 67% general aviation and 33% air taxi.[1]
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
gollark: I mean, unless you count the borrow checker being unable to properly distinguish between access to, I don't know, parts of a vector.
gollark: Actually, Lua has flaws, flawlessness is unique to Rust.
References
- FAA Airport Master Record for WCR (Form 5010 PDF). Federal Aviation Administration. effective January 5, 2017.
- "2011–2015 NPIAS Report, Appendix A (PDF, 2.03 MB)" (PDF). 2011–2015 National Plan of Integrated Airport Systems. Federal Aviation Administration. 4 October 2010. Archived from the original (PDF) on 2012-09-27.
External links
- Resources for this airport:
- FAA airport information for WCR
- AirNav airport information for PALR
- ASN accident history for WCR
- FlightAware airport information and live flight tracker
- NOAA/NWS latest weather observations for PALR
- SkyVector aeronautical chart for WCR
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.