Public
Edited
Aug 22, 2023
Fork of D3 U.S. map
Insert cell
Insert cell
Insert cell
Insert cell
projection = d3.geoMercator().scale(2600).center([-102, 26]) //.fitExtent([975, 610], muni)
Insert cell
Insert cell
mun = topojson.feature(mx_mun, mx_mun.objects["00mun"])
Insert cell
ent = topojson.feature(mx_ent, mx_ent.objects["00ent"])
Insert cell
mun_fosas = topojson.feature(mun_pts_fosas, mun_pts_fosas.objects["00mun"])
Insert cell
mun_pts_fosas = d3.json(
"https://s3.us-east-2.amazonaws.com/data.grupovisual.org/areas_geoestatisticas_22/mx_mun_fosas_joined.topojson?1234"
)
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