Boston Transportation Planning Review

Boston Transportation Planning Review (BTPR), published in 1972, was a transportation planning program for metropolitan Boston, Massachusetts, which was responsible for analyzing and redesigning the entire area-wide transit and highway system in the 1970s. The major contractors involved were Alan M. Voorhees Company (Virginia), project manager; Skidmore, Owings and Merrill (New York City), architect; ESL Incorporated (California), air quality and acoustics. The program had close guidance from the national Transportation Research Board (TRB), a division of the US National Academy of Sciences.[1] The first director of the program reporting to the Governor was Alan Altshuler; the project manager was Walter Hansen.

The Big Dig's Zakim Bunker Hill Bridge over the Charles River, in early phases of construction.

Comprehensive re-evaluation of areawide transportation plans was a major theme in the last quarter of the twentieth century for large US cities. The US Department of Transportation has said "the prototype for these reevaluations was the Boston Transportation Planning Review". Scope of the BTPR studies included evaluation and upgrading of all four MBTA mass transit rail lines and examination of every major highway and arterial project in the region.

Major elements

Downtown Boston from Boston Harbor

The following exemplify some of the principal study elements of the Boston Transportation Planning Review:

Technologies applied

Blue Line train at the rebuilt Logan Airport station.

The following major technologies were utilized in the BTPR:

  • Critical path work element diagrams to assist project management (Voorhees)
  • Citywide traffic flow analysis including intersection level of service (Voorhees)
  • Urban design of all physical structures and highway geometrics including neighborhood visual impacts (Skidmore, Owings and Merrill)
  • Hydrology Impact Analysis to surface waters and groundwater affected by transit and roadway construction.
  • Air quality and noise contour maps for all transportation alternatives[5] (ESL)
  • Wildlife and vegetation impact analysis for all alternatives.[6]
  • Public consultation Massachusetts Governor Francis W. Sargent involved concerned citizens in the development of transportation alternatives[7]
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```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.

See also

References

  1. Toby Pearlstein, Transportation planning in the Boston metropolitan area, 1930-1982, Chicago, Ill. : CPL Bibliographies, 1983.53 p. CPL bibliography ; no. 128
  2. Boston Transportation Planning Review with Alan M. Voorhees & Assoc., Central Artery, Prepared for the Commonwealth of Massachusetts, EOTC, DPW, and MBTA, November 1972
  3. Boston Redevelopment Authority, Central Artery Depression: A Preliminary Feasibility Study, Final Draft, 1975
  4. Alan Altshuler and David Luberoff, Mega-Projects: The Changing Politics of Urban Public Investment (Washington, DC: Brookings Institution, 2003). ISBN 0-8157-0129-2
  5. C.Michael Hogan, Richard Venti, Leda Patmore and Harry Seidman, Air quality and community noise contour maps for metropolitan Boston, ESL Inc. prepared for BTPR, (1973)
  6. Gackenheimer, R., Transportation Planning as Response to Controversy: The Boston Case, Cambridge: MIT Press (1976)
  7. Allan K. Sloan, Citizen Participation in Transportation Planning: The Boston Experience, Cambridge: Ballinger Publishing Company (1974)
Longfellow Bridge across the Charles River, with two MBTA Red Line trains.

Further reading

Weiner, Edward. "Urban Transportation Planning In The US - A Historical Overview/Nov 1992". National Transportation Library. US Department of Transportation, Research and Innovative Transportation Administration. Retrieved 2 March 2013.

Commonwealth of Massachusetts Mass Transportation Commission (1963). Melvin R. Levin (ed.). The Boston Region. Boston, MA: Commonwealth of Massachusetts. — 214-page predecessor report on mass transportation planning

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.