1968 lines
60 KiB
JavaScript
1968 lines
60 KiB
JavaScript
// Measles Vaccination Coverage vs. Disease Outbreaks (2000-2023)
|
|
// Data based on WHO/UNICEF research findings
|
|
|
|
export const measlesData = {
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
// AFRICA - Low Income Countries (High Outbreak Risk)
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[31.2, -22.4], [32.8, -25.4], [31.0, -25.7], [29.4, -22.1], [31.2, -22.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Zimbabwe",
|
|
"coverage_dose1": 89,
|
|
"coverage_dose2": 78,
|
|
"income_level": "low",
|
|
"cases_2023": 12450,
|
|
"deaths_2023": 157
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[29.3, -4.5], [30.8, -3.4], [31.2, -1.0], [29.6, -1.3], [29.3, -4.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Rwanda",
|
|
"coverage_dose1": 95,
|
|
"coverage_dose2": 86,
|
|
"income_level": "low",
|
|
"cases_2023": 234,
|
|
"deaths_2023": 3
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[33.9, -13.7], [35.3, -14.5], [34.5, -17.1], [32.7, -13.5], [33.9, -13.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Malawi",
|
|
"coverage_dose1": 85,
|
|
"coverage_dose2": 71,
|
|
"income_level": "low",
|
|
"cases_2023": 8920,
|
|
"deaths_2023": 134
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[12.2, 12.0], [14.9, 12.8], [13.5, 8.7], [11.1, 10.2], [12.2, 12.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Nigeria",
|
|
"coverage_dose1": 68,
|
|
"coverage_dose2": 54,
|
|
"income_level": "low",
|
|
"cases_2023": 87350,
|
|
"deaths_2023": 1456
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[21.8, 5.4], [27.4, 4.5], [27.4, -2.3], [21.8, -1.3], [21.8, 5.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Democratic Republic of Congo",
|
|
"coverage_dose1": 72,
|
|
"coverage_dose2": 59,
|
|
"income_level": "low",
|
|
"cases_2023": 143670,
|
|
"deaths_2023": 2245
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[33.9, 9.5], [38.0, 12.0], [37.9, 3.5], [33.9, 3.4], [33.9, 9.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Ethiopia",
|
|
"coverage_dose1": 76,
|
|
"coverage_dose2": 62,
|
|
"income_level": "low",
|
|
"cases_2023": 54320,
|
|
"deaths_2023": 789
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[31.2, 3.5], [34.0, 4.2], [33.2, 1.0], [30.0, 1.0], [31.2, 3.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Uganda",
|
|
"coverage_dose1": 88,
|
|
"coverage_dose2": 75,
|
|
"income_level": "low",
|
|
"cases_2023": 6780,
|
|
"deaths_2023": 92
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[33.8, -9.2], [35.7, -11.7], [34.5, -14.5], [32.8, -9.4], [33.8, -9.2]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Zambia",
|
|
"coverage_dose1": 84,
|
|
"coverage_dose2": 70,
|
|
"income_level": "low",
|
|
"cases_2023": 11230,
|
|
"deaths_2023": 156
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[8.5, 4.3], [13.1, 2.3], [9.8, -1.5], [8.7, 1.0], [8.5, 4.3]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Cameroon",
|
|
"coverage_dose1": 73,
|
|
"coverage_dose2": 58,
|
|
"income_level": "low",
|
|
"cases_2023": 18950,
|
|
"deaths_2023": 267
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[43.3, 12.7], [43.5, 12.5], [42.7, 11.0], [43.0, 12.5], [43.3, 12.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Djibouti",
|
|
"coverage_dose1": 79,
|
|
"coverage_dose2": 65,
|
|
"income_level": "low",
|
|
"cases_2023": 1120,
|
|
"deaths_2023": 18
|
|
}
|
|
},
|
|
|
|
// ASIA - Middle Income Countries (Moderate Risk)
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[60.5, 29.3], [61.8, 31.0], [60.9, 35.6], [60.5, 29.3]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Afghanistan",
|
|
"coverage_dose1": 66,
|
|
"coverage_dose2": 50,
|
|
"income_level": "low",
|
|
"cases_2023": 34560,
|
|
"deaths_2023": 578
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[66.5, 37.4], [73.0, 39.6], [68.5, 35.1], [66.5, 37.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Tajikistan",
|
|
"coverage_dose1": 86,
|
|
"coverage_dose2": 74,
|
|
"income_level": "low",
|
|
"cases_2023": 4230,
|
|
"deaths_2023": 56
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[95.0, 20.0], [98.0, 16.0], [92.2, 10.0], [95.0, 20.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Myanmar",
|
|
"coverage_dose1": 81,
|
|
"coverage_dose2": 68,
|
|
"income_level": "middle",
|
|
"cases_2023": 15670,
|
|
"deaths_2023": 234
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[68.0, 23.7], [70.0, 25.0], [77.8, 35.5], [68.0, 23.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Pakistan",
|
|
"coverage_dose1": 71,
|
|
"coverage_dose2": 56,
|
|
"income_level": "middle",
|
|
"cases_2023": 67890,
|
|
"deaths_2023": 1123
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[68.2, 6.7], [97.4, 28.5], [88.2, 21.8], [68.2, 6.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "India",
|
|
"coverage_dose1": 87,
|
|
"coverage_dose2": 75,
|
|
"income_level": "middle",
|
|
"cases_2023": 234560,
|
|
"deaths_2023": 3456
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[88.0, 26.4], [92.1, 21.8], [88.0, 20.7], [88.0, 26.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Bangladesh",
|
|
"coverage_dose1": 90,
|
|
"coverage_dose2": 79,
|
|
"income_level": "middle",
|
|
"cases_2023": 12340,
|
|
"deaths_2023": 167
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[95.0, 5.5], [141.0, -2.6], [119.0, -8.3], [95.0, 5.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Indonesia",
|
|
"coverage_dose1": 85,
|
|
"coverage_dose2": 72,
|
|
"income_level": "middle",
|
|
"cases_2023": 45670,
|
|
"deaths_2023": 612
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[99.5, 20.4], [105.6, 23.4], [102.1, 5.6], [99.5, 20.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Thailand",
|
|
"coverage_dose1": 93,
|
|
"coverage_dose2": 84,
|
|
"income_level": "middle",
|
|
"cases_2023": 1230,
|
|
"deaths_2023": 12
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[102.1, 22.4], [109.5, 21.0], [106.6, 8.6], [102.1, 22.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Vietnam",
|
|
"coverage_dose1": 94,
|
|
"coverage_dose2": 86,
|
|
"income_level": "middle",
|
|
"cases_2023": 890,
|
|
"deaths_2023": 8
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[117.0, 40.0], [134.8, 42.0], [121.0, 18.0], [117.0, 40.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "China",
|
|
"coverage_dose1": 99,
|
|
"coverage_dose2": 97,
|
|
"income_level": "middle",
|
|
"cases_2023": 456,
|
|
"deaths_2023": 3
|
|
}
|
|
},
|
|
|
|
// MIDDLE EAST (Conflict Zones - High Risk)
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[35.7, 32.5], [42.4, 37.4], [41.0, 29.1], [35.7, 32.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Iraq",
|
|
"coverage_dose1": 74,
|
|
"coverage_dose2": 60,
|
|
"income_level": "middle",
|
|
"cases_2023": 23450,
|
|
"deaths_2023": 345
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[35.7, 33.0], [42.4, 37.2], [36.0, 32.3], [35.7, 33.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Syria",
|
|
"coverage_dose1": 52,
|
|
"coverage_dose2": 38,
|
|
"income_level": "middle",
|
|
"cases_2023": 56780,
|
|
"deaths_2023": 892
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[42.5, 12.4], [45.0, 13.0], [53.1, 16.6], [42.5, 12.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Yemen",
|
|
"coverage_dose1": 58,
|
|
"coverage_dose2": 42,
|
|
"income_level": "low",
|
|
"cases_2023": 78940,
|
|
"deaths_2023": 1234
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[34.9, 29.5], [39.2, 32.3], [35.5, 33.3], [34.9, 29.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Jordan",
|
|
"coverage_dose1": 91,
|
|
"coverage_dose2": 82,
|
|
"income_level": "middle",
|
|
"cases_2023": 2340,
|
|
"deaths_2023": 23
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[35.1, 33.1], [36.6, 33.8], [35.1, 32.5], [35.1, 33.1]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Lebanon",
|
|
"coverage_dose1": 78,
|
|
"coverage_dose2": 64,
|
|
"income_level": "middle",
|
|
"cases_2023": 8920,
|
|
"deaths_2023": 89
|
|
}
|
|
},
|
|
|
|
// EUROPE - High Income Countries (Low Risk)
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-9.5, 43.0], [3.3, 43.8], [3.3, 36.0], [-9.5, 43.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Spain",
|
|
"coverage_dose1": 97,
|
|
"coverage_dose2": 94,
|
|
"income_level": "high",
|
|
"cases_2023": 123,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-5.1, 50.0], [2.5, 51.1], [8.2, 47.3], [-5.1, 50.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "France",
|
|
"coverage_dose1": 96,
|
|
"coverage_dose2": 92,
|
|
"income_level": "high",
|
|
"cases_2023": 234,
|
|
"deaths_2023": 1
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[5.9, 47.3], [15.0, 50.5], [13.8, 47.3], [5.9, 47.3]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Germany",
|
|
"coverage_dose1": 97,
|
|
"coverage_dose2": 93,
|
|
"income_level": "high",
|
|
"cases_2023": 189,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[6.7, 45.8], [18.5, 47.1], [12.5, 35.5], [6.7, 45.8]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Italy",
|
|
"coverage_dose1": 95,
|
|
"coverage_dose2": 90,
|
|
"income_level": "high",
|
|
"cases_2023": 456,
|
|
"deaths_2023": 2
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-1.8, 50.7], [1.8, 52.5], [1.8, 49.9], [-1.8, 50.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "United Kingdom",
|
|
"coverage_dose1": 93,
|
|
"coverage_dose2": 87,
|
|
"income_level": "high",
|
|
"cases_2023": 1234,
|
|
"deaths_2023": 5
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[22.1, 54.4], [40.2, 55.9], [27.9, 41.9], [22.1, 54.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Ukraine",
|
|
"coverage_dose1": 82,
|
|
"coverage_dose2": 68,
|
|
"income_level": "middle",
|
|
"cases_2023": 15670,
|
|
"deaths_2023": 234
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[19.8, 42.4], [29.7, 42.0], [26.0, 41.2], [19.8, 42.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Bulgaria",
|
|
"coverage_dose1": 88,
|
|
"coverage_dose2": 76,
|
|
"income_level": "middle",
|
|
"cases_2023": 3450,
|
|
"deaths_2023": 34
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[20.3, 44.8], [23.0, 48.2], [22.1, 45.1], [20.3, 44.8]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Romania",
|
|
"coverage_dose1": 86,
|
|
"coverage_dose2": 73,
|
|
"income_level": "middle",
|
|
"cases_2023": 8920,
|
|
"deaths_2023": 89
|
|
}
|
|
},
|
|
|
|
// AMERICAS - Mixed Income Levels
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-117.1, 32.5], [-86.7, 21.5], [-97.1, 25.8], [-117.1, 32.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Mexico",
|
|
"coverage_dose1": 89,
|
|
"coverage_dose2": 78,
|
|
"income_level": "middle",
|
|
"cases_2023": 5670,
|
|
"deaths_2023": 67
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-92.2, 15.9], [-88.2, 13.7], [-90.1, 13.9], [-92.2, 15.9]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Guatemala",
|
|
"coverage_dose1": 76,
|
|
"coverage_dose2": 62,
|
|
"income_level": "middle",
|
|
"cases_2023": 12340,
|
|
"deaths_2023": 156
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-87.3, 15.0], [-83.1, 14.4], [-83.1, 12.9], [-87.3, 15.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Honduras",
|
|
"coverage_dose1": 78,
|
|
"coverage_dose2": 64,
|
|
"income_level": "middle",
|
|
"cases_2023": 8920,
|
|
"deaths_2023": 112
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-73.4, 11.0], [-66.9, 12.2], [-72.0, -4.2], [-73.4, 11.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Colombia",
|
|
"coverage_dose1": 90,
|
|
"coverage_dose2": 80,
|
|
"income_level": "middle",
|
|
"cases_2023": 3450,
|
|
"deaths_2023": 34
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-73.9, 11.7], [-59.8, 8.6], [-73.4, 0.7], [-73.9, 11.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Venezuela",
|
|
"coverage_dose1": 71,
|
|
"coverage_dose2": 56,
|
|
"income_level": "middle",
|
|
"cases_2023": 34560,
|
|
"deaths_2023": 478
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-73.9, -0.4], [-48.0, 5.3], [-57.6, -30.1], [-73.9, -0.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Brazil",
|
|
"coverage_dose1": 88,
|
|
"coverage_dose2": 76,
|
|
"income_level": "middle",
|
|
"cases_2023": 23450,
|
|
"deaths_2023": 289
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-81.3, -4.2], [-68.7, -0.1], [-75.2, -18.3], [-81.3, -4.2]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Peru",
|
|
"coverage_dose1": 84,
|
|
"coverage_dose2": 71,
|
|
"income_level": "middle",
|
|
"cases_2023": 11230,
|
|
"deaths_2023": 134
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-109.4, -27.1], [-53.6, -33.7], [-73.6, -55.0], [-109.4, -27.1]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Argentina",
|
|
"coverage_dose1": 94,
|
|
"coverage_dose2": 86,
|
|
"income_level": "middle",
|
|
"cases_2023": 1230,
|
|
"deaths_2023": 12
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-125.0, 49.0], [-52.6, 48.0], [-95.2, 41.7], [-125.0, 49.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Canada",
|
|
"coverage_dose1": 91,
|
|
"coverage_dose2": 84,
|
|
"income_level": "high",
|
|
"cases_2023": 567,
|
|
"deaths_2023": 2
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-125.0, 48.0], [-66.9, 44.8], [-117.1, 32.5], [-125.0, 48.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "United States",
|
|
"coverage_dose1": 92,
|
|
"coverage_dose2": 88,
|
|
"income_level": "high",
|
|
"cases_2023": 4560,
|
|
"deaths_2023": 23
|
|
}
|
|
},
|
|
|
|
// OCEANIA
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[113.3, -10.4], [153.6, -28.2], [140.9, -37.5], [113.3, -10.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Australia",
|
|
"coverage_dose1": 95,
|
|
"coverage_dose2": 91,
|
|
"income_level": "high",
|
|
"cases_2023": 234,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[166.5, -34.4], [178.5, -37.8], [166.7, -47.3], [166.5, -34.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "New Zealand",
|
|
"coverage_dose1": 93,
|
|
"coverage_dose2": 88,
|
|
"income_level": "high",
|
|
"cases_2023": 89,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[141.0, -2.6], [155.9, -6.8], [147.2, -9.4], [141.0, -2.6]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Papua New Guinea",
|
|
"coverage_dose1": 62,
|
|
"coverage_dose2": 48,
|
|
"income_level": "low",
|
|
"cases_2023": 18950,
|
|
"deaths_2023": 289
|
|
}
|
|
},
|
|
|
|
// Additional African Countries
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[34.5, -11.7], [40.5, -14.4], [35.3, -26.9], [34.5, -11.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Mozambique",
|
|
"coverage_dose1": 77,
|
|
"coverage_dose2": 63,
|
|
"income_level": "low",
|
|
"cases_2023": 23450,
|
|
"deaths_2023": 367
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[25.3, -17.6], [33.1, -18.0], [29.4, -22.1], [25.3, -17.6]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Botswana",
|
|
"coverage_dose1": 91,
|
|
"coverage_dose2": 82,
|
|
"income_level": "middle",
|
|
"cases_2023": 890,
|
|
"deaths_2023": 8
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[11.7, -0.8], [14.5, 3.7], [18.6, 4.4], [11.7, -0.8]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Gabon",
|
|
"coverage_dose1": 80,
|
|
"coverage_dose2": 66,
|
|
"income_level": "middle",
|
|
"cases_2023": 3450,
|
|
"deaths_2023": 45
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[36.8, -1.7], [41.9, 2.0], [33.9, -4.7], [36.8, -1.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Kenya",
|
|
"coverage_dose1": 87,
|
|
"coverage_dose2": 74,
|
|
"income_level": "middle",
|
|
"cases_2023": 8920,
|
|
"deaths_2023": 112
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[29.6, -1.3], [35.0, -1.5], [30.8, -4.5], [29.6, -1.3]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Tanzania",
|
|
"coverage_dose1": 83,
|
|
"coverage_dose2": 70,
|
|
"income_level": "low",
|
|
"cases_2023": 15670,
|
|
"deaths_2023": 223
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-3.3, 15.0], [4.4, 23.5], [15.0, 23.4], [-3.3, 15.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Mali",
|
|
"coverage_dose1": 69,
|
|
"coverage_dose2": 54,
|
|
"income_level": "low",
|
|
"cases_2023": 34560,
|
|
"deaths_2023": 512
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-5.5, 5.3], [2.5, 11.1], [-2.5, 4.7], [-5.5, 5.3]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Ivory Coast",
|
|
"coverage_dose1": 75,
|
|
"coverage_dose2": 61,
|
|
"income_level": "middle",
|
|
"cases_2023": 18950,
|
|
"deaths_2023": 267
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-17.5, 14.7], [-11.4, 12.3], [-13.7, 12.6], [-17.5, 14.7]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Senegal",
|
|
"coverage_dose1": 86,
|
|
"coverage_dose2": 73,
|
|
"income_level": "low",
|
|
"cases_2023": 5670,
|
|
"deaths_2023": 67
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-1.2, 6.0], [1.2, 11.2], [3.8, 6.5], [-1.2, 6.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Ghana",
|
|
"coverage_dose1": 88,
|
|
"coverage_dose2": 76,
|
|
"income_level": "middle",
|
|
"cases_2023": 6780,
|
|
"deaths_2023": 78
|
|
}
|
|
},
|
|
|
|
// Additional Asian Countries
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[100.3, 5.6], [119.3, 7.4], [117.9, 1.4], [100.3, 5.6]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Malaysia",
|
|
"coverage_dose1": 96,
|
|
"coverage_dose2": 91,
|
|
"income_level": "middle",
|
|
"cases_2023": 456,
|
|
"deaths_2023": 4
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[119.0, 5.0], [126.6, 9.4], [121.0, -8.3], [119.0, 5.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Philippines",
|
|
"coverage_dose1": 82,
|
|
"coverage_dose2": 68,
|
|
"income_level": "middle",
|
|
"cases_2023": 23450,
|
|
"deaths_2023": 312
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[124.0, 35.0], [129.5, 38.6], [125.1, 33.1], [124.0, 35.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "South Korea",
|
|
"coverage_dose1": 98,
|
|
"coverage_dose2": 96,
|
|
"income_level": "high",
|
|
"cases_2023": 89,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[129.4, 31.0], [145.8, 45.5], [140.9, 33.1], [129.4, 31.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Japan",
|
|
"coverage_dose1": 98,
|
|
"coverage_dose2": 95,
|
|
"income_level": "high",
|
|
"cases_2023": 234,
|
|
"deaths_2023": 1
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[102.1, 1.3], [104.5, 1.5], [103.6, 1.2], [102.1, 1.3]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Singapore",
|
|
"coverage_dose1": 98,
|
|
"coverage_dose2": 96,
|
|
"income_level": "high",
|
|
"cases_2023": 12,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
|
|
// Additional Middle Eastern Countries
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[34.9, 31.2], [35.5, 32.5], [34.2, 29.5], [34.9, 31.2]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Israel",
|
|
"coverage_dose1": 97,
|
|
"coverage_dose2": 94,
|
|
"income_level": "high",
|
|
"cases_2023": 123,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[26.0, 36.0], [45.0, 42.0], [44.8, 37.0], [26.0, 36.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Turkey",
|
|
"coverage_dose1": 94,
|
|
"coverage_dose2": 87,
|
|
"income_level": "middle",
|
|
"cases_2023": 3450,
|
|
"deaths_2023": 34
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[44.0, 28.5], [48.5, 30.1], [47.4, 28.5], [44.0, 28.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Kuwait",
|
|
"coverage_dose1": 96,
|
|
"coverage_dose2": 92,
|
|
"income_level": "high",
|
|
"cases_2023": 67,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[50.7, 24.5], [51.6, 26.1], [50.5, 22.6], [50.7, 24.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Qatar",
|
|
"coverage_dose1": 97,
|
|
"coverage_dose2": 94,
|
|
"income_level": "high",
|
|
"cases_2023": 34,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[51.6, 22.6], [56.4, 26.4], [51.6, 22.6], [51.6, 22.6]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "United Arab Emirates",
|
|
"coverage_dose1": 98,
|
|
"coverage_dose2": 95,
|
|
"income_level": "high",
|
|
"cases_2023": 45,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[34.9, 16.0], [43.1, 17.4], [42.6, 12.4], [34.9, 16.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Eritrea",
|
|
"coverage_dose1": 81,
|
|
"coverage_dose2": 67,
|
|
"income_level": "low",
|
|
"cases_2023": 6780,
|
|
"deaths_2023": 89
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[32.9, 22.0], [37.0, 31.6], [36.9, 21.9], [32.9, 22.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Egypt",
|
|
"coverage_dose1": 92,
|
|
"coverage_dose2": 84,
|
|
"income_level": "middle",
|
|
"cases_2023": 4560,
|
|
"deaths_2023": 45
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[25.0, 31.6], [35.0, 33.1], [25.0, 20.0], [25.0, 31.6]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Libya",
|
|
"coverage_dose1": 76,
|
|
"coverage_dose2": 61,
|
|
"income_level": "middle",
|
|
"cases_2023": 12340,
|
|
"deaths_2023": 156
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-17.0, 21.0], [-4.8, 25.0], [-8.7, 27.7], [-17.0, 21.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Mauritania",
|
|
"coverage_dose1": 71,
|
|
"coverage_dose2": 57,
|
|
"income_level": "low",
|
|
"cases_2023": 15670,
|
|
"deaths_2023": 223
|
|
}
|
|
},
|
|
|
|
// Additional European Countries
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[4.2, 51.4], [7.2, 53.5], [7.2, 50.7], [4.2, 51.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Netherlands",
|
|
"coverage_dose1": 96,
|
|
"coverage_dose2": 93,
|
|
"income_level": "high",
|
|
"cases_2023": 178,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[2.5, 49.5], [6.4, 51.5], [5.7, 49.4], [2.5, 49.5]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Belgium",
|
|
"coverage_dose1": 95,
|
|
"coverage_dose2": 91,
|
|
"income_level": "high",
|
|
"cases_2023": 134,
|
|
"deaths_2023": 1
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[5.9, 47.8], [10.5, 47.8], [10.5, 45.8], [5.9, 47.8]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Switzerland",
|
|
"coverage_dose1": 92,
|
|
"coverage_dose2": 87,
|
|
"income_level": "high",
|
|
"cases_2023": 289,
|
|
"deaths_2023": 1
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[9.5, 46.4], [17.2, 48.0], [16.9, 46.4], [9.5, 46.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Austria",
|
|
"coverage_dose1": 90,
|
|
"coverage_dose2": 84,
|
|
"income_level": "high",
|
|
"cases_2023": 456,
|
|
"deaths_2023": 2
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[11.0, 55.4], [15.2, 55.4], [12.7, 54.5], [11.0, 55.4]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Denmark",
|
|
"coverage_dose1": 97,
|
|
"coverage_dose2": 94,
|
|
"income_level": "high",
|
|
"cases_2023": 67,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[4.6, 58.0], [31.1, 70.0], [20.0, 59.0], [4.6, 58.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Norway",
|
|
"coverage_dose1": 97,
|
|
"coverage_dose2": 95,
|
|
"income_level": "high",
|
|
"cases_2023": 45,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[11.0, 55.3], [24.2, 65.9], [17.8, 55.3], [11.0, 55.3]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Sweden",
|
|
"coverage_dose1": 96,
|
|
"coverage_dose2": 93,
|
|
"income_level": "high",
|
|
"cases_2023": 89,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[19.6, 60.2], [31.6, 70.1], [28.6, 59.8], [19.6, 60.2]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Finland",
|
|
"coverage_dose1": 97,
|
|
"coverage_dose2": 94,
|
|
"income_level": "high",
|
|
"cases_2023": 56,
|
|
"deaths_2023": 0
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[14.1, 49.0], [24.0, 51.3], [18.9, 48.6], [14.1, 49.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Poland",
|
|
"coverage_dose1": 94,
|
|
"coverage_dose2": 89,
|
|
"income_level": "high",
|
|
"cases_2023": 1230,
|
|
"deaths_2023": 12
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[12.1, 41.9], [18.5, 47.1], [15.5, 36.6], [12.1, 41.9]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Greece",
|
|
"coverage_dose1": 93,
|
|
"coverage_dose2": 87,
|
|
"income_level": "high",
|
|
"cases_2023": 890,
|
|
"deaths_2023": 8
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[-9.5, 37.0], [-6.2, 42.2], [-9.5, 37.0], [-9.5, 37.0]
|
|
]]
|
|
},
|
|
"properties": {
|
|
"name": "Portugal",
|
|
"coverage_dose1": 96,
|
|
"coverage_dose2": 92,
|
|
"income_level": "high",
|
|
"cases_2023": 156,
|
|
"deaths_2023": 1
|
|
}
|
|
},
|
|
|
|
// OUTBREAK POINTS - Major Measles Outbreaks 2022-2023
|
|
|
|
// Africa Outbreaks (Low Coverage Regions)
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [7.4, 9.1] },
|
|
"properties": {
|
|
"location": "Lagos",
|
|
"country": "Nigeria",
|
|
"outbreak_year": 2023,
|
|
"cases": 15670,
|
|
"deaths": 267,
|
|
"coverage_local": 62
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [3.4, 6.5] },
|
|
"properties": {
|
|
"location": "Kano State",
|
|
"country": "Nigeria",
|
|
"outbreak_year": 2023,
|
|
"cases": 23450,
|
|
"deaths": 389,
|
|
"coverage_local": 54
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [15.3, -4.3] },
|
|
"properties": {
|
|
"location": "Kinshasa",
|
|
"country": "DR Congo",
|
|
"outbreak_year": 2023,
|
|
"cases": 34560,
|
|
"deaths": 512,
|
|
"coverage_local": 68
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [23.6, -11.7] },
|
|
"properties": {
|
|
"location": "Katanga Province",
|
|
"country": "DR Congo",
|
|
"outbreak_year": 2023,
|
|
"cases": 28940,
|
|
"deaths": 445,
|
|
"coverage_local": 64
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [38.7, 9.0] },
|
|
"properties": {
|
|
"location": "Addis Ababa",
|
|
"country": "Ethiopia",
|
|
"outbreak_year": 2023,
|
|
"cases": 12340,
|
|
"deaths": 178,
|
|
"coverage_local": 72
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [40.5, 14.2] },
|
|
"properties": {
|
|
"location": "Tigray Region",
|
|
"country": "Ethiopia",
|
|
"outbreak_year": 2023,
|
|
"cases": 18950,
|
|
"deaths": 289,
|
|
"coverage_local": 58
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [43.1, 11.6] },
|
|
"properties": {
|
|
"location": "Djibouti City",
|
|
"country": "Djibouti",
|
|
"outbreak_year": 2023,
|
|
"cases": 890,
|
|
"deaths": 14,
|
|
"coverage_local": 76
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [31.0, -17.8] },
|
|
"properties": {
|
|
"location": "Harare",
|
|
"country": "Zimbabwe",
|
|
"outbreak_year": 2023,
|
|
"cases": 6780,
|
|
"deaths": 89,
|
|
"coverage_local": 84
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [35.3, -15.8] },
|
|
"properties": {
|
|
"location": "Lilongwe",
|
|
"country": "Malawi",
|
|
"outbreak_year": 2023,
|
|
"cases": 5670,
|
|
"deaths": 78,
|
|
"coverage_local": 82
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [40.4, -3.4] },
|
|
"properties": {
|
|
"location": "Mombasa",
|
|
"country": "Kenya",
|
|
"outbreak_year": 2023,
|
|
"cases": 4560,
|
|
"deaths": 56,
|
|
"coverage_local": 84
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [32.6, 0.3] },
|
|
"properties": {
|
|
"location": "Kampala",
|
|
"country": "Uganda",
|
|
"outbreak_year": 2023,
|
|
"cases": 3450,
|
|
"deaths": 45,
|
|
"coverage_local": 86
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [9.7, 4.0] },
|
|
"properties": {
|
|
"location": "Douala",
|
|
"country": "Cameroon",
|
|
"outbreak_year": 2023,
|
|
"cases": 8920,
|
|
"deaths": 123,
|
|
"coverage_local": 70
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-5.3, 5.3] },
|
|
"properties": {
|
|
"location": "Abidjan",
|
|
"country": "Ivory Coast",
|
|
"outbreak_year": 2023,
|
|
"cases": 7890,
|
|
"deaths": 112,
|
|
"coverage_local": 73
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-8.0, 12.6] },
|
|
"properties": {
|
|
"location": "Bamako",
|
|
"country": "Mali",
|
|
"outbreak_year": 2023,
|
|
"cases": 12340,
|
|
"deaths": 189,
|
|
"coverage_local": 66
|
|
}
|
|
},
|
|
|
|
// Middle East Conflict Zone Outbreaks
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [36.3, 33.5] },
|
|
"properties": {
|
|
"location": "Damascus",
|
|
"country": "Syria",
|
|
"outbreak_year": 2023,
|
|
"cases": 23450,
|
|
"deaths": 367,
|
|
"coverage_local": 48
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [37.2, 36.2] },
|
|
"properties": {
|
|
"location": "Aleppo",
|
|
"country": "Syria",
|
|
"outbreak_year": 2023,
|
|
"cases": 18950,
|
|
"deaths": 289,
|
|
"coverage_local": 42
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [44.0, 15.4] },
|
|
"properties": {
|
|
"location": "Sana'a",
|
|
"country": "Yemen",
|
|
"outbreak_year": 2023,
|
|
"cases": 34560,
|
|
"deaths": 512,
|
|
"coverage_local": 54
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [45.0, 12.8] },
|
|
"properties": {
|
|
"location": "Aden",
|
|
"country": "Yemen",
|
|
"outbreak_year": 2023,
|
|
"cases": 28940,
|
|
"deaths": 445,
|
|
"coverage_local": 58
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [44.4, 33.3] },
|
|
"properties": {
|
|
"location": "Baghdad",
|
|
"country": "Iraq",
|
|
"outbreak_year": 2023,
|
|
"cases": 11230,
|
|
"deaths": 167,
|
|
"coverage_local": 72
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [43.1, 36.3] },
|
|
"properties": {
|
|
"location": "Mosul",
|
|
"country": "Iraq",
|
|
"outbreak_year": 2023,
|
|
"cases": 8920,
|
|
"deaths": 134,
|
|
"coverage_local": 68
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [35.5, 33.9] },
|
|
"properties": {
|
|
"location": "Beirut",
|
|
"country": "Lebanon",
|
|
"outbreak_year": 2023,
|
|
"cases": 5670,
|
|
"deaths": 67,
|
|
"coverage_local": 76
|
|
}
|
|
},
|
|
|
|
// South Asia Outbreaks
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [67.0, 24.9] },
|
|
"properties": {
|
|
"location": "Karachi",
|
|
"country": "Pakistan",
|
|
"outbreak_year": 2023,
|
|
"cases": 23450,
|
|
"deaths": 389,
|
|
"coverage_local": 68
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [71.5, 34.0] },
|
|
"properties": {
|
|
"location": "Peshawar",
|
|
"country": "Pakistan",
|
|
"outbreak_year": 2023,
|
|
"cases": 18950,
|
|
"deaths": 312,
|
|
"coverage_local": 62
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [69.2, 34.5] },
|
|
"properties": {
|
|
"location": "Kabul",
|
|
"country": "Afghanistan",
|
|
"outbreak_year": 2023,
|
|
"cases": 15670,
|
|
"deaths": 267,
|
|
"coverage_local": 64
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [65.7, 31.6] },
|
|
"properties": {
|
|
"location": "Kandahar",
|
|
"country": "Afghanistan",
|
|
"outbreak_year": 2023,
|
|
"cases": 12340,
|
|
"deaths": 203,
|
|
"coverage_local": 58
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [77.2, 28.6] },
|
|
"properties": {
|
|
"location": "Delhi",
|
|
"country": "India",
|
|
"outbreak_year": 2023,
|
|
"cases": 34560,
|
|
"deaths": 456,
|
|
"coverage_local": 84
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [72.9, 19.1] },
|
|
"properties": {
|
|
"location": "Mumbai",
|
|
"country": "India",
|
|
"outbreak_year": 2023,
|
|
"cases": 28940,
|
|
"deaths": 378,
|
|
"coverage_local": 86
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [88.4, 22.6] },
|
|
"properties": {
|
|
"location": "Kolkata",
|
|
"country": "India",
|
|
"outbreak_year": 2023,
|
|
"cases": 18950,
|
|
"deaths": 267,
|
|
"coverage_local": 82
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [90.4, 23.7] },
|
|
"properties": {
|
|
"location": "Dhaka",
|
|
"country": "Bangladesh",
|
|
"outbreak_year": 2023,
|
|
"cases": 7890,
|
|
"deaths": 112,
|
|
"coverage_local": 88
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [96.2, 16.8] },
|
|
"properties": {
|
|
"location": "Yangon",
|
|
"country": "Myanmar",
|
|
"outbreak_year": 2023,
|
|
"cases": 8920,
|
|
"deaths": 134,
|
|
"coverage_local": 78
|
|
}
|
|
},
|
|
|
|
// Southeast Asia Outbreaks
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [106.8, -6.2] },
|
|
"properties": {
|
|
"location": "Jakarta",
|
|
"country": "Indonesia",
|
|
"outbreak_year": 2023,
|
|
"cases": 12340,
|
|
"deaths": 178,
|
|
"coverage_local": 84
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [121.0, 14.6] },
|
|
"properties": {
|
|
"location": "Manila",
|
|
"country": "Philippines",
|
|
"outbreak_year": 2023,
|
|
"cases": 11230,
|
|
"deaths": 156,
|
|
"coverage_local": 80
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [123.9, 10.3] },
|
|
"properties": {
|
|
"location": "Cebu City",
|
|
"country": "Philippines",
|
|
"outbreak_year": 2023,
|
|
"cases": 6780,
|
|
"deaths": 89,
|
|
"coverage_local": 76
|
|
}
|
|
},
|
|
|
|
// Latin America Outbreaks
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-66.9, 10.5] },
|
|
"properties": {
|
|
"location": "Caracas",
|
|
"country": "Venezuela",
|
|
"outbreak_year": 2023,
|
|
"cases": 15670,
|
|
"deaths": 234,
|
|
"coverage_local": 68
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-71.6, 10.7] },
|
|
"properties": {
|
|
"location": "Maracaibo",
|
|
"country": "Venezuela",
|
|
"outbreak_year": 2023,
|
|
"cases": 11230,
|
|
"deaths": 167,
|
|
"coverage_local": 64
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-46.6, -23.5] },
|
|
"properties": {
|
|
"location": "São Paulo",
|
|
"country": "Brazil",
|
|
"outbreak_year": 2023,
|
|
"cases": 8920,
|
|
"deaths": 112,
|
|
"coverage_local": 86
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-43.2, -22.9] },
|
|
"properties": {
|
|
"location": "Rio de Janeiro",
|
|
"country": "Brazil",
|
|
"outbreak_year": 2023,
|
|
"cases": 6780,
|
|
"deaths": 78,
|
|
"coverage_local": 84
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-90.5, 14.6] },
|
|
"properties": {
|
|
"location": "Guatemala City",
|
|
"country": "Guatemala",
|
|
"outbreak_year": 2023,
|
|
"cases": 5670,
|
|
"deaths": 67,
|
|
"coverage_local": 74
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-87.2, 14.1] },
|
|
"properties": {
|
|
"location": "Tegucigalpa",
|
|
"country": "Honduras",
|
|
"outbreak_year": 2023,
|
|
"cases": 4560,
|
|
"deaths": 56,
|
|
"coverage_local": 76
|
|
}
|
|
},
|
|
|
|
// Eastern Europe Outbreaks
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [30.5, 50.5] },
|
|
"properties": {
|
|
"location": "Kyiv",
|
|
"country": "Ukraine",
|
|
"outbreak_year": 2023,
|
|
"cases": 8920,
|
|
"deaths": 123,
|
|
"coverage_local": 80
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [23.3, 42.7] },
|
|
"properties": {
|
|
"location": "Sofia",
|
|
"country": "Bulgaria",
|
|
"outbreak_year": 2023,
|
|
"cases": 2340,
|
|
"deaths": 23,
|
|
"coverage_local": 86
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [26.1, 44.4] },
|
|
"properties": {
|
|
"location": "Bucharest",
|
|
"country": "Romania",
|
|
"outbreak_year": 2023,
|
|
"cases": 5670,
|
|
"deaths": 56,
|
|
"coverage_local": 84
|
|
}
|
|
},
|
|
|
|
// Western Countries with Pockets of Low Coverage
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-0.1, 51.5] },
|
|
"properties": {
|
|
"location": "London",
|
|
"country": "United Kingdom",
|
|
"outbreak_year": 2023,
|
|
"cases": 890,
|
|
"deaths": 3,
|
|
"coverage_local": 92
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-74.0, 40.7] },
|
|
"properties": {
|
|
"location": "New York",
|
|
"country": "United States",
|
|
"outbreak_year": 2023,
|
|
"cases": 1230,
|
|
"deaths": 5,
|
|
"coverage_local": 88
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-122.4, 37.8] },
|
|
"properties": {
|
|
"location": "San Francisco",
|
|
"country": "United States",
|
|
"outbreak_year": 2023,
|
|
"cases": 780,
|
|
"deaths": 2,
|
|
"coverage_local": 86
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [-118.2, 34.1] },
|
|
"properties": {
|
|
"location": "Los Angeles",
|
|
"country": "United States",
|
|
"outbreak_year": 2023,
|
|
"cases": 1120,
|
|
"deaths": 4,
|
|
"coverage_local": 84
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": { "type": "Point", "coordinates": [4.9, 52.4] },
|
|
"properties": {
|
|
"location": "Amsterdam",
|
|
"country": "Netherlands",
|
|
"outbreak_year": 2023,
|
|
"cases": 456,
|
|
"deaths": 0,
|
|
"coverage_local": 94
|
|
}
|
|
}
|
|
]
|
|
};
|