Tools for hydrology: ERA5 downloader and NetCDF point extractor.
Project description
pyhydrology
Tools for hydrology: ERA5 downloader and NetCDF point extractor.
Install
pip install pyhydrology
CLI
- Extract NetCDF near a lat/lon from current directory
.nc
:
pyhydrology-readnc --lat 27.7 --lon 85.3 --file 2020001.nc --var 2m_temperature
- Parallel ERA5-Land monthly downloader:
pyhydrology-era5-download \
--variables 2m_temperature total_precipitation \
--years 2016 2017 \
--months 01 02 03 \
--area 25.0 79.0 31.0 89.0 \
--dest "E:/0 Python/pyhydrology/1 Data/ERA5" \
--api-key YOUR_CDS_API_KEY
Links
License
MIT
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
pyhydrology-0.1.0.tar.gz
(4.8 MB
view details)
Built Distribution
File details
Details for the file pyhydrology-0.1.0.tar.gz
.
File metadata
- Download URL: pyhydrology-0.1.0.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ff9ea77cc95765042b8f0023565d28e69a85c6d67296342ad28fe377f2320dea
|
|
MD5 |
0406852758381c0e08a2fd3a93c2a52e
|
|
BLAKE2b-256 |
2483ad572a7ad7d9da0a3bc18cd95195bb2f6d968d1801793c1126e2beebdd2e
|
File details
Details for the file pyhydrology-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyhydrology-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d0fd29faea11d46e01617554d6ba299a958985eb8127bc327dc513ff77187e81
|
|
MD5 |
93b3a7771d5659b005bf7ee66a78a0cc
|
|
BLAKE2b-256 |
042c1048359198fe4d84ab38f2600c276e74940bcdd9961ab266a242e43f9658
|