https://github.com/udaylab/globalprecipitationanalytics
https://github.com/udaylab/globalprecipitationanalytics
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/udaylab/globalprecipitationanalytics
- Owner: UdayLab
- Created: 2024-12-01T10:19:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:05:28.000Z (6 months ago)
- Last Synced: 2024-12-01T18:19:47.090Z (6 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```