From 0922737416c0f87da5424839ee3121f00d1ed464 Mon Sep 17 00:00:00 2001 From: Chandrasekhar Ramakrishnan <cramakri@ethz.ch> Date: Thu, 2 Apr 2020 13:38:33 +0000 Subject: [PATCH] data: added README for atlas --- data/atlas/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/atlas/README.md diff --git a/data/atlas/README.md b/data/atlas/README.md new file mode 100644 index 000000000..73ae93f90 --- /dev/null +++ b/data/atlas/README.md @@ -0,0 +1,28 @@ +# Atlas + +The atlas dataset contains data about places in the world from a variety of sources. + + +## Sources + +<table class="table"> +<thead> +<tr> +<th>Source</th> +<th>Folder</th> +<th>Region</th> +</tr> +</thead> +<tbody> +<tr> +<td><a href="https://data.worldbank.org/indicator/SP.POP.TOTL">Worldbank</a></td> +<td><code>worldbank</code></td> +<td>World</td> +</tr> +<tr> +<td><a href="https://worldmap.harvard.edu/data/geonode:country_centroids_az8">Harvard Worldmap</a></td> +<td><code>worldmap</code></td> +<td>World</td> +</tr> +</tbody> +</table> -- GitLab