-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
125 lines (125 loc) · 2.89 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
settings:
pr_since_months: 12
scanner:
repo: CMSgov/qpp-eu-data
org_name: CMSgov
resource_lib_url: https://qpp.cms.gov/resources/documents
search_title: Extreme and Uncontrollable Circumstances Policy
slack_notify_channels:
- p-epcs-hardship
factsheet_metadata: EUC Policy Fact Sheet
last_update_duration: 7
github:
search_api_threshold: 15
search_api_delay: 20
staging:
folder: staging
data:
folder: data
filename: euc_county_zipcode_crosswalk.csv
generator:
'2022':
qpp_euc_policy:
filename: 2022 MIPS Automatic EUC Policy Fact Sheet.pdf
format: pdf
fields:
rename_columns:
qpp_euc_counties:
filename: euc_counties.csv
format: csv
fields:
- state_code
- county_name
rename_columns:
census_gov_counties:
filename: 2021_Gaz_counties_national.txt
format: tsv
fields:
- USPS
- GEOID
- NAME
rename_columns:
USPS: state_code
NAME: county_name
GEOID: county_fips
udh_county_zip_crosswalk:
filename: COUNTY_ZIP_122021.xlsx
format: xlsx
fields:
- zip
- county
- usps_zip_pref_state
rename_columns:
zip: zipcode
county: county_fips
usps_zip_pref_state: hud_state_code
'2023':
qpp_euc_policy:
filename: 2023MIPSAutoEUCPolicyFactSheet.pdf
format: pdf
fields:
rename_columns:
qpp_euc_counties:
filename: euc_counties.csv
format: csv
fields:
- state_code
- county_name
rename_columns:
census_gov_counties:
filename: 2023_Gaz_counties_national.txt
format: tsv
fields:
- USPS
- GEOID
- NAME
rename_columns:
USPS: state_code
NAME: county_name
GEOID: county_fips
udh_county_zip_crosswalk:
filename: COUNTY_ZIP_092023.xlsx
format: xlsx
fields:
- ZIP
- COUNTY
- USPS_ZIP_PREF_STATE
rename_columns:
ZIP: zipcode
COUNTY: county_fips
USPS_ZIP_PREF_STATE: hud_state_code
'2024':
qpp_euc_policy:
filename: 2024-MIPS-Automatic-EUC-Policy-Clean.docx
format: docx
fields:
rename_columns:
qpp_euc_counties:
filename: euc_counties.csv
format: csv
fields:
- state_code
- county_name
rename_columns:
census_gov_counties:
filename: 2024_Gaz_counties_national.txt
format: tsv
fields:
- USPS
- GEOID
- NAME
rename_columns:
USPS: state_code
NAME: county_name
GEOID: county_fips
udh_county_zip_crosswalk:
filename: COUNTY_ZIP_092024.xlsx
format: xlsx
fields:
- ZIP
- COUNTY
- USPS_ZIP_PREF_STATE
rename_columns:
ZIP: zipcode
COUNTY: county_fips
USPS_ZIP_PREF_STATE: hud_state_code