-
Notifications
You must be signed in to change notification settings - Fork 0
/
30daymapchallenge
184 lines (110 loc) · 2.07 KB
/
30daymapchallenge
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
---
layout: page
title: 30 Day Map Challenge
permalink: /30daymapchallenge/
---
<a id="top"></a>
******
<!-- ![](.png) -->
<!-- ****** -->
<br>
# Day 1: Points
An interactive map of my favourite coffee spots around the world using Mapbox Studio and `mapdeck` in `R`.
Part of a larger project where I'm mapping my favourite places around the world to create a centralised repository so I can more easily address the following conversation:
Friend: 'Do you know any good _INSERT FOOD_ places in _INSERT CITY_?'
Me: 'Sure thing, I collated all my favourite places and mapped it all in this site. Enjoy.'
Not an exhaustive list of places and updated regularly as I find them.
### [Favourite coffee places around the world](https://darwinanddavis.github.io/worldmaps/30daymap2020/day1)
![coffee](30daymap2020/day1.jpg)
### Links
[`R` code](https://github.com/darwinanddavis/worldmaps/tree/gh-pages/docs/30daymap2020)
******
<!-- <br>
# Day 2: Lines
******
<br>
# Day 3: Polygons
******
<br>
Day 4: Hexagons
******
<br>
Day 5: Blue
******
<br>
Day 6: Red
******
<br>
Day 7: Green
******
<br>
Day 8: Yellow
******
<br>
Day 9: Monochrome
******
<br>
Day 10: Grid
******
<br>
Day 11: 3D
******
<br>
Day 12: Map not made with GIS software
******
<br>
Day 13: Raster
******
<br>
Day 14: Climate change
******
<br>
Day 15: Connections
******
<br>
Day 16: Island(s)
******
<br>
Day 17: Historical map
******
<br>
Day 18: Landuse
******
<br>
Day 19: NULL
******
<br>
Day 20: Population
******
<br>
Day 21: Water
******
<br>
Day 22: Movement
******
<br>
Day 23: Boundaries
******
<br>
Day 24: Elevation
******
<br>
Day 25: COVID-19
******
<br>
Day 26: Map with a new tool
******
<br>
Day 27: Big or small data
******
<br>
Day 28: Non-geographic map
******
<br>
Day 29: Globe
******
<br>
Day 30: A map -->
<br>
<br>
[Back to top](#top)|[Home page](./index.md)