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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file noaa_ftp-0.1.11.tar.gz.
File metadata
- Download URL: noaa_ftp-0.1.11.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70ed78acb840aa2f159bf4c47ab132b4e325acf1aa8ce3a517caeb0f95510e73
|
|
| MD5 |
834a167e2a6cf88769e1da7ac6b48ec5
|
|
| BLAKE2b-256 |
7716202d318fcecb71619d0d5c8ee617b1d9db2833de37aecee0e556bee25c11
|
File details
Details for the file noaa_ftp-0.1.11-py3-none-any.whl.
File metadata
- Download URL: noaa_ftp-0.1.11-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68838b87aea95697719c453995ed784967e452d89b51ef504ed16b6b693093c1
|
|
| MD5 |
04f4cf28a0e93f28769c55247facf0ca
|
|
| BLAKE2b-256 |
6bfd577bcc3f2f1bd9a0c98dacd87503d390a1ce4029d67de887bcfe81c18727
|