Thanks for the answer. I don't really know where the datalogger is from, I just get the raw data and process it for further needs. I started creating an excel spreadsheet that converts it to regular time series, I used "countif" function since all readings are 0.5mm. It became too slow since I am working with 5 to 10 year readings, so I implemented a similar code to R, it works flawlessly, but my doubdt is wheather I am doing things correct or I am making some kind of dumb mistake with missing data or by aggregating the readings. I hope this makes sense and you understand what I mean.
Published by Eduardo Estevan Villagomez Davalos, Civil Engineer, Master's in Water Resources Engineering
Thanks for the answer. I don't really know where the datalogger is from, I just get the raw data and process it for further needs.
I started creating an excel spreadsheet that converts it to regular time series, I used "countif" function since all readings are 0.5mm. It became too slow since I am working with 5 to 10 year readings, so I implemented a similar code to R, it works flawlessly, but my doubdt is wheather I am doing things correct or I am making some kind of dumb mistake with missing data or by aggregating the readings. I hope this makes sense and you understand what I mean.
I started creating an excel spreadsheet that converts it to regular time series, I used "countif" function since all readings are 0.5mm. It became too slow since I am working with 5 to 10 year readings, so I implemented a similar code to R, it works flawlessly, but my doubdt is wheather I am doing things correct or I am making some kind of dumb mistake with missing data or by aggregating the readings. I hope this makes sense and you understand what I mean.