ndvi-lst-tvdi-multidate-area-exceedance-count

Compute TVDI from dated NDVI and LST raster pairs and count dates exceeding area thresholds.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/DECORATOR0/project_skills-3.18dhc-19.40 --skill ndvi-lst-tvdi-multidate-area-exceedance-count
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ndvi-lst-tvdi-multidate-area-exceedance-count
Source: https://github.com/DECORATOR0/project_skills-3.18dhc-19.40/tree/main/skill_library/ndvi-lst-tvdi-multidate-area-exceedance-count
Command: npx skills add https://github.com/DECORATOR0/project_skills-3.18dhc-19.40 --skill ndvi-lst-tvdi-multidate-area-exceedance-count

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Compute TVDI from dated NDVI and LST raster pairs across multiple dates, then count how many dates/images exceed an area-based threshold.

Core Features & Use Cases

  • Batch pairing of NDVI and LST rasters by date and robustly handle missing dates.
  • TVDI computation for each matched date, producing per-date exceedance results.
  • Threshold-based counting to produce a final numeric count for drought-extent assessment over time.
  • Use case: detect how often drought-area conditions exceed a specified threshold across a temporal sequence.

Quick Start

Place your dated NDVI and LST rasters in a single directory and run the skill to obtain the final exceedance count.

Frequently Asked Questions about ndvi-lst-tvdi-multidate-area-exceedance-count

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I count drought exceedance days from multi-date NDVI and LST raster pairs?

To count drought exceedance days from NDVI and LST raster pairs, the workflow computes TVDI for each date and counts images where area-exceedance thresholds are met. It pairs dated rasters and tallies dates with a default value threshold of 0.7.

How do I calculate TVDI from dated NDVI and LST rasters in a batch?

Calculating TVDI from dated NDVI and LST rasters involves batch pairing files by date to handle missing inputs, then computing TVDI for each matched date. This process generates per-date TVDI outputs for temporal analysis.

What is the default area ratio threshold for counting TVDI exceedances?

The default area ratio threshold for counting TVDI exceedances is 40.0, paired with a default value threshold of 0.7. These thresholds determine how many dates exceed the specified drought-area extent over time.

Can I use this workflow if some NDVI and LST raster dates are missing?

Yes, you can use this workflow with missing dates because it robustly handles batch pairing of NDVI and LST rasters by date. It processes matched pairs and skips unmatched files to ensure accurate temporal exceedance counting.

What is the best way to assess drought extent over a temporal sequence of raster data?

The best way to assess drought extent over a temporal sequence is computing TVDI from dated NDVI and LST rasters, then applying threshold-based counting. This produces a final numeric count of dates exceeding specified area conditions.