minimops / weatherFrog

LMU StatPrakt WS 20/21 - large-scale weather conditions in europe
0 stars 0 forks source link

@Katja dont really understand the dataset mutate rmd #13

Open minimops opened 3 years ago

minimops commented 3 years ago

why do we need tidyverse or dplyr and why so complicated, you didnt have to start from the raw data havent checked if all works and if the outputs are formatically identical to the others (the 5 year one) though, so maybe its fine(this is important, as all functions are built on that format). Issue as reminder to check if identical and possibly unify with other dataset creation method in the future

KGutmair commented 3 years ago

tidyverse brauche ich, da ich mit dem pipe operator und der gather function gearbeitet habe, plyr kann ich tatsächlich weg lassen. meine Programmierung ist auch nicht komplitiert, als ich damals den Datensatz erstellt habe, gab es die dataset-mutate.rmd Datei noch nicht, so dass ich mit den raw dataset angefangen habe, wie alle hier. Würde ich nun meinen Datensatz an eure anpassen, dann würden meine Programmierungen zu Analyse der GWL nicht mehr funktionieren, bzw. ich müsste alles komplett umschreiben.