Skip to content

Commit

Permalink
remove unused mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebphipps committed Aug 29, 2024
1 parent a1321df commit 885f1f9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions paint/data/juelich_weather_mappings.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
drop_columns = [
"TriggerBarometer",
"Fuse1",
"Fuse2",
"Fuse3",
"Fuse4",
"Fuse5",
"Fuse6",
"Fuse7",
"Fuse9",
"UPS",
"OvervoltageProtection",
"Lnet",
"Tb",
"Ld",
]
"""Columns to drop from the initial Juelich weather data frame."""

# Names for renamed columns
DIRECT_IRRADIATION = "direct_irradiation"
GLOBAL_IRRADIATION = "global_irradiation"
Expand Down

0 comments on commit 885f1f9

Please sign in to comment.