Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 367 Bytes

globalPrecipitationAnalytics

Download the raw NC data from the URL

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