Hi all,
I have a data set with the following information:
- rainfall
- longitude
- latitude
- date (day, month, year)
To sum up, for a specific location (longitude and latitude combined), I have the rainfall data for every day of the year. I want to count the number of consecutive days when the rainfall variable is equal to 0. Does anyone know how to do it?
Thanks in advance for your help!
I have a data set with the following information:
- rainfall
- longitude
- latitude
- date (day, month, year)
To sum up, for a specific location (longitude and latitude combined), I have the rainfall data for every day of the year. I want to count the number of consecutive days when the rainfall variable is equal to 0. Does anyone know how to do it?
Thanks in advance for your help!
Comment