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')
Release files for noaa-ftp 0.1.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| noaa_ftp-0.1.11.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noaa_ftp-0.1.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.4 kB
Release files / noaa_ftp-0.1.11.tar.gz
| Download URL | noaa_ftp-0.1.11.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
70ed78acb840aa2f159bf4c47ab132b4e325acf1aa8ce3a517caeb0f95510e73
|
|
BLAKE2b-256 checksum How to use checksums |
7716202d318fcecb71619d0d5c8ee617b1d9db2833de37aecee0e556bee25c11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.7.4 Windows/10
|
Release files / noaa_ftp-0.1.11-py3-none-any.whl
| Download URL | noaa_ftp-0.1.11-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
68838b87aea95697719c453995ed784967e452d89b51ef504ed16b6b693093c1
|
|
BLAKE2b-256 checksum How to use checksums |
6bfd577bcc3f2f1bd9a0c98dacd87503d390a1ce4029d67de887bcfe81c18727
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.7.4 Windows/10
|