Platform
Resources
Pricing
Sign in
Contact us
Observable
The end-to-end solution for building and hosting better data apps, dashboards, and reports.
Workspace
Fork
Public
By
Fil
Edited
Feb 21
2 stars
7
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ca55
=
FileAttachment
(
"ca55-south.csv"
)
.
csv
(
{
typed
:
true
}
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
color
=
irisChart
.
scale
(
"color"
)
.
apply
Insert cell
Insert cell
vapor
=
fetch
(
"https://neo.gsfc.nasa.gov/servlet/RenderData?si=1845771&cs=rgb&format=CSV&width=360&height=180"
)
.
then
(
(
d
)
=>
d
.
text
(
)
)
.
then
(
(
t
)
=>
d3
.
csvParseRows
(
t
)
.
flat
(
)
.
map
(
(
d
)
=>
(
d
===
"99999.0"
?
null
:
+
d
)
)
)
Insert cell
Plot
.
raster
(
vapor
,
{
fill
:
Plot
.
identity
,
width
:
360
,
height
:
180
,
x1
:
-
180
,
y1
:
90
,
x2
:
180
,
y2
:
-
90
}
)
.
plot
(
{
color
:
{
scheme
:
"oranges"
,
unknown
:
"red"
}
}
)
Insert cell
Plot
.
raster
(
vapor
,
{
fill
:
vapor
,
width
:
360
,
height
:
180
,
x1
:
-
180
,
y1
:
90
,
x2
:
180
,
y2
:
-
90
,
interpolate
:
"nearest"
,
clip
:
"sphere"
}
)
.
plot
(
{
width
:
600
,
projection
:
"equal-earth"
,
color
:
{
scheme
:
"oranges"
,
unknown
:
"red"
}
}
)
Insert cell
Plot
.
raster
(
vapor
,
{
fill
:
vapor
,
width
:
360
,
height
:
180
,
x1
:
-
180
,
y1
:
90
,
x2
:
180
,
y2
:
-
90
,
interpolate
:
"barycentric"
,
clip
:
"sphere"
}
)
.
plot
(
{
width
:
600
,
projection
:
"equal-earth"
,
color
:
{
scheme
:
"blues"
}
}
)
Insert cell
Insert cell
grid
=
[
1
,
1
,
0
,
0
,
1
,
1
,
0
,
0
,
1
,
1
,
0
,
0
,
0
,
0
,
1
,
1
,
1
,
NaN
,
1
,
1
,
1
,
0
,
1
,
1
,
1
]
Insert cell
xy
=
(
{
x
:
(
d
,
i
)
=>
i
%
5
,
y
:
(
d
,
i
)
=>
(
i
/
5
)
|
0
,
fill
:
Plot
.
identity
}
)
Insert cell
import
{
textcolor
}
from
"@observablehq/text-color-annotations-in-markdown"
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
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
interpolate
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
blur
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ca55South
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
interpolateCa55
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
blurCa55
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ca55
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
iris
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
irisChart
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
interpolateIris
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
blurIris
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
color
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
vapor
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
grid
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
xy
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML