Platform
Resources
Pricing
Sign in
Contact us
Daniel J. Dufour
Conflict Resolution, GIS, Tacos
Workspace
Fork
Published
By
Daniel J. Dufour
Edited
Apr 21, 2021
Insert cell
md
`# Display GeoTIFF from Github`
Insert cell
url
=
"https://raw.githubusercontent.com/DOE-NEPA/nepanode_backup/master/mapwarper/100.tif"
Insert cell
geoblaze
=
require
(
"geoblaze@0.3.2"
)
Insert cell
georaster
=
geoblaze
.
load
(
url
)
Insert cell
georaster
.
toCanvas
(
{
height
:
georaster
.
height
,
width
:
georaster
.
width
}
)
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
url
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
geoblaze
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
georaster
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML