-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnewatlas.html
More file actions
44 lines (34 loc) · 4.93 KB
/
newatlas.html
File metadata and controls
44 lines (34 loc) · 4.93 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
<!DOCTYPE html><html><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><title>A wish for a new atlas</title><meta name="viewport" content="width=device-width"><link rel=stylesheet type="text/css" href="/style.css">
<script type="text/x-mathjax-config"> MathJax.Hub.Config({"HTML-CSS": { availableFonts: ["STIX","TeX"], linebreaks: { automatic:true }, preferredFont: "TeX" },
tex2jax: { displayMath: [ ["$$","$$"], ["\\[", "\\]"] ], inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ], processEscapes: true } });
</script><script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML-full"></script></head><body> <div class="header">
<nav><p><a href="#navigation">Menu</a> - <a href="#top">Top</a> - <a href="/">Home</a></nav></div>
<div class="mainarea" id="top">
<h1 id="a-wish-for-a-new-atlas">A wish for a new atlas</h1>
<p>Thanks to the <em>OpenStreetMap</em> project and its vast geographical database, as well as advances in mapmaking software, the following should be doable nowadays with open-source software and freely-licensed data, but I haven’t seen it yet:</p>
<p>An atlas of the world covering <strong>all land masses in the scale 1:4,000,000</strong>. The maps in the atlas should be <em>political maps</em>, showing:</p>
<ul>
<li>The boundaries and areas of countries and states (and their equivalents).</li>
<li>For some countries, the boundaries and areas of counties (and their equivalents).</li>
<li>Major cities and important towns, grouped by population.</li>
<li>Important rivers and bodies of water labeled.</li>
<li>Important mountain peaks, volcanoes, and depressions labeled.</li>
<li>Relief shading.</li>
<li>Natural features (for example, plains, mountain ranges, islands) labeled.</li>
</ul>
<p>The maps should not be in Mercator projection except along the equator, and the size of each page should be letter size or A4. Essentially, the maps should feel similar to the classic <em>Quick Reference World Atlas</em> that Rand McNally Publishing used to publish.</p>
<p>An atlas like this would be a handy reference for homes or classrooms.</p>
<p>How many maps would be required to achieve this goal for the scale 1:4 million? 1:6 million? 1:8 million? 1:10 million?</p>
<p><a id="License"></a></p>
<h2 id="license">License</h2>
<p>Any copyright to this page is released to the Public Domain. In case this is not possible, this page is also licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/"><strong>Creative Commons Zero</strong></a>.</p>
</div><nav id="navigation"><ul>
<li><a href="/">Back to start site.</a>
<li><a href="https://github.com/peteroupc/peteroupc.github.io">This site's repository (source code)</a>
<li><a href="https://github.com/peteroupc/peteroupc.github.io/issues">Post an issue or comment</a></ul>
<div class="noprint">
<p>
<a href="//x.com/intent/post?text=A+wish+for+a+new+atlas&url=https%3A%2F%2Fpeteroupc.github.io%2Fnewatlas.html">Share via X (Twitter)</a>, <a href="//www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fpeteroupc.github.io%2Fnewatlas.html">Share via Facebook</a>, <a href="//news.ycombinator.com/submitlink?u=https%3A%2F%2Fpeteroupc.github.io%2Fnewatlas.html&t=A+wish+for+a+new+atlas">Share via Hacker News</a>, <a href="//www.reddit.com/submit?url=https%3A%2F%2Fpeteroupc.github.io%2Fnewatlas.html&title=A+wish+for+a+new+atlas">Share via Reddit</a>
</p>
</div>
<p style='font-size:120%;font-weight:bold'><a href='https://peteroupc.github.io/newatlas.pdf'>Download a PDF of this page</a></p><p>Of interest to the computer graphics and music community:</p><ul><li><a href='https://peteroupc.github.io/graphics.html'><b>Graphics for classic-style game development</b></a>.<li><a href='https://peteroupc.github.io/graphics.html#Building_a_Public_Domain_music_synthesis_library_and_instrument_banks'><b>MIDI music synthesis for classic-style games and apps</b></a>.<li><a href='https://peteroupc.github.io/classic-wallpaper'><b>Tileable wallpapers with limited colors and resolution</b></a>.<li><a href='https://peteroupc.github.io/graphicsapi.html'><b>Lean programming interfaces for classic graphics</b></a>.<li><a href='https://peteroupc.github.io/classic-wallpaper/docs/uielements.html'><b>Traditional user-interface graphics</b></a>.<li><a href='https://peteroupc.github.io/classic-wallpaper/docs/pixeltovector.html'><b>Converting images to vector graphics</b></a>.</ul><p>Open questions for math and probability experts:</p><ul><li><a href='https://peteroupc.github.io/requests.html'><b>Requests and open questions</b></a>.<li><a href='https://peteroupc.github.io/bernreq.html'><b>Open questions on the Bernoulli factory problem (the new-coins-from-old problem)</b></a>.<li><a href='https://peteroupc.github.io/requestsother.html'><b>Other open questions on probability</b></a>.<li><a href='https://peteroupc.github.io/sampling.html'><b>The sampling problem</b></a>.</ul></nav></body></html>