Metrodroid uses data from AmiiboAPI to decode the identity of Amiibo figurines.
/extra/mdst/amiibo2pb.py
converts from AmiiboAPI JSON format into MdST format.
The data schema is mapped as:
- Amiibo series are mapped to
Operators
. - Amiibos are mapped to
Stations
.
More information can be found in the AmiiboTransitData
class.