Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions data/geo/conflict-zones.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [30.5234, 50.4501] },
"properties": { "name": "Ukraine Conflict", "category": "active-conflict", "weight": 10 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [34.3088, 31.3547] },
"properties": { "name": "Gaza Conflict Zone", "category": "active-conflict", "weight": 10 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [32.5599, 15.5007] },
"properties": { "name": "Sudan Civil War", "category": "active-conflict", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [45.3182, 2.0469] },
"properties": { "name": "Somalia Instability", "category": "active-conflict", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-8.0029, 12.6392] },
"properties": { "name": "Sahel Crisis", "category": "instability", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [36.2765, 33.5138] },
"properties": { "name": "Syria Post-Conflict", "category": "post-conflict", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [69.2075, 34.5553] },
"properties": { "name": "Afghanistan Instability", "category": "instability", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [121.5654, 25.0330] },
"properties": { "name": "Taiwan Strait Flashpoint", "category": "flashpoint", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [125.7625, 39.0392] },
"properties": { "name": "Korean Peninsula Flashpoint", "category": "flashpoint", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [51.3890, 35.6892] },
"properties": { "name": "Iran Regional Tensions", "category": "flashpoint", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [96.0785, 19.7633] },
"properties": { "name": "Myanmar Civil Conflict", "category": "active-conflict", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [44.1910, 15.3694] },
"properties": { "name": "Yemen Civil War", "category": "active-conflict", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [38.7468, 9.0246] },
"properties": { "name": "Ethiopia Post-Conflict", "category": "post-conflict", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [13.1801, 32.9023] },
"properties": { "name": "Libya Instability", "category": "instability", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [20.4489, 44.7866] },
"properties": { "name": "Serbia-Kosovo Tension", "category": "tension", "weight": 3 }
}
]
}
65 changes: 65 additions & 0 deletions data/geo/financial-centers.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-74.0088, 40.7060] },
"properties": { "name": "NYSE / NASDAQ", "category": "exchange", "weight": 10 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-0.0922, 51.5155] },
"properties": { "name": "London Stock Exchange", "category": "exchange", "weight": 9 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [139.7671, 35.6815] },
"properties": { "name": "Tokyo Stock Exchange", "category": "exchange", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [114.1747, 22.2783] },
"properties": { "name": "Hong Kong Exchange", "category": "exchange", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [121.4692, 31.2327] },
"properties": { "name": "Shanghai Stock Exchange", "category": "exchange", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [8.6821, 50.1109] },
"properties": { "name": "Deutsche Borse", "category": "exchange", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [103.8508, 1.2838] },
"properties": { "name": "Singapore Exchange", "category": "exchange", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [8.5417, 47.3769] },
"properties": { "name": "SIX Swiss Exchange", "category": "exchange", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [72.8347, 18.9300] },
"properties": { "name": "BSE / NSE India", "category": "exchange", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [151.2093, -33.8688] },
"properties": { "name": "Australian Securities Exchange", "category": "exchange", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [55.2708, 25.2048] },
"properties": { "name": "Dubai Financial Market", "category": "exchange", "weight": 4 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-46.6333, -23.5505] },
"properties": { "name": "B3 Brazil Exchange", "category": "exchange", "weight": 5 }
}
]
}
65 changes: 65 additions & 0 deletions data/geo/korean-peninsula.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [126.9780, 37.5665] },
"properties": { "name": "Seoul (Capital, ROK)", "category": "capital", "weight": 10 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [125.7625, 39.0392] },
"properties": { "name": "Pyongyang (Capital, DPRK)", "category": "capital", "weight": 10 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [126.6775, 37.9564] },
"properties": { "name": "DMZ / Joint Security Area", "category": "military", "weight": 9 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [125.7550, 39.8035] },
"properties": { "name": "Yongbyon Nuclear Complex", "category": "nuclear", "weight": 9 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [129.0837, 41.2988] },
"properties": { "name": "Punggye-ri Nuclear Test Site", "category": "nuclear", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [124.7050, 39.6601] },
"properties": { "name": "Sohae Satellite Launch Station", "category": "military", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [129.6652, 40.8560] },
"properties": { "name": "Tonghae Missile Launch Site", "category": "military", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [129.0756, 35.1796] },
"properties": { "name": "Busan Major Port", "category": "economic", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [126.7052, 37.4563] },
"properties": { "name": "Incheon Airport / Port Hub", "category": "economic", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [127.0134, 36.9543] },
"properties": { "name": "Camp Humphreys (USFK HQ)", "category": "military", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [126.5547, 37.9709] },
"properties": { "name": "Kaesong Industrial Complex", "category": "economic", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [126.4983, 33.4890] },
"properties": { "name": "Jeju Naval Base", "category": "military", "weight": 4 }
}
]
}
80 changes: 80 additions & 0 deletions data/geo/natural-disasters.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [139.6917, 35.6895] },
"properties": { "name": "Earthquake / Tsunami Zone", "category": "seismic", "weight": 9 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [120.9842, 14.5995] },
"properties": { "name": "Typhoon / Earthquake Zone", "category": "multi-hazard", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [106.8456, -6.2088] },
"properties": { "name": "Earthquake / Flood Zone", "category": "multi-hazard", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [172.6362, -43.5321] },
"properties": { "name": "Earthquake Zone", "category": "seismic", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-99.1332, 19.4326] },
"properties": { "name": "Earthquake Zone", "category": "seismic", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-70.6693, -33.4489] },
"properties": { "name": "Earthquake Zone", "category": "seismic", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [90.4125, 23.8103] },
"properties": { "name": "Flood / Cyclone Zone", "category": "flood", "weight": 9 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-90.0715, 29.9511] },
"properties": { "name": "Hurricane Zone", "category": "hurricane", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [72.8777, 19.0760] },
"properties": { "name": "Monsoon Flood Zone", "category": "flood", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-118.2437, 34.0522] },
"properties": { "name": "Wildfire Zone", "category": "wildfire", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [151.2093, -33.8688] },
"properties": { "name": "Bushfire Zone", "category": "wildfire", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [45.3182, 2.0469] },
"properties": { "name": "Drought Zone", "category": "drought", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [77.1025, 28.7041] },
"properties": { "name": "Extreme Heat Zone", "category": "heat", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [15.6267, 78.2232] },
"properties": { "name": "Arctic Melting", "category": "ice-loss", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-51.7214, 64.1836] },
"properties": { "name": "Ice Sheet Loss", "category": "ice-loss", "weight": 7 }
}
]
}
80 changes: 80 additions & 0 deletions data/geo/tech-hubs.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-122.4194, 37.7749] },
"properties": { "name": "Silicon Valley", "category": "tech-hub", "weight": 10 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-122.3321, 47.6062] },
"properties": { "name": "Seattle Tech Hub", "category": "tech-hub", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-97.7431, 30.2672] },
"properties": { "name": "Austin Tech Scene", "category": "tech-hub", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-73.9857, 40.7484] },
"properties": { "name": "NYC Tech Hub", "category": "tech-hub", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-71.0589, 42.3601] },
"properties": { "name": "Boston Tech Hub", "category": "tech-hub", "weight": 6 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-0.1278, 51.5074] },
"properties": { "name": "London Tech City", "category": "tech-hub", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [13.4050, 52.5200] },
"properties": { "name": "Berlin Startup Hub", "category": "tech-hub", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [34.7818, 32.0853] },
"properties": { "name": "Tel Aviv Tech Hub", "category": "tech-hub", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [77.5946, 12.9716] },
"properties": { "name": "Bangalore IT Hub", "category": "tech-hub", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [121.4737, 31.2304] },
"properties": { "name": "Shanghai Tech Center", "category": "tech-hub", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [114.0579, 22.5431] },
"properties": { "name": "Shenzhen Hardware Hub", "category": "tech-hub", "weight": 8 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [139.6917, 35.6895] },
"properties": { "name": "Tokyo Tech District", "category": "tech-hub", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [126.9780, 37.5665] },
"properties": { "name": "Seoul Digital City", "category": "tech-hub", "weight": 7 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [103.8198, 1.3521] },
"properties": { "name": "Singapore Tech Hub", "category": "tech-hub", "weight": 5 }
},
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [121.5654, 25.0330] },
"properties": { "name": "Taipei Semiconductor Hub", "category": "semiconductor", "weight": 9 }
}
]
}
Loading