Skip to content

Commit

Permalink
Update presets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnost authored Oct 19, 2022
1 parent 821d893 commit 48abd4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@
agg_col = "VIOLATION_CODE", # What should the default be? Can modify in post-processing...
units = "discharge reports"
),

"2022 Discharge Monitoring": dict(
echo_type="NPDES",
base_table="NPDES_DMRS_FY2022",
table_name="DMR_FY2022_MVIEW",
idx_field="EXTERNAL_PERMIT_NMBR",
date_field="LIMIT_BEGIN_DATE",
date_format="%m/%d/%Y",
),

"Effluent Violations": dict(
echo_type = "NPDES",
Expand Down

0 comments on commit 48abd4f

Please sign in to comment.