dannbuckley / buckley24drought

Data and code for 'Investigating the drought sensitivity of intermontane-basin groundwater systems in western Montana using standardized drought indices' (Buckley, 2024)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buckley24drought

Data and code for 'Investigating the drought sensitivity of intermontane-basin groundwater systems in western Montana using standardized drought indices' (Buckley, 2024)

Development

All Python code in src/buckley24drought/ is linted using Pylint on every push and PR.

All unit tests should go in the tests/ directory. All tests are run using pytest on every push and PR. Install the package in "editable" mode to run the tests locally:

pip install -e .

Docstrings should follow the numpydoc style guide.

About

Data and code for 'Investigating the drought sensitivity of intermontane-basin groundwater systems in western Montana using standardized drought indices' (Buckley, 2024)

License:MIT License


Languages

Language:Python 100.0%