ghiggi / gpm_api

Global Precipitation Measurement Mission (GPM) python package to download and analyze data with xarray
https://gpm-api.readthedocs.io
MIT License
46 stars 4 forks source link

Question! how to download NRT data using tutorial_01 datadownload notebook? #15

Closed DavidChoi76 closed 10 months ago

DavidChoi76 commented 10 months ago

Hello!! your code is really awesome!!

I'm looking into your code and have a question. When I changed product, product type, and time, I got an issue "no data found." Do you know how to solve this issue?

image
ghiggi commented 10 months ago

Hey @DavidChoi76

I tested on the latest gpm-api version and the file download works ;) Install the latest version (v0.2.5) with pip install gpm-api Note that a new IMERG version solving several issues has been recently released, but it requires you to specify the product='IMERG-FR' and product_type="RS" and version=7.

If the problem persists, reopen the issue ;)