Editing
Urbanism and the City of the Future
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The 15-Minute City' (Predicting 'Carbon' Reduction):''' <syntaxhighlight lang="python"> def calculate_urban_footprint(population, avg_commute_km, percent_walkable): """ Shows why 'Density' is 'Green'. """ # Car emissions are the main factor emissions = (population * avg_commute_km * 0.4) * (1.0 - (percent_walkable / 100.0)) if percent_walkable > 80: return f"URBAN STATE: SUSTAINABLE. Emissions: {int(emissions)} tons. (High quality of life)." elif avg_commute_km > 20: return f"URBAN STATE: SPRAWL. Emissions: {int(emissions)} tons. (High stress / High waste)." else: return "URBAN STATE: TRANSITIONING." # Case: A Suburb (Commute 30km, 10% Walkable) print(calculate_urban_footprint(100000, 30, 10)) # Case: A 15-Minute City (Commute 2km, 90% Walkable) print(calculate_urban_footprint(100000, 2, 90)) </syntaxhighlight> ; Urban Landmarks : '''The 'High Line' (NYC)''' β A "Park" "Built" on an "Old Elevated Railway," "Proving" that "Urban Decay" can be "Transformed" into "Public Value." : '''Superblocks (Barcelona)''' β "Closing" "Nine City Blocks" to "Cars," "Returning" the "Street" to "Children" and "Cafes," "Dramatically" "Improving" "Air Quality." : '''Pruitt-Igoe Collapse''' β (See Article 646). The "Symbolic Failure" of "Modernist Social Housing," "Highlighting" the "Need" for "Human-Centered Urbanism." : '''The 'Great Wall of Lagos' ''' β (See Article 589). A "Megaproject" to "Protect" a "Megacity" from "Sea-Level Rise," "Demonstrating" the "Architecture of Climate Defense." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information