pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
441 stars 160 forks source link

Satellite data as input for pysteps #339

Closed DoiManh closed 6 months ago

DoiManh commented 9 months ago

Dear authors,

I am trying to use Pysteps for nowcasting. I got problems with using satellite data (obtained from https://disc.gsfc.nasa.gov/datasets/GPM_3IMERGHHL_06/summary). I try to set up "importers" but it did not work. Could you provide examples or guidelines in the case of satellite data.

Thank you very much for spending your valuable time.

PaulaPerezL commented 6 months ago

Can be used pysteps for extrapolating satellite channel images?

dnerini commented 6 months ago

Hi @DoiManh apologies for the slow response. You can have a look at our documentation page on importers plugins https://pysteps.readthedocs.io/en/stable/developer_guide/importer_plugins.html

@PaulaPerezL yes satellite data can be used in pysteps, but you need to import them in a suitable format, see above.

dnerini commented 6 months ago

closing this issue for now