cons2-python¶
cons2-python is a library used to calculated consumptive use based on the Blaney-Criddle method.
The library and program are in their final form and are stable. There are currently no plans for future development unless a clear need arises.
It has been tested on Python 3.x but may also work on Python 2.7.
Documentation¶
- Overview
- Installation
- Input Files
- Parameter Files
- Output Files
- Running cons2-python
- Contribution
- API Reference
- Classes
- cons2.cu.CONSUMPTIVE_USE
- cons2.crop.CROP
- cons2.site.SITE
- cons2.weather.WEATHER
- cons2.excel.Excel
- cu.CONSUMPTIVE_USE
- cons2.cu.CONSUMPTIVE_USE.__init__
- cons2.cu.CONSUMPTIVE_USE.calc_adj
- cons2.cu.CONSUMPTIVE_USE.calc_cu
- cons2.cu.CONSUMPTIVE_USE.calc_dates
- cons2.cu.CONSUMPTIVE_USE.calc_effprecip
- cons2.cu.CONSUMPTIVE_USE.calc_fao
- cons2.cu.CONSUMPTIVE_USE.calc_faokc
- cons2.cu.CONSUMPTIVE_USE.calc_kc
- cons2.cu.CONSUMPTIVE_USE.calc_midpts
- cons2.cu.CONSUMPTIVE_USE.calc_pclite
- cons2.cu.CONSUMPTIVE_USE.calc_temp
- cons2.cu.CONSUMPTIVE_USE.clndr
- cons2.cu.CONSUMPTIVE_USE.fall
- cons2.cu.CONSUMPTIVE_USE.fao_cu
- cons2.cu.CONSUMPTIVE_USE.fiveyr_avg
- cons2.cu.CONSUMPTIVE_USE.get_dates
- cons2.cu.CONSUMPTIVE_USE.interp_kc
- cons2.cu.CONSUMPTIVE_USE.jln
- cons2.cu.CONSUMPTIVE_USE.kc_ann
- cons2.cu.CONSUMPTIVE_USE.kc_per
- cons2.cu.CONSUMPTIVE_USE.midday
- cons2.cu.CONSUMPTIVE_USE.midtemp
- cons2.cu.CONSUMPTIVE_USE.mmtemp
- cons2.cu.CONSUMPTIVE_USE.set_dates
- cons2.cu.CONSUMPTIVE_USE.spring
- crop.CROP
- weather.WEATHER
- site.SITE
- excel.Excel
- Main
- Read Infile
- Classes
Contact Us¶
- The source code is available on GitHub
- Bug reports and feature requests should be directed to the [Github issues page](https://github.com/pvlib/pvlib-python/issues)
License¶
cons2-python is available under the terms of the open source [GNU GPLv3](https://raw.githubusercontent.com/MoonRaker/cons2-python/master/LICENSE)