You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

noaa-ftp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noaa-ftp

A python package to work with NOAA FTP

0.1.11
pipPyPI
Maintainers
1

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')

Keywords

noaa

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts