Skip to content

Commit

Permalink
Adding logic for also processing yearly station measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Jun 20, 2024
1 parent 5dca558 commit 3cdc907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arpav_ppcv/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def _process_station_data(
aggregation_type: base.ObservationAggregationType,
):
df = pd.DataFrame([i.model_dump() for i in raw_data])
# df = df[["value", "season", "year"]]
df = df.rename(columns={"value": base_name})
if aggregation_type == base.ObservationAggregationType.SEASONAL:
df["season_month"] = (
Expand Down

0 comments on commit 3cdc907

Please sign in to comment.