Skip to content
forked from jlaura/PyHAT

Python Hyperspectral Analysis Tools

License

Notifications You must be signed in to change notification settings

michaelaye/PyHAT

 
 

Repository files navigation

Status

OS Status
OSX Build Status
Linux Build Status
Windows Build status

Coverage Status Join the chat at https://gitter.im/USGS-Astrogeology/pyhat

Installation - For Users

  • Install Anaconda Python. Be sure to get Python 3.x
  • Create a conda env for PyHAT: conda create -n pyhat
  • Add conda forge to your channels list: conda config --add channels conda-forge
  • Activate the PyHAT environment: conda activate pyhat (for windows: conda pyhat)
  • To install: conda install -c usgs-astrogeology pyhat

Installation - For Developers

  • Install Anaconda Python. Be sure to get Python 3.x
  • Add conda forge to your channels list: conda config --add channels conda-forge
  • Clone this repo: git clone https://github.com/USGS-Astrogeology/PyHAT
  • Enter the cloned repo: cd PyHAT
  • Pull the dev branch: git fetch && git checkout dev
  • Install the dependencies: conda create -f environment.yml

Demo

  • Execute the jupyter notebook that will open a new browser tab with the Jupyter homepage.
  • Launch (click) the Kaguya_Spectral_Profiler.ipynb notebook.

QGIS Plugin

  • A QGIS plugin is available here. This plugin allows users to create and view derived products using QGIS rather than a native Python environment.

About

Python Hyperspectral Analysis Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.7%
  • Python 5.3%