Skip to content

Simple Java library for reading ENVI hyper-spectral images.

License

Notifications You must be signed in to change notification settings

fracpete/envi4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envi4j

Simple Java library for reading ENVI hyper-spectral images.

Documentation

Supported file formats

  • Interleave: BSQ, BIL, BIP

  • Data type (byte order: L=little endian, B=big endian):

    • float32 (LB): 4
    • float64 (LB): 5
    • int16 (LB): 2
    • int32 (LB): 3
    • int64 (LB): 14
    • uint8 (LB): 1
    • uint16 (L): 12

About

Simple Java library for reading ENVI hyper-spectral images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages