Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add national CRHW methods #414

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions flowsa/methods/flowbysectormethods/CRHW_national_2013.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
industry_spec:
default: NAICS_6
target_naics_year: 2017
year: 2013
geoscale: national
source_names:
stewiFBS: !include:stewiFBS_common.yaml:CRHW
inventory_dict:
RCRAInfo: 2013
9 changes: 9 additions & 0 deletions flowsa/methods/flowbysectormethods/CRHW_national_2015.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
industry_spec:
default: NAICS_6
target_naics_year: 2017
year: 2015
geoscale: national
source_names:
stewiFBS: !include:stewiFBS_common.yaml:CRHW
inventory_dict:
RCRAInfo: 2015
2 changes: 1 addition & 1 deletion flowsa/methods/flowbysectormethods/CRHW_national_2017.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
industry_spec:
default: NAICS_6
target_naics_year: 2012
target_naics_year: 2017
year: 2017
geoscale: national
source_names:
Expand Down
9 changes: 9 additions & 0 deletions flowsa/methods/flowbysectormethods/CRHW_national_2019.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
industry_spec:
default: NAICS_6
target_naics_year: 2017
year: 2019
geoscale: national
source_names:
stewiFBS: !include:stewiFBS_common.yaml:CRHW
inventory_dict:
RCRAInfo: 2019
9 changes: 9 additions & 0 deletions flowsa/methods/flowbysectormethods/CRHW_national_2021.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
industry_spec:
default: NAICS_6
target_naics_year: 2017
year: 2021
geoscale: national
source_names:
stewiFBS: !include:stewiFBS_common.yaml:CRHW
inventory_dict:
RCRAInfo: 2021
2 changes: 1 addition & 1 deletion flowsa/methods/flowbysectormethods/stewiFBS_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TRI_DMR:

CRHW:
data_format: FBS_outside_flowsa
activity_schema: NAICS_2012_Code
activity_schema: NAICS_2017_Code
FBS_datapull_fxn: !script_function:stewiFBS stewi_to_sector
# Below are arguments needed by the stewicombo_to_sector function
inventory_dict:
Expand Down
Loading