Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 501 Bytes

File metadata and controls

15 lines (10 loc) · 501 Bytes

FUME

Calculates the Forel-Ule Index for multispectral satellite images

Python implementation of matlab code Compute_FUI.m by Shungu Garaba (shungu.garaba@uni-oldenburg.de)

Notebooks:

  • forel_ule_tutorial.ipynb - Step by step calculation, with formulae and references.
  • forel_ule_OLCI.ipynb - Example or loading, preprocessing, calculating and ploting FU from example OLCI images.
  • prep_test_images.ipynb - Utility to generate test images included.

Module

  • fume
    • calc_ForelUle_images()