Skip to content

javad-rzvn/noaa_ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOAA-FTP

I needed to work with data from NOAA, so I write a code in jupyter notebook and solved my problem for viewing and downloading data. Then I decided to convert that code to a python package.

My Personal Website: Water Directory.

To import, use command below:

from noaa_ftp import NOAA

Available functions:

  • dir()
  • download()

Get list of files and folders

noaa_dir = NOAA("ftp.ncdc.noaa.gov", 'pub/data/ghcn/daily').dir()
noaa_dir

Download custom file from the directory

noaa = NOAA("ftp.ncdc.noaa.gov", 'pub/data/ghcn/daily').download('ghcnd-stations.txt')

About

A python package to work with NOAA FTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages