Skip to content

Commit

Permalink
todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Oct 9, 2024
1 parent 5146516 commit 0fab523
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/R/KaiMT/FoodResults_Data_multiDir_Vehicles.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
## KMT Okt'24

#### Erweiterungen FZG
# - für Anzahl Fahrzeuge nach Typ (wie schon in Ch9 der Diss)
# - für vkm travelled nach Typ (wie schon in Ch9 der Diss)
# - Dazu dann immer noch Summenspalte ICEV, BEV, Gesamt
# Ausgabe der km in csv-DAtei ist noch offen
# - Das dann mal abgleichen mit aktueller Variante in Diss

#### Erweiterungen W2w --> basierend auf der Grundlage hier
Expand Down Expand Up @@ -183,6 +181,9 @@ reshaped_data_km <- reshape_and_calculate_sums(summarized_data_km)
print(reshaped_data_vehicles)
print(reshaped_data_km)

####TODO; Ausgabe der kilometer_Daten
# Dazu am besten beim output-aufbereiten auch noch Dinge als Funktionen auslagern


#### Ausgabe:
# Define the desired order of scenarios
Expand Down

0 comments on commit 0fab523

Please sign in to comment.