An open API service indexing awesome lists of open source software.

https://github.com/tilebox/fpar-based-vci-example


https://github.com/tilebox/fpar-based-vci-example

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          


Tilebox Logo


# 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.





VCI Youtube


FPAR Youteube

> [!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.