I have a large set of GeoTIFFs, about 12 000 files (total 18GB), that together forms one large map. What would be the best approach to create a tile pyramid out of this dataset?
I'm thinking that to join the GeoTIFFss to one large file and then create a image pyramid would be one way, although I think that it might be that the size of the combined file could be to large to handle?
Is there any other way that might be better/quicker?