meraki-analytics / cassiopeia

An all-inclusive Python framework for the Riot Games League of Legends API. Cass focuses on making the data easy and fun to work with, while providing all the tools necessary to create a website or do data analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get location data of each champion

HowardHowonYu opened this issue · comments

I want to make sure the lane. So that I need the location data during the whole game.
Also need to get the informations of start items.
this endpoint => "/lol/match/v4/timelines/by-match/{matchId}"
But I don't know about the way to get the data from Cassiopeia.
Is there any possibility to get the whole timeline data?


cumulative_timeline[] couldn't get some x,y positions, even I try every 10 seconds.

location data are per frame, therefore per minute and in the events only a kills will give location data, because that is what the API gives, cassiopeia can't blow up new data data that API doesn't have, so every 10 second doesn't work