Aire Valley Fault
The Aire Valley Fault (also known as the Keighley Fault) is an inactive strike slip fault in Yorkshire, England. It is considered a northwestern continuation of the Morley-Campsall Fault Belt and extends northwards from the Huddersfield and Wakefield area into the South Craven fault.[1][2] It is connected to the Denholme Clough Fault.[3]
The fault runs underneath Keighley bus station and the Airedale Shopping Centre, and has caused cracks in the shopping centre.
Further reading
- C. N. Waters, N. Aitkenhead, N. S. Jones and J. I. Chisholm (1996). "Late Carboniferous stratigraphy and sedimentology of the Bradford area, and its implications for the regional geology of northern England" (PDF). Proceedings of the Yorkshire Geological Society. 51: 87–101. doi:10.1144/pygs.51.2.87. Retrieved 9 September 2019.CS1 maint: multiple names: authors list (link) (map on first page)
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.
References
- Holmgren, Dennis A. (1974). Western and Central Europe Major Fracture Patterns in the British Isles. pp. 263–278.
- Stephens, John Victor; Mitchell, G H; Edwards, Wilfrid (1953). "VII; Structure". Geology of the country between Bradford and Skipton. London: H.M.S.O. p. 119. OCLC 5097198.
- C N Waters; et al. (1996). C N Waters; et al. (eds.). A geological background for planning and development in the City of Bradford Metropolitan district (PDF). Keyworth, Nottingham: British Geological Survey. p. 20. Map 2
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.