When I use the “Coverage Tiles” API, I get a PBF file returned. If I upload this PBF file to mygeodata.cloud, it can return me a JSON with the data that I’m expecting, but I’d like to be able to parse it myself; ideally in C#, but I’d settle for anything that I can call from the command line if necessary.
There’s no shortage of libraries out there that talk about being able to parse PBF files, but they mostly seem to be targeting other platforms like OSM; the few that I’ve tried, when I pass in a PBF returned from the Mapillary API, they just error out. Does anyone have any experience getting this working in practice?