Platform
Resources
Pricing
Sign in
Get started
Roman Karavia
Workspace
Fork
Published
Maps
By
Roman Karavia
Edited
Jun 4, 2021
Fork of
Fork of Cloud Optimized Geotiffs
1 star
Maps
Tidying up Earth
Rainbow map
Brick Mapper
Inception Map
Earth Sandwich
Brexit map
Swiss National Elections 2019
MARTINI: Real-Time RTIN Terrain Mesh
Swiss Grid vs. Web Mercator
Swiss Grid vs. Web Mercator (Europe)
Municipalities of Zurich: Population over time
Swisstopo-fork of Cloud Optimized Geotiffs
LV95 coordinate changes
Zyramix – Swiss Edition
Zyramix – International Edition
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
geotiff
=
require
(
"geotiff"
)
Insert cell
Insert cell
Insert cell
Insert cell
example
=
geotiff
.
fromUrl
(
url
)
Insert cell
Insert cell
image
=
example
.
getImage
(
)
Insert cell
Insert cell
image
.
getBoundingBox
(
)
Insert cell
image
.
getWidth
(
)
Insert cell
Insert cell
example
.
getImageCount
(
)
Insert cell
thumbnail
=
example
.
getImage
(
5
)
Insert cell
Insert cell
md
`That’s much more manageable. Let’s load it:`
Insert cell
{
let
data
=
await
readImageData
(
thumbnail
)
;
let
c
=
DOM
.
context2d
(
data
.
width
,
data
.
height
,
1
)
;
c
.
putImageData
(
data
,
0
,
0
)
;
return
c
.
canvas
;
}
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
Compare fork
Fork
View
Export
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
geotiff
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
url
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
example
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
image
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
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
thumbnail
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
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
centerpoint
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
readImageData
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML