I am a computer science student and want to build some machine learning application for precipitation rate estimation using machine learning. For proof of concept I decided to predict precipitation rate at one particular location. I am using pyart to get the data from the radar for the lat/lon of the location. However, I am unable to get the data from around the particular lat/lon.
I am wondering if there is a way to get like a 5x5 km radius of data around the given lat/lon coordinate?