Baselight

SF Municipal Green Building Inventory

Explore Open Data from San Francisco

@kaggle.san_francisco_sf_municipal_green_building_inventory

Loading...
Loading...

About this Dataset

SF Municipal Green Building Inventory

Content

LEED certification is required for all municipal construction projects that are at least 10,000 square feet. This is a list of LEED certified projects owned and operated by the City and County of San Francisco. Data includes: Project name, Gross Area, Rating system and version; Level and date of certification; Project address.

Context

This is a dataset hosted by the city of San Francisco. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore San Francisco's Data using Kaggle and all of the data sources available through the San Francisco organization page!

  • Update Frequency: This dataset is updated annually.

Acknowledgements

This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.

Cover photo by Ricardo Gomez Angel on Unsplash
Unsplash Images are distributed under a unique Unsplash License.

Tables

Sf Municipal Green Building Inventory

@kaggle.san_francisco_sf_municipal_green_building_inventory.sf_municipal_green_building_inventory
  • 15.8 KB
  • 74 rows
  • 12 columns
Loading...

CREATE TABLE sf_municipal_green_building_inventory (
  "project_name" VARCHAR,
  "gross_area" BIGINT,
  "rating_system" VARCHAR,
  "version" DOUBLE,
  "level" VARCHAR,
  "certification_date" TIMESTAMP,
  "address" VARCHAR,
  "georeference" VARCHAR,
  "sf_find_neighborhoods" DOUBLE,
  "current_police_districts" DOUBLE,
  "current_supervisor_districts" DOUBLE,
  "analysis_neighborhoods" DOUBLE
);

Share link

Anyone who has the link will be able to view this.