home / nyc_ll84

GHG — Emissions and Intensity

Total, direct, indirect, and net GHG emissions. Includes GHGI (kgCO2e/m²) calculated for all years.

Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability

8 rows where Calendar Year = 2013 and Property Type = "Urgent Care/Clinic/Other Outpatient" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Direct GHG (MtCO2e)

These facets timed out: Property Type

Borough 4

  • MANHATTAN 5
  • BRONX 1
  • QUEENS 1
  • STATEN IS 1

Calendar Year 1

  • 2013 · 8 ✖
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)
36351 36351 2013 2382101 Evelyn H. Lauder Breast and Imaging Center MANHATTAN 300 E 65 St Urgent Care/Clinic/Other Outpatient 238341 4841.4 218.65 0.0 4841.4 4841.4 81.36108496       0.0 240.9
38144 38144 2013 2667012 NSLIJ MEETH MANHATTAN 210 East 64th Street Urgent Care/Clinic/Other Outpatient 230000 5997.7 280.69 0.0 5997.7 5997.7 81.36108496       0.0 301.9
40978 40978 2013 2787078 320 E 94th St MANHATTAN 320 E 94th St Urgent Care/Clinic/Other Outpatient 56964 457.6 86.47 100.1 357.5 457.6 81.36108496       0.0 110.2
45759 45759 2013 3325295 Bronx-Lebanon Hospital-Specialty Care Center BRONX 1265 Fulton Ave. Urgent Care/Clinic/Other Outpatient 110000 1011.2 98.95 269.8 741.4 1011.2 81.36108496       0.0 129.0
46301 46301 2013 3522266 NS LIJ Center for Comprehensive Care MANHATTAN 20-40 7th Avenue Urgent Care/Clinic/Other Outpatient 160000 8.8 0.59 0.0 8.8 8.8 81.36108496       0.0 0.6
47853 47853 2013 4038770 96-10 Metropolitan Avenue QUEENS 96-10 Metropolitan Avenue Urgent Care/Clinic/Other Outpatient 56433 409.8 78.16 87.5 322.3 409.8 81.36108496       0.0 99.4
47855 47855 2013 4038773 1050 Clove Road STATEN IS 1050 Clove Road Urgent Care/Clinic/Other Outpatient 54000 560.8 111.79 78.7 482.1 560.8 81.36108496       0.0 137.2
49084 49084 2013 2790349 Audubon Realty Properties LLC MANHATTAN 21 Audubon Avenue Urgent Care/Clinic/Other Outpatient 72500 355.2 52.74 22.8 332.4 355.2 81.36108496       0.0 62.3

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Queries took 2610.674ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability