Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 690 Bytes

File metadata and controls

15 lines (11 loc) · 690 Bytes

Introduction

This example builds on everything we learned in the previous examples:

  1. Read in several files from a directory
  2. Organize them by dimension
  3. Use gdal to read the geotiff format files into virtual files in memory
  4. Run a basic image content algorithm to classify each pixel in the buffer as ground, vegetation, or water
  5. write out a gdal geotiff as a virtual file
  6. Use MR4C dimensions to write output files from memory

References