I created this to help in generating route paths for different Field Research tasks. I took the great work that BlisseyBuster started and just automated them with python. I wrote it so that it would work on Windows 10 and have tested it only on my system. Hopefully the instructions bellow will help to get this running.
This version just fixes the small self inflicted bug that it would work with only one set of research tasks only. This version uses the file like it is generated by the CherryPicker AutoHotKey script.
When the script finishes there will be one file for each set of research tasks that were in the original input file.
To get the original instructions created by BlisseyBuster go to https://www.reddit.com/r/PokemonGoSpoofing/comments/ldck91/how_i_create_lists_of_research_task_coords/
- Windows 10 (it will run in Linux with some minor modifications, 2 or 3 lines, if you want to run it in Linux you probably know how to modify it)
- Python 3.9 or better (https://www.python.org/downloads/windows/)
- node.js (https://nodejs.org/en/download/) I used the Windows 64-bit msi, but you get the one you need
- git install (since node.js install chocolatey you can use chocolatey to install this) (https://chocolatey.org/packages/git.install)
- Renato Pestana's GPX Route Generator Console (https://gitlab.com/3nvy/gpx-route-generator-console)
- Install python.
- Install node.js.
- Install Git Install.
- Download GPX Route generator. Follow the instructions for it it is straight forward and simple.
- Download genRoute and copy it to the same folder where GPX Route Generator is.
- Follow the instructions that BlisseyBuster wrote to create lists of research task coordinates and stop after Step 1.
- Feed the file that you created on step 6 above to feed genRoute the output for your route will be in the file you specify.
- Take the ruslting file and go back to BlisseyBuster instructions and copy and paste into the spreadsheet he created.
- -i INPUTFILE. This is the file name that you generated on step 6 above
- -o OUTFILE. Where do you want the routes to be combined into. Some formatting for Reddit is done to the file.
python genRoute -i route.txt -o combinedRoutes.txt
Hopefully this all works for you!