- Open the file
vi downloadingRawDataFromServer.py
- Edit the below line
base_url = 'https://www.ncei.noaa.gov/data/global-precipitation-climatology-project-gpcp-daily/access/2021/'
- Save the file and execute the file.
python3 downloadData.py
vi downloadingRawDataFromServer.py
base_url = 'https://www.ncei.noaa.gov/data/global-precipitation-climatology-project-gpcp-daily/access/2021/'
python3 downloadData.py