Published
Edited
Oct 10, 2021
Insert cell
Insert cell
geoblaze = require('geoblaze')
Insert cell
bbox = [ -122.272338, 39.75787999, -121.289062, 40.53467678 ]
Insert cell
georaster = geoblaze.load("https://s3.amazonaws.com/geoblaze/wildfires.tiff")
Insert cell
histogram = geoblaze.histogram(georaster, bbox, { scaleType: "nominal" })
Insert cell
red_band = histogram[0]
Insert cell
count = red_band[206]
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.
Learn more