Visible Green-Based Built-Up Index
Visible Green-Based Built-Up Index - A spectral index for urban applications.
Used in urban mapping.
When to use
- Built-up area mapping and urban extent monitoring
- Impervious surface estimation for stormwater modelling
- Urban heat island analysis (combined with thermal data)
- Land cover change in expanding cities
- Material classification within urban environments
Limitations
- Material heterogeneity within urban pixels produces mixed signatures
- Roof materials vary widely (metal, asphalt, tile, vegetation) within the same city
- Shadow effects from tall buildings distort surface reflectance
- Confusion with bare soil in arid environments is common
- Temporal changes from construction require frequent updates
General Formula
Sensor-Specific Formulas
Most-used sensors — click to show code below
| Sensor | Provider | Formula | Band Mapping |
|---|---|---|---|
| 21AT | (Green - NIR)/(Green + NIR) | G→Green, N→NIR | |
| CG Satellite | (Green - NIR)/(Green + NIR) | G→Green, N→NIR | |
| USGS/NASA | (B3 - B5)/(B3 + B5) | G→B3, N→B5 | |
| USDA | (Green - NIR)/(Green + NIR) | G→Green, N→NIR | |
| ESA | (B3 - B8)/(B3 + B8) | G→B3, N→B8 | |
| MAXAR | (Green - NIR1)/(Green + NIR1) | G→Green, N→NIR1 | |
| MAXAR | (Green - NIR1)/(Green + NIR1) | G→Green, N→NIR1 |
Spectral Band Visualization — BJ3A
Code Examples
Adapted for BJ3A bands —
Frequently Asked Questions
What is the VgNIRBI (Visible Green-Based Built-Up Index) and when should I use it?
Visible Green-Based Built-Up Index - A spectral index for urban applications. Urban and built-up indices distinguish impervious surfaces from natural land cover by leveraging the unique spectral properties of construction materials like concrete, asphalt, and metal roofing. VgNIRBI is particularly suited for urban. The general formula is (G - N)/(G + N), which requires G and N spectral bands.
Which satellite sensors can I use to calculate VgNIRBI?
VgNIRBI is supported by 22 satellite sensors in our database, including BJ3A, BJ3N, Dragonette-2/3, Gaofen-1, Gaofen-2 and 17 more. Each sensor uses different band designations — for example, BJ3A uses the formula (Green - NIR)/(Green + NIR), while BJ3N uses (Green - NIR)/(Green + NIR). Select a sensor above to see its specific band mapping.
What spectral bands does VgNIRBI require and why?
VgNIRBI requires G (550), N (850). These wavelength regions target the specific spectral features that this index is designed to measure.
How do I calculate VgNIRBI in Python or R?
Both Python and R code samples are provided above. In Python, use rasterio to load individual band GeoTIFF files and numpy for the arithmetic. In R, the terra package handles raster operations efficiently. The key is to load bands as floating-point arrays to avoid integer division, and to handle division-by-zero cases where the denominator equals zero. For production use, consider applying a valid data mask to exclude no-data pixels before calculation.
VgNIRBI vs other urban indices
| Index | Name | How it differs |
|---|---|---|
| H | Hue Index | Alternative urban index — different band combination |
| I | Intensity Index | Alternative urban index — different band combination |
| NDBI | Normalized Difference Built-up Index | Alternative urban index — different band combination |
| NHFD | Non-Homogeneous Feature Difference | Alternative urban index — different band combination |
Related Urban Indices
References
Need help choosing?
Ask our AI assistant for sensor recommendations, code examples, or how VgNIRBI compares to other indices for your specific use case.