Sample arguments to AQS pipeline
For annual NO2 (nitrogen) data
database:
path: /opt/airflow/dags/epa/database.ini
class: File
connection_name: nsaph
table: no2_annual
aggregation: annual
parameter_code: "42602"
years:
- "2019"
- "2020"
- "2021"
proxy: http://10.240.64.17:3128
For daily PM25 (small particles) data
database:
path: /opt/airflow/dags/epa/database.ini
class: File
connection_name: nsaph
table: pm25_daily
aggregation: daily
parameter_code: "88101"
years:
- "2019"
- "2020"
- "2021"
proxy: http://10.240.64.17:3128