Extracting positional data #212
Unanswered
jsdelgadomal
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Try to locate your interested data in https://explorer.gbx.tools first and then write code to reach it in code. No good CLI tool that can be used like this yet, there's only GbxInspector I added recently but it's more of a debugging tool with no proper stdout. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to extract positional data from TM2020 replays in bulk using Python. Is there a command-line tool or API built on GBX.NET I can call from Python?
I managed to use the Gbx to JSON tool in io.gbx.tools to extract the data and use Python to map it out. However, if I want to use a lot of replays, then doing it manually doesn't seem sustainable.
All reactions