apsimRegions
apsimRegions copied to clipboard
ApsimRegions is a one-way nested climate-crop modeling framework that links gridded weather data (rain, temperature, radiation, etc.) with the point-specific APSIM crop model.
http://www.apsimregions.org/tutorial.html
numpy pandas (< 0.17.1) [MS Visual C++ for Python](aka.ms/vcpython27) (required by pandas)
Upload a version to [PyPi](https://pypi.python.org/pypi) See: http://docs.python.org/3/distutils/index.html
C:\Python27\lib\site-packages\pandas\io\sql.py:1561: FutureWarning: read_frame is deprecated, use read_sql warnings.warn("read_frame is deprecated, use read_sql", FutureWarning) C:\Python27\lib\site-packages\pandas\io\sql.py:1607: FutureWarning: write_frame is deprecated, use to_sql warnings.warn("write_frame is deprecated, use to_sql", FutureWarning)
Line 282 in 45c623931dd189c08765ef0164fac8defdec2d7a
Have a script that asks for the root folder name and sets up all appropriate sub directories (output, metfiles, etc)
in apsim.new_doc() and related functions change None default value to empty string ('') so code won't crash.