LA Community-Wide Greenhouse Gas Emissions
From Los Angeles Open Data
@kaggle.cityofla_la_community_wide_greenhouse_gas_emissions
From Los Angeles Open Data
@kaggle.cityofla_la_community_wide_greenhouse_gas_emissions
This greenhouse gas inventory is based on the Global Protocol for Community-Scale Greenhouse Gas Emissions (pdf attached). The City of LA collects and publicly reports these metrics in order to manage and reduce our GHG impact.
Data is from 2013. Learn more about the Mayor's Office of Sustainability and our roadmap for a cleaner environment and stronger economy at https://www.lamayor.org/plan
This is a dataset hosted by the city of Los Angeles. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore Los Angeles's Data using Kaggle and all of the data sources available through the city of Los Angeles organization page!
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 Jason Blackeye on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE community_wide_greenhouse_gas_emissions (
"gpc_ref_no" VARCHAR -- GPC Ref No.,
"scope" BIGINT,
"ghg_emissions_source" VARCHAR,
"sector" VARCHAR,
"sub_sector" VARCHAR,
"notation_keys" VARCHAR,
"co2" BIGINT,
"ch4" BIGINT,
"n2o" BIGINT,
"total_tco2e" BIGINT,
"co2_b" BIGINT -- CO2(b),
"explanation_for_using_notation_key_s" VARCHAR -- Explanation For Using Notation Key(s)
);
Anyone who has the link will be able to view this.