Platform
Resources
Pricing
Sign in
Get started
Matt Dzugan
Workspace
Fork
Published
2 collections
By
Matt Dzugan
Edited
9 stars
4
Weather Data Art
The Same, but Different 🌡 Combining Timeseries Data with the Traveling Salesman Problem for an Art Piece
Generative Art using Wind Turbine data
Create Your Own Weather-Data-Driven-Art
Also listed in…
Genuary 2021
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
geopath
=
d3
.
geoPath
(
)
.
projection
(
projection
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
observations_flat
=
{
var
raw
=
await
FileAttachment
(
"observations_01.csv"
)
.
csv
(
)
;
var
d1
=
raw
.
map
(
d
=>
{
return
{
STATION
:
d
.
STATION
,
DATE
:
d
.
DATE
,
TEMP
:
Number
(
d
.
TMP_val
)
,
CALL
:
d
.
CALL
.
trim
(
)
}
}
)
;
return
(
d1
)
}
Insert cell
rawStations
=
FileAttachment
(
"stations_01.csv"
)
.
csv
(
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more