I have downloaded traffic data from TomTom API which as come in the format
https://api.tomtom.com/traffic/map/4/tile/flow/relative0/12/1207/1539.pbf?tileSize=256&key=*****
However, I want to show it on MapBox which is requesting it in MVT format
I've tried ogr2ogr
but that is outputting an MVT folder with numerous subfolders containing PBFs. I assumed the format would've been {z}/{x}/{y}.mvt
Is GDAL able to convert PBF into the appropriate MVT format, or any other commandline conversion?