/HYPSO-Reading

Package to Read HYPSO RAW Information

Primary LanguageJupyter NotebookGNU General Public License v2.0GPL-2.0

HYPSO-Reading

hypsoreader is a simple, fast, visualization tool for the hyperspectral images taken by the HYPSO mission from the Norwegian University of Science and Technology (NTNU) for Python 3.9

Demo Functioality (see .ipynb too)

hypso_dir = r"D:\Bundle2\florida_2023-01-07_1524Z" # Path of Raw Data
satobj = SatelliteClass(hypso_dir)
show_image(satobj, overlapSatImg=True)
print_this()

Sample Image:

image