Public
Edited
Mar 13, 2023
Insert cell
Insert cell
Insert cell
Insert cell
clima = (
await fetch(
"https://services9.arcgis.com/weJ1QsnbMYJlCHdG/arcgis/rest/services/Indicator_11_1_Physical_Risks_Climate_related_disasters_frequency/FeatureServer/0/query?where=1%3D1&outFields=*&outSR=4326&f=json"
)
).json()
Insert cell
clima.features.filter((x) => x.Country.match(/Portugal/i))
Insert cell
clima.features.filter((x) => x.attributes.Country.match(/Azores/i))
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