Editing
Urban Metabolism
(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 Resource Efficiency' (Calculating the 'Output/Input' ratio of a city):''' <syntaxhighlight lang="python"> def calculate_urban_efficiency(total_inputs_tons, recycled_outputs_tons): """ Shows how 'Circular' a city is. """ waste_to_landfill = total_inputs_tons - recycled_outputs_tons efficiency_pct = (recycled_outputs_tons / total_inputs_tons) * 100 if efficiency_pct > 80: return f"METABOLISM: CIRCULAR ({efficiency_pct}%). A 'Forest' City." elif efficiency_pct > 30: return f"METABOLISM: TRANSITIONAL ({efficiency_pct}%). Some recycling." else: return f"METABOLISM: LINEAR ({efficiency_pct}%). A 'Resource Sink'." # Case: A typical city (1M tons in, 100k tons recycled) print(calculate_urban_efficiency(1000000, 100000)) </syntaxhighlight> ; Metabolism Landmarks : '''The 'Singapore' Water Loop''' β (NEWater). Singapore "Recycles its Sewage" into "Pure Drinking Water," "Closing the Loop" and ensuring "Survival" on a small island. : '''Hammarby SjΓΆstad (Stockholm)''' β The "World's Best Example" of a "Circular Neighborhood": every "Waste" from one building is the "Fuel" for another. : '''Vertical Farming''' β (See Article 245). Bringing the "Mouth" of the city (Food) "Inside the city," reducing the "Transportation Metabolism." : '''Urban Heat Recovery''' β Using the "Heat from Subways" to "Provide Hot Water" for "Nearby Schools," turning "Waste Energy" into "Resource." </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