Open Issues Need Help
View All on GitHub Data Acquisition • Data Logging
Add new parameter to adjust for very short read out files about 2 months ago
AI Summary: Modify the R script `tomst_snow.R` to handle data logger files with very few data points. The current code assumes a sufficient number of lines to determine the date format. The task requires making this date determination more robust, either by making it work with fewer lines or by using the total number of lines available if fewer than a threshold are present. This involves adjusting the `date_list` creation within the `tomst_snow` function.
Complexity:
4/5
good first issue