Platform
Resources
Pricing
Sign in
Contact us
Nicolas Fernandez
Workspace
Fork
Public
By
Nicolas Fernandez
Edited
Sep 19, 2023
Fork of
Deck.gl Import
Importers
Insert cell
Insert cell
deck
=
require
.
alias
(
{
// optional dependencies
h3
:
{
}
}
)
(
'deck.gl@latest/dist.min.js'
)
Insert cell
luma
=
deck
&&
window
.
luma
Insert cell
tmp_function
=
(
arg
)
=>
{
return
'something '
+
arg
}
Insert cell
ini_deckgl
=
(
container
)
=>
{
return
new
deck
.
DeckGL
(
{
container
,
views
:
new
deck
.
OrthographicView
(
{
controller
:
true
}
)
,
initialViewState
:
{
target
:
[
0
,
0
,
0
]
,
zoom
:
0
}
}
)
;
}
Insert cell
d3
=
require
(
"d3@5"
)
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
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
deck
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
luma
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
tmp_function
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ini_deckgl
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML