For my master thesis I am writing a reference implementation in Java. It uses HERE Api to obtain traffic incident information. The XML received contains a TPEGOpenLRBase64 code. TomTom provides an open standard with which a OpenLRBase64 code can be decoded and the location can be transferred to the routing database (https://github.com/tomtom-international/openlr) (https://www.openlr-association.com/method.html). However, this decoder does not work for the OpenLR code provided by HERE. According to their own statements, they use TPEG OLR / OpenLR for encoding and decoding. Do any of you know a reference implementation or a GitHub project that uses this decoder? Unfortunately I have not found anything online.
Perhaps someone could also explain to me why there seem to be two open standards. According to the OpenLR Association, TomTom works with TISA (https://www.openlr-association.com/openlr-association.html). HERE informed me that they were using a TISA based TPEG OLR encoder to encode the location. Isn't the TomTom OpenLR standard the official TISA standard?