kwiver
kwiver copied to clipboard
Expand image_container API to allow for sub-sampling of images
Add a new method to the image_container API, get_image(x, y, width, height, which would allow accessing sub images without having to load the full image into memory. This would be particularly useful for large satellite image. Create a GDAL specific implementation of the image_container with this size issue in mind.