Tod Haren

Results 8 issues of Tod Haren

A Python package and installer needs to be created. It should support common Python semantics, eg. `python setup.py install` and `pip install pyfvs` if hosted on PyPI.

Travis-CI now has support for [OS X](https://docs.travis-ci.com/user/multi-os/).

The preferred build workflow has changed over time. Possible headings include: - MinGW environment - Conda environment - Build, test, package - Development workflow - Accessing the latest CI wheels

Add documentation for API and command line. Content to include: - Background - Installation - Example usage - Roadmap

enhancement

A results object would capture all relevant FVS variables and array data at the end of a projection. - Capture keywords, treelists, etc. so the simulation can be replicated independently....

enhancement

Wrapping these routines directly would facilitate documentation and a consistent API.

To improve the high-level API add class properties should be to facilitate retrieval of tree list attributes. ``` python class FVS(object): ... @property def trees_num_recs(self): return self.fvslib.contrl_mod.itrn @property def trees_dbh(self):...

The OS X ODBC library is called iodbc. There are likely other differences to consider. See [here](https://bitbucket.org/gcohn/fuego5000/wiki/building-pyfvs) for discussion.

enhancement