Cushing Peak
Cushing Peak (64°6′S 62°25′W) is a peak in the north part of Stribog Mountains, standing 1.5 nautical miles (3 km) southeast of Guyou Bay on Brabant Island in the Palmer Archipelago. It surmounts the head of Lister Glacier to the east and Oshane Glacier to the west.
The peak was shown on an Argentine government chart in 1953, but not named. Photographed by Hunting Aerosurveys Ltd in 1956–57, and mapped from these photos in 1959, it was named by the UK Antarctic Place-Names Committee for Harvey Cushing, an American pioneer of neurosurgery.[1]
Maps
- Antarctic Digital Database (ADD). Scale 1:250000 topographic map of Antarctica. Scientific Committee on Antarctic Research (SCAR). Since 1993, regularly upgraded and updated.
- British Antarctic Territory. Scale 1:200000 topographic map. DOS 610 Series, Sheet W 64 62. Directorate of Overseas Surveys, Tolworth, UK, 1980.
- Brabant Island to Argentine Islands. Scale 1:250000 topographic map. British Antarctic Survey, 2008.
gollark: Caching is nice, I suppose.
gollark: Actually, SQLite is just very fast anyway, it can do sensible queries in a few milliseconds.
gollark: <@!330678593904443393> While better-sqlite3 *can* let me do what your PHP framework does, prepared statements are apparently more efficient and this is neater.
gollark: This is rendered to HTML.
gollark: Oh, and look how I write HTML:```javascript return { view(vnode) { const inputHandler = e => { value = e.target.value } if (vnode.attrs.initialValue && value === undefined || value === null) { value = vnode.attrs.initialValue } return m(".editor", [ m(".toolbar", [ m("button", { onclick: () => vnode.attrs.onsave(value, true) }, "Done"), m("button", { onclick: () => vnode.attrs.onsave(value, false) }, "Save"), m("button", { onclick: () => { previewing = !previewing } }, previewing ? "Edit" : "Preview") ]), previewing ? m(".preview", renderAST(parse(value))) : m("textarea", { value, oninput: inputHandler, onchange: inputHandler }), ]) } }```
References
- "Cushing Peak". Geographic Names Information System. United States Geological Survey. Retrieved 2011-12-11.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.