Guadalupe Peak

Guadalupe Peak, also known as Signal Peak,[3] is the highest natural point in Texas,[4] with an elevation of 8,751 feet (2,667 m) above sea level.[1] It is located in Guadalupe Mountains National Park, and is part of the Guadalupe Mountains range in southeastern New Mexico and West Texas. The mountain is about 90 miles (140 km) east of El Paso and about 50 miles (80 km) southwest of Carlsbad, New Mexico. The peak rises more than 3,000 feet (910 m) above the arid floor of the Chihuahuan Desert.

Guadalupe Peak
Highest point
Elevation8,751 ft (2,667 m) NAVD 88[1]
Prominence3,029 ft (923 m)[2]
ListingState high point 14th
Coordinates31°53′29″N 104°51′39″W[1]
Geography
Guadalupe Peak
Location of Guadalupe Peak in Texas
LocationCulberson County, Texas, U.S.
Parent rangeGuadalupe Mountains
Topo mapUSGS Guadalupe Peak

Trail and summit

The peak can be climbed by a maintained stony trail (4.25 miles or 6.8 kilometers each way) with a 3,000 feet elevation gain at any time of the year.[5] The trail is part of the network of hiking trails in the surrounding national park.

A stainless steel pyramid marks the summit. It was erected by American Airlines in 1958 to commemorate the 100th anniversary of the Butterfield Overland Mail, a stagecoach route that passed south of the mountain. One side of the pyramid has the American Airlines logo. The second side displays a U.S. Postal Service tribute to the Pony Express Riders of the Butterfield Stage. The third side displays a compass with the logo of the Boy Scouts of America. A summit register contained in a metal ammunition box is located at the base of the pyramid.

Guadalupe Peak from Bowl Trail
gollark: >contacts
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```

See also

References

  1. "El Capitan". NGS data sheet. U.S. National Geodetic Survey. Retrieved 2001-05-24.
  2. "Guadalupe Peak, Texas". Peakbagger.com. Retrieved 2001-05-24.
  3. "GUADALUPE PEAK". Handbook of Texas Online. Texas State Historical Association. 15 June 2010. Retrieved 7 April 2015.
  4. "Elevations and Distances in the United States". United States Geological Survey. April 29, 2005. Archived from the original on January 16, 2008. Retrieved 2009-03-28.
  5. "Guadalupe Mountains: Guadalupe Peak Hike" (PDF). National Park Service. Retrieved 12 May 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.