Skip to content

ericmbell1/flowsa

 
 

Repository files navigation

flowsa

flowsa attributes resource use, waste, emissions, and loss to economic sectors. It produces standard tabular formats with sector attribution data using pandas dataframes.

Terms

flows: represent the physical movement of material, energy, entities or money as input or output to or between activities. The terms flows comes from life cycle assessment (ISO 14044).

sectors: generally these are economic sectors generating economic activity, but are extended here to include households and institutional end users. Using the BEA definitions in input-output tables, these can be either industries or commodities.

attribution: The sectors through which activity uses, produces or receives the flows (input or output).

Flow Classes

Class Description FlowBySector Reference Unit Flow Types
Chemicals Chemicals and groups of chemicals as defined in the Federal Elementary Flow List kg Modeled as ELEMENTARY_FLOWS produced by sectors
Employment Jobs p Modeled as ELEMENTARY_FLOWS produced by sectors
Energy Energy consumption, transfer as electricity or waste heat MJ All types
Land Land area occupied m2 Modeled as ELEMENTARY_FLOWS consumed by sectors
Money Purchases USDyear* Modeled as TECHNOSPHERE_FLOWS with producing and consuming sectors
Water Water use and release data, including wastewater kg All types
Other Misc flows used for supporting data varies All types

*USD unit value varies by year and is reported like 'USD2012'

FlowByActivity Datasets

Source data are imported and formatted into FlowByActivity datasets. The source data are only modified to meet column formatting criteria, meaning units are not standardized across "Class" types.

Code Dataset Class Geographic Scale Description 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019
BLS_QCEW Bureau of Labor Statistics Quarterly Census of Employment and Wages Employment, Money, Other County Number of employees per industry X X
Census_CBP Census Bureau County Business Patterns Employment, Money, Other County Number of employees per industry, Annual payroll per industry, Number of establishments per industry X
Census_PEP_Population Census Bureau Population Estimates Other County Population X X X X X X X X X X
EIA_CBECS_Water Energy Information Administration Commercial Buildings Energy Consumption Survey Water Country Water consumption in large buildings X
EPA_NEI_Nonpoint Environmental Protection Agency National Emissions Inventory Nonpoint sources Chemicals County Air emissions of criteria pollutants, criteria precursors, and hazardous air pollutants X
EPA_NEI_Nonroad Environmental Protection Agency National Emissions Inventory Nonroad sources Chemicals County Air emissions of criteria pollutants, criteria precursors, and hazardous air pollutants X
EPA_NEI_Onroad Environmental Protection Agency National Emissions Inventory Onroad sources Chemicals County Air emissions of criteria pollutants, criteria precursors, and hazardous air pollutants X
NOAA_FisheryLandings National Oceanic and Atmospheric Administration Fisheries Money State Fishery landings X X X X X X X X X X
StatCan_IWS_MI Statistics Canada Industrial Water Survey Water Country Water use by NAICS X X X
USDA_CoA_Cropland USDA Census of Agriculture Land, Other County Crop area by farm size and irrigation status X X
USDA_CoA_Livestock USDA Census of Agriculture Other County Livestock count by farm size X X
USDA_IWMS USDA Irrigation and Water Management Survey Water State Water application rate by state and crop X X
USGS_NWIS_WU US Geological Survey Water Use in the US Water County Annual national level water use by various activities X X

FlowByActivity Naming Convention

Source dataset names are consistent across (1) the FlowByActivity dataset 'SourceName' columns, (2) the parquet file names, (3) the Crosswalk file names, and (4) the Source Catalog information. Source names are comprised of two or three components. The first part of the name is the agency that published the data. The second component is the name or acronym of the published dataset. The third piece of the naming schema, if it exists, is the topic of data parsed from the original dataset. Of the four FlowByActivity datasets imported from the U.S. Department of Agriculture (USDA), three are data pulled from the same dataset, the Census of Agriculture (CoA). To make data easier to find, the CoA data is separated by topic (Cropland, Livestock, Product Market Value). As the FlowByActivity datasets are grouped by topic, some of the parquets contain multiple class types, meaning the Class type should be specified when calling on the data. The USDA_CoA_Cropland dataframe includes acreage information for crops (Class = Land) and the number of farms that grow a particular crop (Class = Other).

Disclaimer

The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%