I have a folder full of tiles, and I'd like to convert them into a single GeoTIFF file.
The folder structure looks like this:
10 //the zoom
554 //y
860.jpg //x
861.jpg
862.jpg
Not quite sure what that structure is called Mapbox Tiles? XYZ? Slippy tiles?
Either way, I tried the following:
gdal_translate.exe -if MBTiles -of GTiff "C:\maps\tiles" "C:\maps\output.tiff"
But it returns:
ERROR 4: "C:\maps\tiles": Permission denied
Does GDAL support conversion of folders full of tiles?