Public
Edited
Mar 29, 2023
Fork of Teste
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
layerPoints = {
const features = [];
points.forEach( d=> {
d.forEach(p=>{
const feature = {
"type":"Feature",
"geometry":{"type":"Point","coordinates": [p[1], p[0]]},
"properties":d,
}
features.push(feature);
});
});
// points.forEach( d=> {
// features.push(feature);
// })
return features;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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