NDVI (Normalized Difference Vegetation Index) is an index derived by normalizing the reflectance difference between the near-infrared band and the red band of satellite imagery, calculated as (NIR - Red) / (NIR + Red), and is used to quantitatively assess vegetation vigor and density.
Plants rich in chlorophyll (leaf green pigment) strongly reflect near-infrared light (NIR) and strongly absorb red light (Red) for photosynthesis. NDVI is an index that exploits this asymmetry in reflectance, calculated using the straightforward formula `(NIR - Red) / (NIR + Red)`. In Sentinel-2, B08 (NIR) and B04 (Red) at 10m resolution are used, and the index can be easily computed with Python libraries such as rasterio. ## How to Interpret the Values Values fall within the range of -1 to +1. Practical guidelines are as follows. | NDVI Value | Example Surface Conditions | |------------|---------------------------| | 0 or below | Water bodies, snow, clouds | | 0–0.2 | Bare soil, desert | | 0.2–0.4 | Shrubland, sparse grassland | | 0.4 or above | Moderate to dense vegetation, healthy cropland | Since thresholds vary by biome (climate zone) and season, interpretation must be adapted to regional characteristics. ## Applications in Agriculture, Forestry, and Disaster Response In agriculture, regular imagery is captured throughout the growing season and time-series changes in NDVI are tracked to detect growth anomalies at an early stage. By visualizing fields with reduced vegetation using color coding, it becomes easy to prioritize areas requiring inspection. In forest management, NDVI is used to quantitatively assess vegetation loss caused by logging, wildfires, or disease. In disaster response, the practice of generating difference images (ΔNDVI) before and after floods or droughts to estimate the extent of damage has become widespread. However, NDVI is an indicator of vegetation quantity and vigor, and cannot be used to identify tree species or directly predict crop yield. For high-precision agricultural diagnostics, it is often combined with indices such as EVI (Enhanced Vegetation Index) and NDRE (Red-Edge Normalized Difference Vegetation Index).


A2A (Agent-to-Agent Protocol) is a communication protocol that enables different AI agents to perform capability discovery, task delegation, and state synchronization, published by Google in April 2025.

Acceptance testing is a testing method that verifies whether developed features meet business requirements and user stories, from the perspective of the product owner and stakeholders.

Agent Skills are reusable instruction sets defined to enable AI agents to perform specific tasks or areas of expertise, functioning as modular units that extend the capabilities of an agent.


Agentic AI is a general term for AI systems that interpret goals and autonomously repeat the cycle of planning, executing, and verifying actions without requiring step-by-step human instruction.