Python application with a simple GUI used for selecting a subset of uniformly spaced points.
virtualenv venv
.\venv\Scripts\activate
conda create -n venv python
conda activate venv
pip install -r .\requirements.txt
In file
.\Dependencies\Subroutine_Select_The_Points.py
on line 357, modify the variable
apikey = '' # (your API key here)
python Uniformly_Spaced_Points_Selector.py
deactivate
conda deactivate
Readme will be updated with explanation and pictures in the near future.