Public
Edited
Feb 13, 2023
Insert cell
Insert cell
url = "https://www.ncei.noaa.gov/access/services/data/v1?dataset=daily-summaries&stations=USW00014764&startDate=2019-05-22&endDate=2023-01-13&format=json"
Insert cell
data = fetch(url).then(res => res.json())
Insert cell
Insert cell
urlProxy = `https://corsproxy.io/?${encodeURIComponent(url)}`
Insert cell
dataProxy = fetch(urlProxy).then(res => res.json())
Insert cell
Insert cell
urlAlt = "https://www.ncei.noaa.gov/access/services/data/v1?dataset=daily-summaries&stations=ASN00084027&startDate=1900-05-22&endDate=2023-01-13&format=json"
Insert cell
dataAlt = fetch(urlAlt).then(res => res.json())
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