I'm trying to get vector tiles from Nextzen (Mapzen) repository with simplified layers (not all group). They don't have an API to download only earth, buildings, etc. Guys from support say that I can decode MVT binary files, then remove some layers that I don't want to use and save it to new MVT. How can I do it right?
I just used this Python script. I decoded one MVT file with this script. I have an example of MVT decoded to TXT.
It looks like JSON and I don't know how to make it human readable without pain