Editing
Paraterraforming and Domed World-Building
(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 Paraterraforming Radius' (Calculating 'Population Capacity' from Dome Volume):''' <syntaxhighlight lang="python"> import math def calculate_dome_capacity(radius_km, floors=1, m2_per_person=100): """ Shows how big a Dome needs to be to sustain a city. """ # Floor area = pi * r^2 for a hemispherical dome base_area_m2 = math.pi * (radius_km * 1000) ** 2 total_area_m2 = base_area_m2 * floors population = int(total_area_m2 / m2_per_person) if population > 1_000_000: return f"STATUS: MEGA-DOME CITY. (Radius: {radius_km}km. Population: {population:,}. A full metropolis)." elif population > 10_000: return f"STATUS: TOWN-DOME. (Population: {population:,}. A small self-sustaining community)." else: return f"STATUS: OUTPOST-DOME. (Population: {population:,}. Research station scale)." # Case: A 1km radius multi-story dome on Mars print(calculate_dome_capacity(1, floors=10)) </syntaxhighlight> ; Engineering Landmarks : '''O'Neill's ''The High Frontier'' (1976)''' β "The Definitive" "Technical Blueprint" for **"Space Habitats"** that "Inspired" "A Generation" of "Engineers." : '''NASA 'Summer Study' (1975)''' β "The First" "Official" "Government Study" of **"Large Space Habitats"** (Stanford Torus / Island One). : '''Biosphere 2''' β (See Article 732). "The Only" "Full-Scale" **"Closed Biosphere"** "Ever Attempted" β the "Lesson-Giver." : '''Bezos' Blue Origin Vision''' β "Jeff Bezos" "Explicitly" "Envisions" **"O'Neill Cylinders"** as the "Future" of "Human Settlement" β "Not Mars." </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