Published
Edited
Oct 10, 2021
Insert cell
Insert cell
geoblaze = require('geoblaze')
Insert cell
turf = require('@turf/turf')
Insert cell
georaster = geoblaze.load("https://s3.amazonaws.com/geoblaze/wildfires.tiff")
Insert cell
bbox = turf.bboxPolygon([georaster.xmin, georaster.ymin, georaster.xmax, georaster.ymax])
Insert cell
area = turf.area(bbox)
Insert cell
area.toLocaleString() + " square meters"
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.
Learn more