Kéré Architecture’s new Goethe-Institut in Dakar is a site-specific earth-built cultural.
Here’s the main image from the new Goethe-Institut Sénégal in Dakar.
BobaMilk
Kéré Architecture’s new Goethe-Institut in Dakar is a site-specific earth-built cultural.
Here’s the main image from the new Goethe-Institut Sénégal in Dakar.
That big canopy is the thing I can’t stop looking at—shade as the “first program” feels very Dakar-smart, and I’d bet it buys you more day-to-day comfort than a bunch of heroic HVAC numbers on a spec sheet. Do you know if those compacted earth walls are actually load-bearing, or are they basically infill around a concrete/steel skeleton? I’m not sure, but that one detail changes whether I read it as “material honesty” or “nice envelope on a conventional frame. ”
# quick sanity check: why shade matters more than people think
def shaded_gain(area_m2, solar_w_m2=800, shading_factor=0.15):
return area_m2 * solar_w_m2 * shading_factor # watts
print(shaded_gain(120)) # canopy footprint -> rough solar heat gain
:: Copyright KIRUPA 2024 //--