Fast, region-agnostic stochastic weather generation
Project description
swxg
swxg is a Python package for modern stochastic weather generation. It is suitable for any use case where traces of precipitation, temperature, and its internal variability across a single or multiple sites impact the model outcomes to be investigated. It expands on existing generators which are often designed for more niche applications like replicating weather regimes, downscaling global circulation models, or using weather as an intermediate step in determining flood or drought indices.
All that is needed to use swxg is a set of data with precipitation and temperature observations, one or more locations where the observations were collected, and a timestamp for each of the collected observations. swxg quickly generates arbitrarily-long sequences of monthly or daily weather variables that match the spatial and temporal correlations from input observations by:
- fitting observed precipitation individually to a (Gaussian mixture) hidden Markov model with 1 or more hidden states;
- fitting both observed precipitation and temperature with hydroclimatic copulas;
- sampling precipitation from its fit, disaggregating to finer resolution where necessary, and;
- conditionally sampling temperature from the sampled precipitation and its fit, disaggregating to finer resolution where necessary
Dependencies
The required dependencies to use swxg are:
Python >= 3.10copulae >= 0.8copulas >= 0.10, < 0.12hmmlearn >= 0.3matplotlib >= 3.8numpy == 2.0pandas >= 2.1scikit-learn >= 1.4scipy >= 1.15statsmodels >= 0.14, < 0.15
Note that these required packages will be automatically downloaded when you install this package.
Installation
To install swxg from PyPI with pip:
pip install swxg
Alternatively, you can install from this repository:
git clone https://github.com/xthames/swxg.git
cd swxg
pip install .
Contributing, Reporting Issues, and Seeking Support
To contribute, please fork this repository and create your own branch. If you are unfamiliar with that process the corresponding documentation on how to do so from FirstContributions is a good place to start. To report issues and seek support, please use the GitHub Issues tab for this repository.
Important Links
If your work uses swxg, please cite:
- [JORS PAPER IN PREP], specifically for the software
- [WRR PAPER IN PREP], if relevant to applied (first) use case
Known Model Limitations
Because swxg is a semi-parametric model, the quality of the input dataset will be reflected in: (1) the confidence of the fits for precipitation and the copulas, and; (2) the resolution of the generated weather.
- To fit precipitation and the copulas
swxgaggregates precipitation and temperature both annually and monthly, meaning that more complete years of input data will produce better fitting. AUserWarningwill appear if you use fewer than 20 years of input data. Fitting will still procede regardless, but it is strongly recommended to validate the precipitation and copula fitness through additional metrics for smaller input datasets. - When generating weather
swxggives the option to determine its output resolution, either at themonthlyordailyscale. How resolved the generated weather can be is determined by the input dataset:monthlyinputs can be resolved tomonthlyoutputs;dailyinputs can be resolved to bothdailyandmonthlyoutputs. AUserWarningwill appear when trying to resolvedailyoutputs frommonthlyinputs. If attempted, themonthlyresolution will output instead. Subdaily inputs are accepted but generating at the subdaily scale is not yet implemented, and so subdaily data is aggregated to daily.
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 swxg-0.2.5.tar.gz.
File metadata
- Download URL: swxg-0.2.5.tar.gz
- Upload date:
- Size: 489.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2003ac7df9510e207ab0ee7c9c62fb858863a022bcdb8c4cb569def05656bc10
|
|
| MD5 |
7ac7f5030352621d7c9a80111d3bb2b3
|
|
| BLAKE2b-256 |
6cea6a2e1c0c68b6260576689b4452f32c8d16aad934488b346c5a6dfe8528c3
|
File details
Details for the file swxg-0.2.5-py3-none-any.whl.
File metadata
- Download URL: swxg-0.2.5-py3-none-any.whl
- Upload date:
- Size: 495.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8099fe2459479c6a846f5bdb878a1df40ecf0147ea4effbee1b3b8f815bb609f
|
|
| MD5 |
91eeb78180fc670348a697d313ecf63b
|
|
| BLAKE2b-256 |
c06b56146ef19d8786576ed227f167bfc47c6d5e0c676e573ed9ee640c113b9e
|