A Hyperspectral Image Viewer for Python
Project description
cubeview 🔎
A Flexible and Interactive Spectral (and more!) Image Viewer for Python
Motivation ✨
Whether it's an imaging spectrometer or an InSAR time-series, many remotely sensed scientific data comes in the form of a cube, which is here defined as any dataset that has spatial information in two dimensions and measured values in a third dimension. Below are listed some examples of scientific data cubes:
- Hyperspectral Imagery
- Multispectral Imagery
- InSAR Time Series
- Cloud Cover Evolution Map
- Spectral Maps from lab spectrometers
- And Many More!
Installation ⬇️
cubeview can be directly install from the Python Package Index using pip.
pip install cubeview
Usage ⚙️
The basic cubeview GUI can be opened directly from the command line by ensuring you are in a python environment that has cubeview installed and running
cubeview.exe
The cubeview GUI can also be started from a python script.
from cubeview import open_cubeview
open_cubeview(image_data, cube_data, wvl_data)
Where the data can optionally provided as either a Numpy-Array or a filepath to one of the supported file types.
Supported File Types 📂
Image and Cube Data
spectralio files
- .geospcub
- .spcub
rasterio-compatible files
- .img
- .bsq
- .tif
Wavelength Data
- .wvl
- .hdr
- .txt
- .csv
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycubeview-0.1.1.tar.gz.
File metadata
- Download URL: pycubeview-0.1.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c648fa3f2d24ade30c36fef9932004948fe3d008d3c048e249078149c696b4e
|
|
| MD5 |
52e22e3940c3443b7c357138a527dd04
|
|
| BLAKE2b-256 |
e187186ee0f4fb0dfbc9662ed2a5ee01b69bd9dd1e4b9d176aa31ba81e9a9665
|
File details
Details for the file pycubeview-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pycubeview-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a2b48c29f3bef7cd6b0fe15180245d75bad27c35dcf679277e4655034efd44a
|
|
| MD5 |
dc4d64d1a4f2e27835ce7cffaaf31d2f
|
|
| BLAKE2b-256 |
2814fae59549ba37d96b4816a13f3abc4c780126125fa9ae51392478e637f0db
|