The gcs_gui.py
script in this package when ran will pull up a graphical-user interface / GUI that simplifies the
process of multi-flow stage GCS analysis.
For more information on GCS analysis please reference my PI Gregory Pasternack's video which is part of a series introducing the topic. To see real-world outputs of this software within an appropriate scientific context please reference this recording of my graduate/MS exit seminar.
- Graphic User Interface (GUI) executable script (
gui_tkinter.py
) - Python files storing the underlying methods
- Copy of RapidLasso's LAStools software
.exe
command line executables (LAStools/
). - Copy of 'Breeze' GUI theme (
ttk-Breeze-master/
).
arcpy
(+ Spatial Analyst licence) -- Comes with the ArcPro Python 3 default environment. Clone environment to enable external package installation.scipy
for statistical analyses.pillow
to power pop up image outputs.seaborn
for publication-ready static plotting.plotly
for Sankey diagram plotting.