ForestNAV is a Python-based application designed for processing and
visualizing StanForD .pri data files in forest navigation system.
-
Create a conda environment:
conda create -n forestnav python=3.10
-
Clone the repository:
git clone https://github.com/th00tames1/ForestNAV.git
-
Navigate into the project directory:
cd ForestNAV -
Install dependencies:
pip install -r requirements.txt
Run the main application:
python main.pyExample: Once the program is running, you can load .pri files (e.g.,
2018032940338_821131B_1.pri or Redwood_Rising-130624-120930.pri) for
processing and visualization.