PyFVS icon indicating copy to clipboard operation
PyFVS copied to clipboard

A Python package and extension for the Forest Vegetation Simulator

Results 10 PyFVS issues
Sort by recently updated
recently updated
newest added

Hi Tod, I am working on a forest management project and hope to leverage the PyFVS API for vegetation dynamics simulations. However, I work on a macOS Monterey personal device...

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

Hi, Ive just installed open-fvs with the `-DWITH_PYMOD=ON` flag and the process completed without errors. I don't seem to be able to load the pyfvs libraries though.: `ImportError: No module...

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