-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (89 loc) · 4.05 KB
/
index.html
File metadata and controls
99 lines (89 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Maps | Exploring Data</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A list of maps on this website.">
<meta name="author" content="Ramiro Gómez">
<link rel="canonical" href="https://exploring-data.com/map/">
<link href="/css/style2.css" rel="stylesheet">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
</head>
<body>
<nav class="navbar">
<ul>
<li class="logo"><a href="/"><img src="/img/exploring-data.png" alt="Exploring Data Logo"></a></li>
<li class="nav-links">
<a href="/vis/">📊 Visualizations</a>
<a href="/map/">🗺️ Maps</a>
<a href="/story">🗒️ Stories</a>
<a href="/prints/">🛒 Prints</a>
<a href="/data-visualization-books/">📕 Books</a>
<a href="/datasearch/">🔍 Search for Data</a>
<a href="/sitemap/">📄 Sitemap</a>
</li>
<li class="hamburger">
<button aria-label="Menu">☰</button>
</li>
</ul>
</nav>
<div class="container columns">
<div class="column">
<div class="card">
<a href="/map/world/inflation-consumer-prices-annual/">
<img loading="lazy" src="/img/preview/inflation-consumer-prices-annual.png" alt="World Inflation Map - Annual Consumer Price Changes (%)">
<h3>World Inflation Map - Annual Consumer Price Changes (%)</h3>
</a>
<p>Interactive world map of annual inflation (%) from 1960 to 2024, showing consumer price changes...</p></div>
</div>
<div class="column">
<div class="card">
<a href="/map/3d/elevation-diary-nerja/">
<img loading="lazy" src="/img/preview/elevation-diary-nerja.png" alt="Elevation Diary: Nerja">
<h3>Elevation Diary: Nerja</h3>
</a>
<p>Interactive 3D elevation diary showing photos from a 2-week vacation in Nerja, Spain, displayed...</p></div>
</div>
<div class="column">
<div class="card">
<a href="/map/world/co2-emissions/">
<img loading="lazy" src="/img/preview/co2-emissions.png" alt="World Map of Countries by CO2 Emissions per Capita">
<h3>World Map of Countries by CO2 Emissions per Capita</h3>
</a>
<p>These choropleth maps show CO2 emissions in metric tons per capita based on data from the Carbon...</p></div>
</div>
<div class="column">
<div class="card">
<a href="/map/world/forest-area/">
<img loading="lazy" src="/img/preview/forest-area.png" alt="World Map of Countries by Forest Area Percentage of Land Area">
<h3>World Map of Countries by Forest Area Percentage of Land Area</h3>
</a>
<p>These choropleth maps show the forest area percentage of land area for the world's countries...</p></div>
</div>
<div class="column">
<div class="card">
<a href="/map/world/intentional-homicides/">
<img loading="lazy" src="/img/preview/intentional-homicides.png" alt="World Map of Intentional Homicides">
<h3>World Map of Intentional Homicides</h3>
</a>
<p>A series of geographic Choropleth maps showing the number of intentional homicides by country...</p></div>
</div>
<div class="column">
<div class="card">
<a href="/map/osm/berlin-bike-routes/">
<img loading="lazy" src="/img/preview/berlin-bike-routes.jpg" alt="Berlin Bike Routes Map">
<h3>Berlin Bike Routes Map</h3>
</a>
<p>A map of Berlin, Germany showing 14 different biking routes through and around the city. Created...</p></div>
</div>
</div>
<footer>
<p>Exploring Data is a showcase of interactive data visualizations created with open data and open source tools, <a href="/about/">learn more</a>.<br>
© 2026 </script> <a href="https://ramiro.org/">Ramiro Gómez</a>.</p>
</footer>
<script src="/compiled/script2.js"></script>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>