You've got mail! Germany's national postal service (Deutsche Post/DHL) has switched to OpenStreetMap for their public facing websites, https://deutschepost.de, https://dhl.de.
@openstreetmap and they do appear to be hosting their own tiles. Or rather... OSM Entities. For instance:
https://www.deutschepost.de/int-postfinder/maps/sf/dp/data/v3/14/8597/5561.pbf
For me pbf was something new, btw :}
EDIT: clarified by @amapanda that it's not exactly the type
Write-up on the format:
https://wiki.openstreetmap.org/wiki/PBF_Format
@KasTasMykolas OSM data is often distributed in OSM PBF format. But I think DP/DHL is using vector tiles. The file name ends in .pbf too, and the OSM PBF uses protobuf format for some of it too. But the file format internally is very different, and optimized for differnet things.
@amapanda thanks a lot for clarification! This must be the reason osmium is failing on me with this:
$ ./osmium fileinfo -e /tmp/2782.pbf
File:
Name: /tmp/2782.pbf
Format: PBF
Compression: none
Size: 26024
PBF error: invalid BlobHeader size (> max_blob_header_size)