An open API service indexing awesome lists of open source software.

https://github.com/udaylab/globalprecipitationanalytics


https://github.com/udaylab/globalprecipitationanalytics

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# globalPrecipitationAnalytics

## Download the raw NC data from the URL

1. Open the file
```console
vi downloadingRawDataFromServer.py
```

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