home / nyc_ll84

Multifamily buildings in Manhattan (2024)

Residential multifamily buildings reporting in Manhattan for calendar year 2024.

Custom SQL query (hide)

SELECT
    "Property Name", "Address 1", "Postal Code",
    "Floor Area (ft2)", "ENERGY STAR Score",
    "Site EUI (kBtu/ft2)", "Total GHG (MtCO2e)", "GHGI (kgCO2e/m2)"
FROM summary
WHERE "Calendar Year" = 2024
  AND "Borough" = 'Manhattan'
  AND "Property Type" LIKE '%Multifamily%'
ORDER BY "Total GHG (MtCO2e)" DESC

Edit SQL

0 results

Powered by Datasette · Queries took 8.128ms