Upload README.md
Browse files
README.md
CHANGED
|
@@ -2,18 +2,25 @@
|
|
| 2 |
|
| 3 |
**Authors**: Jonghan Ko at Chonnam National University and Chi Tim Ng at Hang Seng University of Hong Kong
|
| 4 |
**Collaborator**: Jong-oh Ban at Hallym Polytechnic University
|
| 5 |
-
**Repository**: https://github.com/RS-iCM/VIs_to_LAI
|
|
|
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
## Overview
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
---
|
| 14 |
|
| 15 |
## Features
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- Modular design for adaptation to various crops and regions
|
| 18 |
|
| 19 |
---
|
|
|
|
| 2 |
|
| 3 |
**Authors**: Jonghan Ko at Chonnam National University and Chi Tim Ng at Hang Seng University of Hong Kong
|
| 4 |
**Collaborator**: Jong-oh Ban at Hallym Polytechnic University
|
| 5 |
+
**Repository for the model**: https://github.com/RS-iCM/VIs_to_LAI
|
| 6 |
+
**Repository for bigger data**: https://huggingface.co/datasets/jonghanko/VIs_to_LAI/tree/main
|
| 7 |
|
| 8 |
---
|
| 9 |
|
| 10 |
## Overview
|
| 11 |
|
| 12 |
+
VIsToLAI is a Python-based, open-source software framework designed to estimate leaf area index (LAI) from time-series of satellite-derived vegetation indices (NDVI, RDVI, OSAVI, MTVI₁). By integrating empirical regression, log–log and machine learning modules, VIsToLAI offers a flexible, scalable workflow that bypasses destructive sampling and intensive calibration. Pretrained models, an extensible API, and interactive Jupyter notebooks streamline data ingestion, model execution, and visualization. Demonstrated on staple crops under varied conditions, VIsToLAI accurately reconstructs LAI dynamics and integrates seamlessly into remote sensing workflows for precision agriculture, crop monitoring, and ecological modeling.
|
| 13 |
|
| 14 |
---
|
| 15 |
|
| 16 |
## Features
|
| 17 |
|
| 18 |
+
- Support for multiple vegetation indices: NDVI, RDVI, OSAVI, MTVI₁
|
| 19 |
+
- Three modeling approaches: empirical exponential, log–log, and machine learning regression
|
| 20 |
+
- Extendable API for custom indices and algorithms
|
| 21 |
+
- Pretrained models and reproducible Jupyter notebooks for rice, barley, wheat, and maize
|
| 22 |
+
- 1D and 2D simulation workflows for time-series and geospatial projections
|
| 23 |
+
- Built-in visualization for time-series plots, scatter diagnostics, and geospatial maps
|
| 24 |
- Modular design for adaptation to various crops and regions
|
| 25 |
|
| 26 |
---
|