-
Notifications
You must be signed in to change notification settings - Fork 72
/
index.html
494 lines (488 loc) · 19.1 KB
/
index.html
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!DOCTYPE html>
<!--
Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Raluca's 3D experiments</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="./website/css/main.css" />
<noscript>
<link rel="stylesheet" href="./website/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">3D web experiments</a></h1>
<nav>
<ul>
<li><a href="#footer" class="icon fa-info-circle">About</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<article class="thumb">
<a href="./website/images/cambridge-watercolor.png" class="image"
><img src="./website/images/cambridge-watercolor.png" alt=""
/></a>
<h2>Watercolor basemap</h2>
<p>
<a href="./cambridge-watercolor/">Explore the map</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/low-poly-globe.png" class="image"
><img src="./website/images/low-poly-globe.png" alt=""
/></a>
<h2>A low poly globe</h2>
<p>
<a href="./low-poly-globe/">Explore the map</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/carbon-dioxide.png" class="image"
><img src="./website/images/carbon-dioxide.png" alt=""
/></a>
<h2>Carbon dioxide reanalysis model</h2>
<p>
A visualization of Copernicus Atmosphere and Monitoring Service
CO<sub>2</sub>
reanalysis model
<a href="./carbon-dioxide/">Explore the map</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/education.png" class="image"
><img src="./website/images/education.png" alt=""
/></a>
<h2>Education access</h2>
<p>
Children stay longer in school compared to 30 years ago
<a href="./education-access/">Explore the map</a>
</p>
</article>
<article class="thumb">
<a href="./winter-landscape/assets/img/screenshot.png" class="image"
><img src="./winter-landscape/assets/img/screenshot.png" alt=""
/></a>
<h2>Winter landscape</h2>
<p>
A winter basemap in 3D <a href="./winter-landscape/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/zurich-festival.jpg" class="image"
><img src="./website/images/zurich-festival.jpg" alt=""
/></a>
<h2>Zurich Spring Festival</h2>
<p>
Experiments with 3D bars. <a href="./zurich-festival/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/labels-3d.png" class="image"
><img src="./website/images/labels-3d.png" alt=""
/></a>
<h2>3D labels</h2>
<p>
Experiments with 3D labels. <a href="./labels-3d/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/kisaralik-river.png" class="image"
><img src="./website/images/kisaralik-river.png" alt=""
/></a>
<h2>Kisaralik river terrain</h2>
<p>
Displaying a terrain landscape for Kisaralik river.
<a href="./kisaralik-river/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/malta-contour-lines.png" class="image"
><img src="./website/images/malta-contour-lines.png" alt=""
/></a>
<h2>Malta in contour lines</h2>
<p>
Displaying Malta's elevation only using contour lines (and fancy
water rendering and some palm trees).
<a href="./malta-contour-lines/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/ridgeline-3D.png" class="image"
><img src="./website/images/ridgeline-3D.png" alt=""
/></a>
<h2>Ridgeline mountains</h2>
<p>
The Swiss mountains in a 3D ridgeline graph. Also called a joy plot.
See <a href="./ridgeline-3D/">Live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/sanfrancisco-buildings.png" class="image"
><img src="./website/images/sanfrancisco-buildings.png" alt=""
/></a>
<h2>San Francisco buildings</h2>
<p>
A building exploration application using client-side filters and
different renderers. See
<a href="./sanfrancisco-buildings/">Live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/zurich-hb.png" class="image"
><img src="./website/images/zurich-hb.png" alt=""
/></a>
<h2>Train station 3D plan</h2>
<p>
A 3D plan of Zurich train station. Data source © SBB/CFF/FFS,
<a href="www.trafimage.ch">www.trafimage.ch</a>. See
<a href="./zurich-hb/">Live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/low-poly-switzerland.png" class="image"
><img src="./website/images/low-poly-switzerland.png" alt=""
/></a>
<h2>Low poly Switzerland</h2>
<p>
<a href="./low-poly-switzerland/">Live demo</a>. A low poly terrain
of Switzerland. A simple one.
</p>
</article>
<article class="thumb">
<a href="./website/images/low-poly-world.png" class="image"
><img src="./website/images/low-poly-world.png" alt=""
/></a>
<h2>Low poly world map</h2>
<p>
<a href="./low-poly-world/">Live demo</a>. Inspired by
<a
href="https://www.123rf.com/portfolio/kundra/2.html?mediapopup=87849759"
>Low Poly World Map</a
>, by Horvath Zoltan.
</p>
</article>
<article class="thumb">
<a href="./website/images/ridgecrest.png" class="image"
><img src="./website/images/ridgecrest.png" alt=""
/></a>
<h2>Ridgecrest earthquake</h2>
<p>
A local view of the Ridgecrest earthquake in July 2019
<a href="./ridgecrest-earthquake/">Live demo</a>. Original
application by
<a href="https://github.com/ycabon/earthquakes">Yann Cabon</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/last-earthquakes.png" class="image"
><img src="./website/images/last-earthquakes.png" alt=""
/></a>
<h2>A classical earthquakes visualization</h2>
<p>
A classical approach to visualizing the earthquakes in the last 30
days.
<a href="./last-earthquakes/">Live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/zurich-hills.png" class="image"
><img src="./website/images/zurich-hills.png" alt=""
/></a>
<h2>Zurich Hills</h2>
<p>
An app that maps the hills around zurich in contour lines.
<a href="./zurich-hills/">Live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/rock-the-house.png" class="image"
><img src="./website/images/rock-the-house.png" alt=""
/></a>
<h2>Rock the house</h2>
<p>
Had some fun with the Web Audio API and a BIM model...with some CSS
sorcery the building starts glowing based on the microphone input
stream. Have fun with the <a href="./rock-the-house/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/earthquakes-depth.png" class="image"
><img src="./website/images/earthquakes-depth.png" alt=""
/></a>
<h2>Earthquakes depth</h2>
<p>
A visualization of earthquakes with exaggerated depth
<a href="./earthquakes-depth/">Live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/earthquakes.png" class="image"
><img src="./website/images/earthquakes.png" alt=""
/></a>
<h2>Earthquakes</h2>
<p>
Displays earthquakes between 2008 and 2018. The depth of the
earthquake is inverted and exaggerated. See the
<a href="./earthquakes/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/sketch-the-city.png" class="image"
><img src="./website/images/sketch-the-city.png" alt=""
/></a>
<h2>Sketch the city</h2>
<p>
Taking the sketch edges to extreme: this app takes a WebScene and
turns it into a hand-drawn-like scene. See the
<a href="./sketch-the-city/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/world-population.png" class="image"
><img src="./website/images/world-population.png" alt=""
/></a>
<h2>World population</h2>
<p>
A globe showing the population evolution from 2005 to 2020. Original
data from
<a
href="http://sedac.ciesin.columbia.edu/data/set/popdynamics-pop-projection-ssp-downscaled-1km-2010-2100"
>NASA's EarthData website</a
>. See the <a href="./world-population/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/fire-emergency-calls.png" class="image"
><img src="./website/images/fire-emergency-calls.png" alt=""
/></a>
<h2>Fire emergency calls</h2>
<p>
Had a play with visualizing emergency calls density as contour lines
of a Kernel Density Surface. See the
<a href="./fire-emergency-calls/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/berlin-palace.png" class="image"
><img src="./website/images/berlin-palace.png" alt=""
/></a>
<h2>Berlin Palace</h2>
<p>
An app displaying Berlin Palace in different styles, from realistic
to abstract. See the
<a href="./berlin-palace/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/usa-population.png" class="image"
><img src="./website/images/usa-population.png" alt=""
/></a>
<h2>Population in USA</h2>
<p>
An experiment to visualize population in the USA in 3D. Population
data from 2017. See the
<a href="./usa-population/?mode=3D">live demo</a>. The app also
shows a comparison to a 2D visualization
<a href="./usa-population/">here</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/extrude-buildings-paris.png" class="image"
><img src="./website/images/extrude-buildings-paris.png" alt=""
/></a>
<h2>Extruded footprints</h2>
<p>
Building footprints are extruded based on the height, the color
represents the construction year. See the
<a href="./extrude-buildings-paris/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/terrain-exaggeration.png" class="image"
><img src="./website/images/terrain-exaggeration.png" alt=""
/></a>
<h2>Terrain exaggeration</h2>
<p>
The app where I play with terrain exaggeration. See the
<a href="./terrain-exaggeration/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/world-pop-2020.png" class="image"
><img src="./website/images/world-pop-2020.png" alt=""
/></a>
<h2>World population in 2020</h2>
<p>
World population for the year 2020. Original data from
<a
href="http://sedac.ciesin.columbia.edu/data/set/popdynamics-pop-projection-ssp-downscaled-1km-2010-2100"
>NASA's EarthData website</a
>. See the <a href="./world-population-2020/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/cassini-globe.png" class="image"
><img src="./website/images/cassini-globe.png" alt=""
/></a>
<h2>World globe by Giovanni Cassini</h2>
<p>
World Globe scanned, georeferenced and published by David Rumsey Map
Collection.
<a href="./cassini-globe/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/cities-globe.png" class="image"
><img src="./website/images/cities-globe.png" alt=""
/></a>
<h2>World's biggest cities</h2>
<p>
Creating a globe with the biggest cities. You can learn how to
create a similar globe in this
<a
href="https://github.com/RalucaNicola/JSAPI_demos/tree/master/cities-globe#worlds-biggest-cities---a-how-to-guide"
>tutorial</a
>.
<a href="./cities-globe/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/public-transport.png" class="image"
><img src="./website/images/public-transport.png" alt=""
/></a>
<h2>San Francisco public transport</h2>
<p>
Distance to public transport stations in San Francisco mapped on
buildings.
<a href="./public-transport-transit/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/romania-3D.png" class="image"
><img src="./website/images/romania-3D.png" alt=""
/></a>
<h2>Romania in 3D</h2>
<p>
I wanted to visualize my home town Bucharest in 3D, so I downloaded
data from OSM like building footprints and trees and used 3D models
of trees and extruded polygons as symbols. In the end, why do this
only for Bucharest, when you can visualize entire Romania like this?
See the <a href="./romania-3D/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/webscene-photobooth.png" class="image"
><img src="./website/images/webscene-photobooth.png" alt=""
/></a>
<h2>WebScene Photobooth</h2>
<p>
This app uses the screenshot API to take a screenshot of a webscene
and apply some filters on it. See the
<a href="./webscene-photobooth/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/urban-population-3d.png" class="image"
><img src="./website/images/urban-population-3d.png" alt=""
/></a>
<h2>Urban population 3D</h2>
<p>
Yet another population map. In this one I'm setting 3D models of
buildings to represent population in cities. See the
<a href="./urban-population-3d/">live demo</a>.
</p>
</article>
<article class="thumb">
<a href="./website/images/scene-swiper.png" class="image"
><img src="./website/images/scene-swiper.png" alt=""
/></a>
<h2>Scene Swiper</h2>
<p>
This app displays two scenes and allows user to switch between them
by swiping.
<a href="./scene-swiper/">Live demo</a>
</p>
</article>
<article class="thumb">
<a href="./website/images/art-galleries-nyc.png" class="image"
><img src="./website/images/art-galleries-nyc.png" alt=""
/></a>
<h2>Art Galleries in New York</h2>
<p>
I found a dataset on art galleries in New York and thought it would
be fun to map it. Go to the
<a href="./art-galleries-nyc/">live demo</a> to see what came out of
it.
</p>
</article>
</div>
<!-- Footer -->
<footer id="footer" class="panel">
<div>
<section>
<h2>Raluca's 3D web experiments</h2>
<p>
This repository is a collection of small experiments I make with
the
<a href="https://developers.arcgis.com/javascript/"
>ArcGIS Maps SDK for JavaScript</a
>. The data comes either from OpenData portals, Esri's Living
Atlas, Natural Earth or OpenStreetMap. All these demo apps are
under
<a
href="https://github.com/RalucaNicola/JSAPI_demos/blob/master/LICENSE"
>Apache 2.0 License</a
>. They live on
<a href="https://github.com/RalucaNicola/JSAPI_demos">GitHub</a>,
so feel free to use/remix them for your own projects. I'd love to
know if you made something cool with them 🙂
</p>
</section>
<section>
<ul class="icons">
<li>
<a
href="https://twitter.com/nicolaraluk"
class="icon fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a href="https://github.com/RalucaNicola" class="icon fa-github"
><span class="label">GitHub</span></a
>
</li>
</ul>
</section>
<section>
<p class="copyright">
This site is using multiverse theme by
<a href="http://html5up.net">HTML5 UP</a> and is hosted on GitHub
Pages.
</p>
</section>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="./website/js/jquery.min.js"></script>
<script src="./website/js/jquery.poptrox.min.js"></script>
<script src="./website/js/browser.min.js"></script>
<script src="./website/js/breakpoints.min.js"></script>
<script src="./website/js/util.js"></script>
<script src="./website/js/main.js"></script>
</body>
</html>