Skip to content

Code for identifying and characterizing drydown events from soil moisture data

License

Notifications You must be signed in to change notification settings

ecohydro/drydowns

Repository files navigation

drydowns

A python package for identifying and characterizing drydown events from soil moisture data as detailed in:

Morgan, B.E., Araki, R., Trugman, A.T., Caylor, K.K. (in review). Ecological and hydroclimatic determinants of vegetation water-use strategies. Nature Ecology & Evolution.

Getting started

Example usage of this package is detailed in the ismn-drydowns repository.

To edit the package:

  1. Clone the repository
$ git clone [email protected]:ecohydro/drydowns.git
  1. Create a virtual environment
$ cd drydowns
$ conda env create -f environment_linux.yml
$ conda activate ismn

Note that if using Windows, the environment_win.yml file should be used instead.

To install the package in editable format (for development alongside analysis):

pip install -e git+ssh://github.com/ecohydro/[email protected]

Authors

Contact

Bryn Morgan, [email protected]

About

Code for identifying and characterizing drydown events from soil moisture data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages