-
Clone the repository:
cd ~ git clone https://github.com/TheCommsChannel/mesh-rangetest-map.git cd mesh-rangetest-map
Or download the zip file from the green "Code" button above if on Windows
-
Set up a Python virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
-
Install the required packages:
pip install -r requirements.txt
-
Run Range Tests and place the csv files in the same directory. Change the name of the csv files to something that makes sense.
-
Navigate to the
mesh-rangetest-map
directory if you're not already there and activate the virtual environment:- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
-
Run the script with the following command:
python rtmap.py
-
An HTML file named rangetest-map.html will be generated which can now be opened to view the range test results.