Skip to content

emit-sds/SpectralUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpectralUtils

This is a package for basic manipulation of imaging spectroscopy data. It is designed to accomodate data from a variety of instruments, abstracting out the specifics of the file delivery. Currently, the package supports data from the following instruments / product levels:

Utilities

A series of utility scripts are provided to help with common tasks, such as:

Standard RGB, with stretching

python spectral_util.py rgb EMIT_L1B_RAD_001_20240715T195403_2419712_015.nc emit_rgb.tif

Standard RGB, custom wavelengths

python spectral_util.py rgb EMIT_L1B_RAD_001_20240715T195403_2419712_015.nc emit_rgb.tif --red_wl 2360 --green_wl 1800 --blue_wl 1000

Spectral Indices

python spectral_util.py nbr EMIT_L1B_RAD_001_20240715T195403_2419712_015.nc emit_nbr.tif
python spectral_util.py ndvi EMIT_L1B_RAD_001_20240715T195403_2419712_015.nc emit_ndvi.tif

About

Utility Functions (particularly IO) for imaging spectroscopy data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages