Editing
Urban Design
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!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Urban Design is the process of shaping the physical setting for life in cities, towns, and villages. It is the art of making places. Urban design involves the design of groups of buildings, the "public realm" (streets, parks, and plazas), and the infrastructure that connects them. While Architecture focuses on individual buildings and Urban Planning focuses on policy and zoning, Urban Design is the "bridge" that focuses on the '''Experience''' of the city. By considering everything from the width of a sidewalk to the placement of streetlights and the density of trees, urban designers aim to create cities that are functional, sustainable, and beautiful. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Urban Design''' β The design of towns and cities, their streets and spaces. * '''The Public Realm''' β The parts of a village, town, or city that are accessible to everyone (streets, squares, parks). * '''Walkability''' β The measure of how friendly an area is to walking. * '''Mixed-Use Development''' β Building developments that combine residential, commercial, and cultural uses in one space. * '''Density''' β The number of people or buildings in a given area. * '''Setback''' β The distance a building must be from the street or other buildings. * '''Enclosure''' β The feeling of being "contained" by the buildings surrounding a street (like an "outdoor room"). * '''Human Scale''' β Designing objects and spaces to be comfortable for people (not just for cars or giants). * '''Wayfinding''' β The cues (signs, landmarks, maps) that help people navigate a city. * '''Streetscape''' β The visual elements of a street, including pavement, furniture, trees, and lighting. * '''Placemaking''' β A multi-faceted approach to the planning, design, and management of public spaces. * '''Tactical Urbanism''' β Small-scale, temporary interventions to improve the urban environment (e.g., pop-up parks). * '''New Urbanism''' β A design movement promoting walkable, diverse, and environmentally friendly neighborhoods. * '''Transit-Oriented Development (TOD)''' β Designing dense, mixed-use communities around high-quality public transit. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Urban design is about the '''Relationship''' between buildings. '''The Three Pillars of Great Places''': 1. '''Permeability''': Can you easily move through the area? Are there lots of small streets, or is it blocked by large "megablocks"? 2. '''Legibility''': Can you understand where you are? Is there a "landmark" (like a church tower or a unique building) that helps you orient yourself? 3. '''Robustness''': Can a space be used for different things? A good plaza can be a market in the morning, a lunch spot at noon, and a concert venue at night. '''The Street as a Room''': Urban designers try to achieve a "Ratio of Enclosure." If a street is too wide and the buildings are too short, the space feels "empty" and exposed. If the buildings are tall and the street is narrow, it feels like a cozy, vibrant room. '''Eyes on the Street (Jane Jacobs)''': Safety is not created by police alone; it is created by "active" streets. When buildings have windows, balconies, and shops on the ground floor, people are naturally watching the street, which discourages crime and encourages community. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The 15-Minute City' Logic:''' <syntaxhighlight lang="python"> def is_neighborhood_walkable(services): """ Check if essential services are within a 15-minute walking radius (approx 1.2km). """ essential = {'Grocery', 'School', 'Park', 'Pharmacy', 'Transit'} accessible = {s for s, dist in services.items() if dist <= 1.2} missing = essential - accessible score = (len(accessible) / len(essential)) * 100 return { "Walkability Score": f"{score}%", "Missing Services": list(missing) if missing else "None" } # Evaluating a neighborhood my_area = {'Grocery': 0.5, 'School': 0.8, 'Park': 2.5, 'Transit': 0.3} print(is_neighborhood_walkable(my_area)) # Urban design aims to eliminate 'Missing Services' to reduce # car dependency and improve quality of life. </syntaxhighlight> ; Urban Design Landmarks : '''The High Line (NYC)''' β Converting an old elevated rail line into a linear park, revitalizing a whole district. : '''Curitiba, Brazil''' β Famous for its innovative Bus Rapid Transit (BRT) and master-planned green spaces. : '''Barcelona Superblocks''' β Grouping 9 blocks together to ban through-traffic, giving the streets back to pedestrians. : '''Amsterdam Canal Belt''' β A historic example of dense, mixed-use, and highly walkable urban design. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ City for People vs. City for Cars ! Feature !! Human-Centered Design !! Car-Centered Design (Sprawl) |- | Block Size || Small (Permeable) || Large (Superblocks) |- | Streets || Shared spaces / Multi-modal || High-speed through-traffic |- | Ground Floor || Active (Shops, Windows) || Blank walls / Parking lots |- | Nature || Integrated (Street trees) || Isolated (Large distant parks) |} '''The Concept of "Soft Edges"''': The most important part of a building is the first 10 feet from the sidewalk. If there are tables, plants, and transparent windows, it's a "Soft Edge" that invites interaction. If it's a blank wall or a garage door, it's a "Hard Edge" that makes people walk faster and feel less safe. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating an urban space: # '''Inclusivity''': Can a person in a wheelchair or a child with a stroller navigate easily? # '''Comfort''': Is there shade, seating, and protection from the wind? # '''Vitality''': How many people are using the space for "non-essential" activities (sitting, talking, playing)? # '''Identity''': Does the place feel like it belongs to ''this'' city, or is it a generic "anywhere" design? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Sponge Cities''': Designing urban spaces with permeable surfaces and rain gardens to absorb floodwaters and cool the city. # '''Digital Twins''': Creating 3D virtual models of a city to simulate how a new park or building will affect wind, light, and traffic before it is built. # '''The 'Right to Repair' Urbanism''': Giving citizens the tools and legal right to make their own small improvements to their streets. # '''Universal Design''': Designing cities that work perfectly for everyone, regardless of age or physical ability, as the global population ages. [[Category:Architecture]] [[Category:Urban Studies]] [[Category:Design]] </div>
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)
Template used on this page:
Template:BloomIntro
(
edit
)
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