Tools to download (relevant parts of) various NWP products.
Reason this release was yanked:
Source code directory was wrong.
Project description
NWP Downloading Utilities
Development
Setting up a development space
conda create --name nwpdl-dev python=3.9
conda activate nwpdl-dev
conda install numpy xarray pandas
conda install -c conda-forge pyresample
conda install -c conda-forge netCDF4
conda deactivate nwpdl-dev
conda activate nwpdl-dev
Build and Distribute
Setup environment
conda create --name nwpdl-build python=3.9
conda activate nwpdl-build
pip install --upgrade pip
pip install --upgrade build
pip install --upgrade twine
Build and upload
python -m build
python -m twine upload --repository testpypi dist/*
Test build
conda create --name nwpdl-test python=3.9
conda activate nwpdl-test
pip install --index-url https://test.pypi.org/simple/ --no-deps nwp-dl-utils
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
nwp_dl_utils-0.0.2.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file nwp_dl_utils-0.0.2.tar.gz
.
File metadata
- Download URL: nwp_dl_utils-0.0.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 479f2468bce620311200ee5623246bc4da3e55836132fedab5e6b1d8df22627f |
|
MD5 | 435e0e6165e80b3611258163cdc6db16 |
|
BLAKE2b-256 | af4b76db751c4a12ce1feae2fc29f4af1e4778aa8c15b2124002efea590d8174 |
File details
Details for the file nwp_dl_utils-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: nwp_dl_utils-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 730e4a48356d04e94fa286101a2bba64d1376520b3699e589f2c18ca1e2c0fc8 |
|
MD5 | af93deecf184b5c716b4c0c4f811f541 |
|
BLAKE2b-256 | a604675b7febc71676d8cae35834f177b4aba714859faa7742266f05b9b8583f |