Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eve-ning/frmodel
Forest Recovery Model Research Project
https://github.com/eve-ning/frmodel
image-processing library machine-learning opencv
Last synced: 2 months ago
JSON representation
Forest Recovery Model Research Project
- Host: GitHub
- URL: https://github.com/eve-ning/frmodel
- Owner: Eve-ning
- License: mpl-2.0
- Created: 2020-08-11T05:45:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T09:56:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-07T18:09:36.750Z (3 months ago)
- Topics: image-processing, library, machine-learning, opencv
- Language: HTML
- Homepage: https://eve-ning.github.io/FRModel/
- Size: 60.3 MB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FRModel
Forest Recovery Model Research Project.
This project is under the **Nanyang Technological University** (NTU) **Undergraduate Research Experience on Campus** (URECA) Program.
# Install
**It is recommended to fork for the latest updates**. The conda package will not be maintained.
To build the Cython files, you need to run the one-liner `c_setup.bat`.
Follow the following installation steps if not on Windows
```bash
$ python c_setup.py build_ext --inplace
$ cd src && pip install .
```Test the installation by running the following command in your Python shell
```
import frmodel
```No errors should pop up.
# Dependencies
The following repository requires `GDAL`. Refer to the following website for more information for the installation of `GDAL`: https://gdal.org/download.html
For Mac OS > 10, you may run `brew install GDAL` to install the package.
## Python Packages
Run the following script in the main directory to install the required Python packages
```bash
pip install -r requirements.txt
```# License
Licensed under the **Mozilla Public License 2.0**
https://github.com/Eve-ning/FRModel/blob/master/LICENSE
# Citation
If you have used or referenced any of the code in the repository,
please kindly cite```
@misc{frmodel,
author = {John Chang},
title = {FRModel: Forest Recovery Modelling},
year = {2020},
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/Eve-ning/FRModel}},
}
```