Economic Geography
How to read this page: This article maps the topic from beginner to expert across six levels � Remembering, Understanding, Applying, Analyzing, Evaluating, and Creating. Scan the headings to see the full scope, then read from wherever your knowledge starts to feel uncertain. Learn more about how BloomWiki works ?
Economic Geography is the study of "Where wealth is" and "Why." It explores how the physical world—mountains, rivers, and borders—shapes the global economy, and how the economy, in turn, reshapes the physical world. It asks: "Why are some countries rich while others stay poor?", "Why did Silicon Valley happen in California?", and "How does a T-shirt made in Vietnam end up in a store in London?" By analyzing the "Map of Money," we learn that the economy is not just numbers on a screen—it is a massive, physical network of "Connections" that determines who has power and who has hope.
Remembering
- Economic Geography — The study of the location, distribution, and spatial organization of economic activities across the world.
- Silicon Valley — The most famous "Economic Cluster" in the world, where thousands of tech companies live together to share ideas.
- Global Supply Chain — The complex network of people, companies, and transport that moves a product from raw material to a customer.
- GDP (Gross Domestic Product) — The total value of all goods and services produced in a place (often shown as a "Map of Light" from space).
- Core-Periphery Model — The idea that the world is divided into a "Core" (rich, industrial countries) and a "Periphery" (poor, resource-providing countries).
- Comparative Advantage — When a place can produce a specific good more efficiently than its neighbors (e.g., Chile has a comparative advantage in copper).
- Special Economic Zone (SEZ) — An area in a country (like Shenzhen in China) that has different, more "Business-friendly" laws to attract foreign investment.
- Distance Decay — The principle that the "Interaction" between two places decreases as the distance between them increases.
- Outsourcing — Moving a company's work (like a call center or factory) to a different country where labor is cheaper.
- Agglomeration — The benefit that companies get by being "Clustered" together in a city.
Understanding
Economic geography is understood through Clusters and Distance.
1. The Logic of the "Cluster": Why do all the movie companies live in Hollywood?
- When companies in the same industry live together, they share a "Labor Pool" (workers who know how to do the job).
- They share "Suppliers" (the people who sell the cameras or the software).
- Most importantly, they share "Knowledge Spillovers"—they learn from each other at lunch or in bars.
- This is why the "Digital World" hasn't killed the "City"—we still need to be near each other to innovate.
2. The Death of Distance (or not?): The internet was supposed to make "Geography" irrelevant.
- If you can work from a beach in Bali, why live in a rainy city?
- Economic geographers find that while "Information" can travel anywhere, "Trust" and "Complex Collaboration" still require physical presence.
- Geography still matters because "Borders," "Time Zones," and "Infrastructure" still exist.
3. The "Global South" and Extraction:
- Much of the world's economy is based on "Moving things from poor places to rich places."
- Coffee is grown in Ethiopia, processed in Germany, and sold in the US.
- Economic geography analyzes who gets to "Add Value" (and keep the profit) and who just "Provides the Raw Material."
The 'Gini Coefficient' Map: A way to visualize "Inequality" on a map. It shows that some of the "Richest cities" in the world also have the "Poorest neighborhoods" right next door.
Applying
Modeling 'The Transport Cost' (Deciding where to build a factory): <syntaxhighlight lang="python"> def factory_location_optimizer(raw_material_weight, finished_product_weight, transport_rate):
"""
Weber's Least Cost Theory:
Should we build near the 'Source' or the 'Market'?
"""
if raw_material_weight > finished_product_weight:
# If it 'Loses weight' during production (like steel), build near the source!
return "ADVICE: Build the factory near the MINE (Source)."
else:
# If it 'Gains weight' (like soda/bottling), build near the city!
return "ADVICE: Build the factory near the CUSTOMERS (Market)."
- Making Steel (10 tons of ore -> 1 ton of steel)
print(f"Steel: {factory_location_optimizer(10, 1, 0.5)}")
- Bottling Soda (1 ton of syrup -> 10 tons of soda)
print(f"Soda: {factory_location_optimizer(1, 10, 0.5)}") </syntaxhighlight>
- Economic Landmarks
- The 'Four Asian Tigers' → The incredible economic growth of Hong Kong, Singapore, South Korea, and Taiwan, which proved that countries could move from the "Periphery" to the "Core" in one generation.
- Rust Belt (USA) → A geographic area that was once the "Heart" of the economy (Steel/Cars) but became a "Periphery" as factories moved to other countries.
- Shenzhen, China → A tiny fishing village that was turned into an SEZ in 1980 and is now a megacity of 12 million and the "Hardware Capital" of the world.
- The 'Banana Republic' → A historical (and insulting) term for a country whose entire economy was "Controlled" by a foreign company (like the United Fruit Company).
Analyzing
| Feature | Manufacturing (Old) | Knowledge (New) |
|---|---|---|
| Key Resource | Energy and Raw Materials | Talent and Data |
| Geography | Near Rivers / Coal / Ports | Near Universities / High-speed Internet |
| Labor | Blue Collar (Physical) | White/Gold Collar (Cognitive) |
| Flexibility | Low (Hard to move a factory) | High (Easy to move a startup) |
The Concept of "Spatial Mismatch": Analyzing why poor people can't get jobs. Often, the "New Jobs" are in the rich suburbs, but the "Poor People" live in the city center with no car and bad public transport. This is a "Geographic Barrier" to wealth.
Evaluating
Evaluating economic geography:
- Inequality: Is it "Natural" for wealth to cluster in 5 global cities (NY, London, Tokyo, etc.) while the rest of the world stays "Empty"?
- Automation: If robots can make shirts in the US, will the factories "Come home" from Vietnam? (This is called "Reshoring").
- Environment: Is the "Global Supply Chain" (moving a widget 10,000 miles) a disaster for the climate?
- The Internet: Does "Working from home" mean that small towns can finally become "Rich," or will everyone just stay in the "Cool cities"?
Creating
Future Frontiers:
- Space Economics: Designing the "Economic Map" of the Solar System—where are the asteroids with gold, and where is the fuel?
- Digital SEZs: Countries creating "Virtual Special Economic Zones" where companies can live "Online" with different tax laws.
- Hyper-Local Production: Using 3D Printing to "Kill" the global supply chain, making everything you need right in your own neighborhood.
- Regenerative Economy Maps: Designing an economy that isn't about "Extraction," but about "Circular Flow"—where one factory's waste is another's raw material.