richard-thomas / MetOffice_NIMROD

Python module to extract data from UK Met Office Rain Radar NIMROD image files
Artistic License 2.0
10 stars 4 forks source link

Strong rainfall intensity in NIMROD data #4

Open LinHungMing opened 12 months ago

LinHungMing commented 12 months ago

output_39 output_567 output_588 I'm now trying this code to process NIMROD data. However, I wondered what' wrong in the data. As can be seen, some gathered pixels showed very strong rainfall intensity.

richard-thomas commented 12 months ago

Sorry I don't know the answer to your question. It would be worthwhile to look at the header entries (you can use the query() method) for which sudden changes might indicate file data is corrupted. I have quite often seen frames where rainfall appears to suddenly not be present where there are errors in the gathering of the original measurements. However, rainfall events can be quite brief (so it would be difficult to detect a d filter out such errors) - worth considering if some of what you are seeing might be real events.

On Wed, 8 Nov 2023, 07:03 HMLin, @.***> wrote:

I'm now trying this code to process NIMROD data. However, I wondered what' wrong in the data. As can be seen, some gathered pixels showed very strong rainfall intensity.

— Reply to this email directly, view it on GitHub https://github.com/richard-thomas/MetOffice_NIMROD/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU6VIA3E3BIKIRJF2TZO3LYDMVDDAVCNFSM6AAAAAA7CL4JD6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4DEOBZGMYTSNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

LinHungMing commented 11 months ago

Sorry I don't know the answer to your question. It would be worthwhile to look at the header entries (you can use the query() method) for which sudden changes might indicate file data is corrupted. I have quite often seen frames where rainfall appears to suddenly not be present where there are errors in the gathering of the original measurements. However, rainfall events can be quite brief (so it would be difficult to detect a d filter out such errors) - worth considering if some of what you are seeing might be real events. On Wed, 8 Nov 2023, 07:03 HMLin, @.> wrote: I'm now trying this code to process NIMROD data. However, I wondered what' wrong in the data. As can be seen, some gathered pixels showed very strong rainfall intensity. — Reply to this email directly, view it on GitHub <#4>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU6VIA3E3BIKIRJF2TZO3LYDMVDDAVCNFSM6AAAAAA7CL4JD6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4DEOBZGMYTSNQ . You are receiving this because you are subscribed to this thread.Message ID: @.>

I appreciate your assistance with my question and I'll give your advice a try.