A python package to work with NOAA FTP
Project description
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')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
noaa_ftp-0.1.10.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for noaa_ftp-0.1.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e351ff6f1c3dc7b10bda2ac04dc51f210999fe7e4bb4ddae426d003f34517ed1 |
|
MD5 | 3f5e1fb4a93b1565d606b155c2e0e381 |
|
BLAKE2b-256 | cfc8229efcc08f5fc429f86711b87531929cf959d854eb063f361fbcb18a5e45 |