https://github.com/grokzen/pogo-walker
Code that generates paths to walk for pokemon go users
https://github.com/grokzen/pogo-walker
Last synced: 3 months ago
JSON representation
Code that generates paths to walk for pokemon go users
- Host: GitHub
- URL: https://github.com/grokzen/pogo-walker
- Owner: Grokzen
- Created: 2017-10-25T20:18:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T20:35:24.000Z (over 8 years ago)
- Last Synced: 2025-01-14T07:33:39.611Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
Install pypy on your system or you will not have enough performance to run this code.
Install google earth on your system.
# Run the code
Fetch a raw query from a rocketmap instance and put it in the file raw.json
Then run the following commands
```
# Transform the data from the raw rocketmap query to data this code can more easily work with
pypy transform_raw.py
# Run the main code logic that tests all paths and builds the shortest path from each point
time pypy main2.py
# The winning ID must be manually dumped in order to get a file that can be used to build a .kml file that can be used for google maps
time pypy dump.py 465f9e6f07d
```
The dumped csv file should be uploaded to this page https://www.earthpoint.us/ExcelToKml.aspx then you click on `View on google earth`. It will download a .kml file that will open in google earth and it will show you the paths that you should walk.