Table Mountain (New York)

Table Mountain is located in Ulster County, New York. The mountain is part of the Catskill Mountains. Table Mountain is flanked to the south by Peekamoose Mountain, and to the northeast by Lone Mountain.

Table Mountain
Table from Curtis-Ormsbee Trail up Slide Mountain to the north
Highest point
Elevation3,847 ft (1,173 m)
Prominence660 ft (200 m)[1]
ListingCatskill High Peaks 10th
Coordinates41°57.52′N 74°24.29′W
Geography
LocationUlster County, New York
Parent rangeCatskill Mountains
Topo mapUSGS Peekamoose Mountain
Climbing
Easiest routePeekamoose–Table Trail, part of Long Path

The east end of Table Mountain drains into Rondout Creek, thence into the Hudson River, and into New York Bay. The south side of Table Mtn. drains into Bear Hole Brook, thence into Rondout Creek. The west end of Table Mtn. drains into Tray Mill Brook, thence into the East Branch of the Neversink River, the Delaware River, and into Delaware Bay. The north side of Table Mtn. drains into Donovan Brook, thence into the East Branch of the Neversink.

Table Mountain is within the Slide Mountain Wilderness of New York's Catskill State Park. The Long Path, a 350-mile (560 km) long-distance hiking trail from New York City to Albany, crosses the summits of Peekamoose and Table.

Notes

  1. Key col elevation between 3,180 and 3,200 ft (980 m)
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.

See also

  • List of mountains in New York
  • "Table Mountain, New York". Peakbagger.com.
  • Catskill 3500 Club: Table Mountain
  • "Table Mountain". Geographic Names Information System. United States Geological Survey.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.