pysteps icon indicating copy to clipboard operation
pysteps copied to clipboard

Can pysteps be applied to prediction of non-radar rainfall data? for example imerg?

Open sunmoumou1 opened this issue 1 year ago • 1 comments

I have recently been working on a project that involves using Imerg data to complete rainfall forecasts.

Specifically, I now have a variable, sample, which is a ndarray with a shape of (989811). How can I write code that uses 96968 of the first 8 frames to predict 96963 of the next 3 frames?

Thanks for answering my question. I've looked at the tutorials, but found that they all use radar data, and wonder if the pysteps library can be extended to the situation I'm talking about

sunmoumou1 avatar May 10 '24 12:05 sunmoumou1

Hello @sunmoumou1

Thank you for using PySteps!

PySteps can work with any type of precipitation measurement (radar, satellite, or model) as long as you map the data to a Cartesian Grid. This is required for the optical flow methods to work correctly.

After you have the precipitation data in that grid, you can use PySteps to run the forecasts.

Let us know if you have any other questions.

aperezhortal avatar May 10 '24 13:05 aperezhortal

Hello @sunmoumou1 ,

Did the previous answer help? Can we close the issue?

Thanks!

aperezhortal avatar May 16 '24 13:05 aperezhortal

closing this for now, see also #339.

dnerini avatar May 16 '24 21:05 dnerini