Skip to content

egrid_FRS_matches.py

jgrooviest edited this page Aug 6, 2019 · 2 revisions

Description: The primary goal of this script is to organize the eGRID facilities list to match FRS IDs and NAICS codes.

  • The script pulls NAICS codes from facilitymatcher and then selects only the first four digits.

Functions:

  • list_FRS_ids_filtered_for_NAICS() - The purpose of this function is to filter the eGRID facilities in the dataframe described above to only include the facilities included in the power sector and those with biomass as the primary fuel type.

Data:

  • eGRID
  • NAICS Info

Dependencies:

  • pandas
  • facilitymatcher (from standardizedinventories-master)
  • electricitylci
Clone this wiki locally