Skip to content

flowmatters/climate-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climate-utils

Python module for manipulating climate data,

Includes:

  • disaggregating daily rainfall to hourly based on

Boughton, W., A Model for Disaggrgating Daily to Hourly Rainfalls for Design Flood Estimation, Technical Report 00/15, CRC for Catchment Hydrology, November 2000. Available from CRC for Catchment Hydrology Archives.

  • computing areal average time series

Installation

You'll need Python 3

pip install https://github.com/flowmatters/climate-utils/archive/master.zip

At this stage we haven't tagged releases so you just install from the latest version.

To upgrade, uninstall the one you've got, then install again

pip uninstall climate-utils
pip install https://github.com/flowmatters/climate-utils/archive/master.zip

Note: The areal average time series relies on a fork of the python-rasterstats package - if you already have python-rasterstats you'll need to replace it:

pip uninstall python-rasterstats
pip install https://github.com/joelrahman/python-rasterstats/archive/percent_cover.zip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages