A Python package to read SWAT model output files (.rch, .sub, .hru)
Project description
swatoutpy
A lightweight Python package to read SWAT model (Rev 681) output files: .rch, .sub, and .hru.
How to install
pip install swatoutpy
How to use
For *.rch files
from swatoutpy.reader import read_rch
df = read_rch("output_monthly.rch", timestep="monthly")
print(df.head())
For *.sub files
from swatoutpy.reader import read_sub
df = read_sub("output_monthly.sub", timestep="monthly")
print(df.head())
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
swatoutpy-0.1.1.tar.gz
(5.0 kB
view details)
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 swatoutpy-0.1.1.tar.gz.
File metadata
- Download URL: swatoutpy-0.1.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a2130cb762087a41f35a5c002655115d3cf8a426fe044b64c4f973120bd4da6
|
|
| MD5 |
ac9e4a8f85a68d5782e37f599710a1c5
|
|
| BLAKE2b-256 |
b6c3a758c3d4bbfbc2364e93db1c7d88e34bdf3d6bbe399bc15a2ccd43eb3bfa
|
File details
Details for the file swatoutpy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: swatoutpy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4efa179cbc620f11a5d66d997465df82f8ff4e4f7c0510558cc809705fd3dd4a
|
|
| MD5 |
7396fd35cc3c6f589cfdddbd7bfcd8cb
|
|
| BLAKE2b-256 |
650c7a80c986303bdb26c50e0dcf14f4fda58d540332da38836ca29b06a9d88b
|