GHG — Emissions and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
8 rows where Borough = "QUEENS" and Property Type = "Education" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Property ID, Property Name, Address 1, Floor Area (ft2), Site EUI (kBtu/ft2)
| Link | rowid | Calendar Year ▲ | Property ID | Property Name | Borough | Address 1 | Property Type | Floor Area (ft2) | Total GHG (MtCO2e) | GHGI (kgCO2e/m2) | Direct GHG (MtCO2e) | Indirect GHG (MtCO2e) | Net GHG (MtCO2e) | Grid Emissions Rate (kgCO2e/MBtu) | Avoided GHG Onsite (MtCO2e) | Avoided GHG Offsite (MtCO2e) | National Median GHG (MtCO2e) | ENERGY STAR Score | Site EUI (kBtu/ft2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22989 | 22989 | 2012 | 1819837 | Center for Automotive Education and Training | QUEENS | 15-30 Petracca Place | Education | 92705 | 0.0 | 0.0 | 0.0 | 0.0 | |||||||
| 28977 | 28977 | 2012 | 2797746 | 30-20 Thompson Avenue | QUEENS | 30-20 Thompson Avenue | Education | 609247 | 0.0 | 0.0 | 0.0 | 79.3 | |||||||
| 34335 | 34335 | 2012 | 3321105 | NY School of Urban Ministry | QUEENS | 31-10 47th Street | Education | 70000 | 0.0 | 0.0 | 0.0 | 0.0 | |||||||
| 34411 | 34411 | 2012 | 3332502 | Congregation YGS | QUEENS | 74-10 88th Street | Education | 66713 | 0.0 | 0.0 | 0.0 | 91.7 | |||||||
| 20516 | 20516 | 2011 | 2797746 | 30-20 Thompson Avenue | QUEENS | 30-20 Thompson Avenue | Education | 609,247 | 4.0 | 70.7 | 406.36 | 3.0 | 0.0 | 80.5 | |||||
| 21534 | 21534 | 2011 | 1819837 | Center for | QUEENS | 15-30 Petracca Place | Education | 92,705 | 618.78 | 72396.59 | 157.59 | 461.19 | 0.0 | 84.9 | |||||
| 722 | 722 | 2010 | 1819837 | Center for Automotive Education and Training | QUEENS | 15-30 Petracca Place | Education | ||||||||||||
| 9155 | 9155 | 2010 | 2797746 | 30-20 Thompson Avenue | QUEENS | 30-20 Thompson Avenue | Education | 609,247 | 2.0 | 35.35 | 378.46 | 2.0 | 0.0 | 54.4 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE ghg(
"Calendar Year" INT,
"Property ID" TEXT,
"Property Name" TEXT,
Borough TEXT,
"Address 1" TEXT,
"Property Type" TEXT,
"Floor Area (ft2)" TEXT,
"Total GHG (MtCO2e)" REAL,
"GHGI (kgCO2e/m2)",
"Direct GHG (MtCO2e)" REAL,
"Indirect GHG (MtCO2e)" REAL,
"Net GHG (MtCO2e)" REAL,
"Grid Emissions Rate (kgCO2e/MBtu)" REAL,
"Avoided GHG Onsite (MtCO2e)" REAL,
"Avoided GHG Offsite (MtCO2e)" REAL,
"National Median GHG (MtCO2e)" REAL,
"ENERGY STAR Score" REAL,
"Site EUI (kBtu/ft2)" REAL
);
CREATE INDEX "idx_ghg_Calendar Year" ON [ghg] ("Calendar Year");
CREATE INDEX "idx_ghg_Property ID" ON [ghg] ("Property ID");
CREATE INDEX "idx_ghg_Borough" ON [ghg] ("Borough");
CREATE INDEX "idx_ghg_Property Type" ON [ghg] ("Property Type");