Python Forum
Rainfall parsing script - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Rainfall parsing script (/thread-30105.html)



Rainfall parsing script - Tadey_10 - Oct-05-2020

Hi,

Asking to see if there are existing phyton scripts to parser rainfall data. The goal is to define the start and end of a rainfall event and compute the total precipitation within the defined period from multiple years of precipitation data. (ie. rainfall starts with consecutive events that exceed 0.1 inches and stops with 4 consecutive 0.0 inches from a 5 minutes interval rainfall data). Thank you!


RE: Rainfall parsing script - jefsummers - Oct-05-2020

Per google search:
https://www.hatarilabs.com/ih-en/statistical-analysis-of-precipitation-data-with-python

https://medium.com/analytics-vidhya/how-to-import-weather-data-into-python-scripts-7e9ff54f6aca

Otherwise we are happy to help with your code, but not write it for you (or else post in the Jobs section)