Skip to main content

Soil Water Index (SWI) computation

Project description

Python package allowing computation of the Soil Water Index from surface soil moisture observations by means of exponential filter.

Description

The package includes the following features:

  • SWI time series calculation and error propagation from SSM time series
    • a recursive approach to SWI and its noise with calculation routines in Cython

    • an equivalent SWI calculation in Python with an exponential-filter-based error propagation scheme

  • Recursive SWI approach to calculate SWI for a single or a set of T-values in near-real time
    • also Weighted calculation of the SWI, allowing for custom weight assignment to individual observations

iterative_storage

Storage of iteration data between processing runs.

Description

In a process that works iteratively and needs to store some data between processing runs, the classes in this package can be used to store that data as netCDF files of any format. The main functionality of this package is in the building of the storage filenames and in reading the correct iteration data from the disk when the process is started again.

Installation

This package should be installable through pip:

pip install pyswi

Note

This project has been set up using PyScaffold 3.2.3. For details and usage information on PyScaffold see https://pyscaffold.org/.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyswi-1.0.tar.gz (342.6 kB view hashes)

Uploaded Source

Built Distribution

pyswi-1.0-py2.py3-none-any.whl (74.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page