Skip to content

This is a dumb script to download data from National Digital Forecast Database (NDFD)

Notifications You must be signed in to change notification settings

noman-bashir/ndfd_ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Python Script for Downloading Data from NDFD

This is a super dumb script to download data from National Digital Forecast Database (NDFD). I wrote it in a hurry to just download some data. Everyone is welcomed to use and improve the script. I will try to update it as I find some time.

The main Python function is: ndfd_download(keyword, year_month_days)
where,
keyword: the first four letter of the file you want to download
Please find more details about it is available here
https://www.ncdc.noaa.gov/nomads/documentation/user-guide/advanced-data-access-methods
http://www.nws.noaa.gov/datamgmt/doc/ndfdref.html

year_month_days: list of tuples (year, month, day) containing the days for which you want to download the data

About

This is a dumb script to download data from National Digital Forecast Database (NDFD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages