Public
Edited
Oct 18, 2022
1 fork
7 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
map_data = {
let indigenous_southeast_lands = await FileAttachment(
"indigenous_southeast_lands.json"
).json();
let land = topojson.feature(
indigenous_southeast_lands,
indigenous_southeast_lands.objects.land
);
let states = topojson.feature(
indigenous_southeast_lands,
indigenous_southeast_lands.objects.states
);
let lakes = topojson.feature(
indigenous_southeast_lands,
indigenous_southeast_lands.objects.lakes
);
let rivers = topojson.feature(
indigenous_southeast_lands,
indigenous_southeast_lands.objects.rivers
);
let territories = topojson.feature(
indigenous_southeast_lands,
indigenous_southeast_lands.objects.territories
);

return { land, states, lakes, rivers, territories };
}
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