Skip to content

Commit 22f59a4

Browse files
authored
Merge pull request #18 from OR-Dept-Environmental-Quality:fix/envista-file-naming
Fix Envista output filename to match AQS naming convention
2 parents caf289f + 040b94f commit 22f59a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipelines/envista/run_env_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run():
6666
continue
6767

6868
# Write to AQI transform layer
69-
aqi_output_path = trans_aqi_dir / f"envista_aqi_{year_str}.csv"
69+
aqi_output_path = trans_aqi_dir / f"aqi_envista_daily_{year_str}.csv"
7070
write_csv(transform_daily_df, aqi_output_path)
7171
print(f"Wrote {len(transform_daily_df)} AQI records to {aqi_output_path}")
7272

0 commit comments

Comments
 (0)