transportation:roads
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| transportation:roads [2024/02/05 23:24] – [Articles] timb | transportation:roads [2026/04/19 00:00] (current) – [Science] timb | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Created Saturday 15 August 2020 | Created Saturday 15 August 2020 | ||
| - | See also: [[transportation: | + | See also: [[:transportation: |
| ====== Articles ====== | ====== Articles ====== | ||
| Line 17: | Line 17: | ||
| The partnership will see the company test out whether it's viable to build a 40-mile corridor that will connect downtown Detroit to Ann Arbor, with arteries to local destinations like the University of Michigan, the Detroit Metropolitan Airport and Michigan Central Station. | The partnership will see the company test out whether it's viable to build a 40-mile corridor that will connect downtown Detroit to Ann Arbor, with arteries to local destinations like the University of Michigan, the Detroit Metropolitan Airport and Michigan Central Station. | ||
| - | https:// | + | [[https:// |
| == A Quarter of U.S. Roads Could Be Regularly Flooded in 30 Years == | == A Quarter of U.S. Roads Could Be Regularly Flooded in 30 Years == | ||
| Line 31: | Line 31: | ||
| Those are just a few of the dire findings within a recently released, multiyear analysis conducted last month by nonprofit group First Street Foundation. The report found there are already around 2 million miles (3.2 million kilometers) of U.S. roads at risk today, and another 200,000 miles (320,000 kilometers) will be put in the danger zone in the coming decades. | Those are just a few of the dire findings within a recently released, multiyear analysis conducted last month by nonprofit group First Street Foundation. The report found there are already around 2 million miles (3.2 million kilometers) of U.S. roads at risk today, and another 200,000 miles (320,000 kilometers) will be put in the danger zone in the coming decades. | ||
| - | https:// | + | [[https:// |
| + | == How Good Are American Roads? == | ||
| + | Brian Potter - Nov 20, 2024 | ||
| + | We’re in an era where US infrastructure is getting a lot of attention. We need a lot of energy infrastructure for decarbonization, | ||
| + | One facet of infrastructure that doesn’t get all that much attention is roads, despite the fact that they’re crucial transportation infrastructure, | ||
| + | |||
| + | [[https:// | ||
| ===== Asphalt ===== | ===== Asphalt ===== | ||
| Line 45: | Line 51: | ||
| Most roads are paved with asphalt. Unfortunately, | Most roads are paved with asphalt. Unfortunately, | ||
| - | 1. Asphalt degrades fast, so once you account for maintenance, | + | - 1. Asphalt |
| - | Asphalt ages and falls apart quickly. It needs to be replaced after 10-15 years and starts looking pretty crummy well before then. It forms potholes and cracks quickly, especially in extreme climates. It's cheaper to install upfront, but over time, it is much more expensive. | + | |
| - | + | Meanwhile, brick and cobblestone roads can last 150 years or more – in fact the cobblestones still in use in Rome's Appian Way are over 2,000 years old! These materials don't need much maintenance, | |
| - | Meanwhile, brick and cobblestone roads can last 150 years or more – in fact the cobblestones still in use in Rome's Appian Way are over 2,000 years old! These materials don't need much maintenance, | + | |
| + | [[https:// | ||
| + | |||
| + | == Farewell potholes? UK team invents self-healing road surface == | ||
| + | |||
| + | Researcher at Swansea University says tiny plant spores mixed into bitumen can extend surface lifespan by 30% | ||
| + | |||
| + | Ian Sample, Science editor - Mon 3 Feb 2025 01.00 EST | ||
| + | |||
| + | For all motorists, but perhaps the Ferrari-collecting rocker Rod Stewart in particular, it will be music to the ears: researchers have developed a road surface that heals when it cracks, preventing potholes without a need for human intervention. | ||
| + | |||
| + | The international team devised a self-healing bitumen that mends cracks as they form by fusing the asphalt back together. In laboratory tests, pieces of the material repaired small fractures within an hour of them first appearing. | ||
| + | |||
| + | “When you close the cracks you prevent potholes forming in the future and extend the lifespan of the road,” said Dr Jose Norambuena-Contreras, | ||
| + | |||
| + | According to the AA, a record £579m was spent in the UK last year repairing vehicles damaged by potholes, up from £474m in 2023. After pledging £1.6bn to repair roads and fix more than 7m potholes in England this year, the transport secretary, Heidi Alexander, said the hazards had “plagued motorists for far too long”. | ||
| + | |||
| + | Potholes typically start from small surface cracks that form under the weight of traffic. These allow water to seep into the road surface, where it causes more damage through cycles of freezing and thawing. Bitumen, the sticky black substance used in asphalt, becomes susceptible to cracking when it hardens through oxidation. | ||
| + | |||
| + | To make the self-healing bitumen, the researchers mixed in tiny porous plant spores soaked in recycled oils. When the road surface is compressed by passing traffic, it squeezes the spores, which release their oil into any nearby cracks. The oils soften the bitumen enough for it to flow and seal the cracks. | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ===== Science ===== | ||
| + | |||
| + | == The Simple Geometry Behind Any Road == | ||
| + | |||
| + | April 13, 2026 - " | ||
| + | |||
| + | In the last blog post, I explained what sits at the backbone of procedurally generated roads: the data structure, aka the minimum information you need to describe any piece of road infrastructure. The answer to that fundamental question was a set of abstract cross-sections of the road, each storing a snapshot of how the road looks at that specific point (or, should I say, line). I called them simply: profiles. | ||
| + | |||
| + | A good analogy I didn’t have the inspiration to make at the moment was to compare them with Bezier splines. To store a Bezier spline, you don’t need to save the entire curve explicitly, but just anchor points and handle positions. With a bit of math and a few formulas, you can reconstruct the actual path at any time by interpolating between the control points. | ||
| + | |||
| + | The profile-based representation works the same in my system. The profiles are the control information, | ||
| + | |||
| + | In this blog post, I’ll go over how I am computing the purple part. How to interpolate between these green profiles to generate beautifully smooth, parallel paths? | ||
| - | https://devonzuegel.com/the-road-to-hell-is-paved-with-asphalt | + | https://sandboxspirit.com/blog/simple-geometry-of-roads/ |
transportation/roads.1707175498.txt.gz · Last modified: by timb
