Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sunmoumou1 opened this issue May 10, 2024 · 3 comments

Comments

@sunmoumou1
Copy link

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

@aperezhortal
Copy link
Member

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
Copy link
Member

Hello @sunmoumou1 ,

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

Thanks!

@dnerini
Copy link
Member

dnerini commented May 16, 2024

closing this for now, see also #339.

@dnerini dnerini closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants