A modular toolkit for handling, visualizing, and analyzing GONet camera data. Includes a graphical launcher, image inspection, metadata review, region extraction, RAW-to-TIFF/JPEG conversion, an interactive Dash dashboard, and CLI utilities.
📖 Documentation: https://gterreran.github.io/GONet_Wizard/
GONet Wizard has two installation paths, depending on how you want to use it.
Desktop app for GUI users
Downloadable desktop installers from the
GitHub Releases page
are intended for users who want to launch GONet Wizard by double-clicking the
application icon. On macOS this is distributed as a DMG; on Windows this is
distributed as a Setup.exe installer when a Windows build is available. The
desktop app opens the graphical launcher and does not install the command-line
tools into your shell PATH.
Python package for CLI users
If you want to run terminal commands such as GONet_Wizard show,
GONet_Wizard extract, GONet_Wizard split_raw, or GONet_Wizard gui,
install the Python package:
pip install git+https://github.com/gterreran/GONet_Wizard.gitIt is recommended to first create and activate a clean environment using Python ≥3.10. See the full Documentation for more installation options, including desktop-app and Windows notes.
This project is licensed under the MIT License. See the LICENSE file for details.
