I have large .bsq images I cannot load into memory. Spectral fails to apply the .open_memmap method to the BsqFile instance created from images (see this post).
Lacking other options, I wondered whether it would be possible to enable editing for single pixels, bands, or regions in order to assign values? Could a writable = True option be added to .read_band(), .read_bands(), .read_pixel(), and .read_subimage(), or is this not possible?
I have large .bsq images I cannot load into memory.
Spectralfails to apply the.open_memmapmethod to theBsqFileinstance created from images (see this post).Lacking other options, I wondered whether it would be possible to enable editing for single pixels, bands, or regions in order to assign values? Could a
writable = Trueoption be added to.read_band(),.read_bands(),.read_pixel(), and.read_subimage(), or is this not possible?