Geological index for detecting ferric oxide concentrations in rocks and soils. Useful for identifying iron-rich minerals and oxide formations in geological mapping and mineral exploration.

Used in mineral exploration.

When to use

  • Mineral exploration target identification in arid and bare-ground regions
  • Hydrothermal alteration zone mapping
  • Lithological unit discrimination
  • Iron oxide and clay mineral mapping
  • Pre-field reconnaissance for geological surveys
  • Geology
  • Iron Oxide Detection

Limitations

  • Vegetation cover masks underlying mineral signatures — works best on bare ground
  • Atmospheric water vapour absorbs in similar SWIR regions, requiring correction
  • Particle size and mineral mixtures produce non-linear spectral mixing
  • Should be combined with field validation — single-index identification is unreliable
  • Different mineral assemblages can produce similar spectral signatures

General Formula

Red 760-860 nm
NIR 1600-1700 nm

Sensor-Specific Formulas

Most-used sensors — click to show code below

SensorProviderFormulaBand Mapping
USGS/NASAB6 / B5Red→B5, NIR→B6
ESAB11 / B7Red→B7, NIR→B11
MAXARSWIR3 / NIR1Red→NIR1, NIR→SWIR3

Spectral Band Visualization — Landsat 8/9

Code Examples

Adapted for Landsat 8/9 bands —

ferric_oxides_landsat-8-9.py

Frequently Asked Questions

What is the FOX (Ferric Oxides Index) and when should I use it?

Geological index for detecting ferric oxide concentrations in rocks and soils. Useful for identifying iron-rich minerals and oxide formations in geological mapping and mineral exploration. Geological indices identify mineral compositions and lithological features by targeting diagnostic absorption features in shortwave infrared wavelengths. Different minerals produce unique spectral signatures that these indices isolate. FOX is particularly suited for geology, mineral exploration, iron oxide detection. The general formula is NIR / Red, which requires Red and NIR spectral bands.

Which satellite sensors can I use to calculate FOX?

FOX is supported by 4 satellite sensors in our database, including Landsat 8/9, Sentinel-2, SuperView-2, WorldView 3. Each sensor uses different band designations — for example, Landsat 8/9 uses the formula B6 / B5, while Sentinel-2 uses B11 / B7. Select a sensor above to see its specific band mapping.

What spectral bands does FOX require and why?

FOX requires Red (760-860 nm), NIR (1600-1700 nm). These specific wavelength regions correspond to diagnostic mineral absorption features caused by electronic transitions and vibrational overtones in crystal lattices.

How do I calculate FOX 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.

What minerals can FOX help identify?

Geological index for detecting ferric oxide concentrations in rocks and soils. Useful for identifying iron-rich minerals and oxide formations in geological mapping and mineral exploration. For accurate mineral identification, this index should be used alongside other geological indices and validated with field samples or known geology maps. Spectral unmixing or supervised classification using multiple indices typically yields more reliable results than any single index alone.

FOX vs other geology indices

IndexNameHow it differs
AKPAlunite/Kaolinite/Pyrophylite IndexAlternative geology index — different band combination
ALTAlteration IndexAlternative geology index — different band combination
AMPAmphibole IndexAlternative geology index — different band combination
ClayClay IndexAlternative geology index — different band combination

Related Geology Indices

References

ASTER sensor applications

Need help choosing?

Ask our AI assistant for sensor recommendations, code examples, or how FOX compares to other indices for your specific use case.

Ask AI →