This example builds on everything we learned in the previous examples:
- Read in several files from a directory
- Organize them by dimension
- Use gdal to read the geotiff format files into virtual files in memory
- Run a basic image content algorithm to classify each pixel in the buffer as ground, vegetation, or water
- write out a gdal geotiff as a virtual file
- Use MR4C dimensions to write output files from memory
- Please refer to the GDAL documentation for more info on how to use virtual files.
- Please download and build GDAL from source.