https://github.com/tilebox/fpar-based-vci-example
https://github.com/tilebox/fpar-based-vci-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tilebox/fpar-based-vci-example
- Owner: tilebox
- Created: 2025-08-01T13:32:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T13:45:29.000Z (6 months ago)
- Last Synced: 2026-01-13T16:34:19.305Z (6 months ago)
- Language: Python
- Size: 521 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate VCI and FPAR visualizations using Tilebox
This repository contains a workflow for calculating the Vegetation Condition Index (VCI) from FPAR data. The workflow is built using [Tilebox Workflows](https://docs.tilebox.com/workflows/) and can be run on one or more local machines or on
a cloud cluster.
> [!TIP]
> Fraction of absorbed photosynthetically active radiation (FPAR) and the Vegetation Condition Index (VCI) are two important indicators of vegetation health.
## Workflow
The workflow is implemented in `python` and is located in the [workflow](workflow/) directory.
## IaC for a auto-scaling Tilebox cluster utilizing GCP Spot instances.
The repository also contains a [Pulumi](https://www.pulumi.com/) project for provisioning the necessary GCP resources to run the workflow at scale using cheap GCP Spot instances. The Pulumi Infrastructure as Code (IaC) project is located in the [infrastructure](infrastructure/) directory.