Public
Edited
Oct 8, 2024
1 fork
Importers
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md`<br><br>The baseline emissions map was created by combining three different datasets: Estimated electricity and gas usage for PNNL reference models in each climate zone; regional eGRID emissions factors; and 2019 state energy codes. The combination of state energy codes and grid emissions factors has a particularly high impact on greenhouse gas emissions. The emissions intensity of a baseline building in California or New York, for example, will be less than one quarter of a baseline building in Wyoming or Missouri. This is largely because California and New York have both strict energy codes and low grid emissions factors relative to other locations in the country.</br></br>`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ret = {
let entries = Object.fromEntries(data.entries());
let output = [];
for (const key in entries) {
output.push({id: key, cz: entries[key][0]});
}
return output;
}
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