I have a large TIF (50GB) containing elevation data that I need to generate 5m contours from. What is the best way to manage this?
Running contour on the entire TIF (if it even works without crashing) will create a file too large to be useful. I could tile the raster and run contour on each tile, but then management of this becomes a bit of an issue as there doesn't seem to be a vector equivalent of the mosaic dataset (am I wrong about that?).
How do people manage large sets of contour files so that other people can find what they are looking for?