Description:
Given a temporally dense time series, over a wide enough area, multitemporal's memory requirements can move into the realm of tooo much. Especially in the case where you will output an entire time series (after working some magic on it) -- that sends things passed 20GiB.
Current implementation
reads in block-wise, but holds all the data until the end and writes out everything in one shot.
Proposed resolution:
write out data block-wise as well.
@bhbraswell @justinfisk -- seems reasonable, no?
Description:
Given a temporally dense time series, over a wide enough area, multitemporal's memory requirements can move into the realm of tooo much. Especially in the case where you will output an entire time series (after working some magic on it) -- that sends things passed 20GiB.
Current implementation
reads in block-wise, but holds all the data until the end and writes out everything in one shot.
Proposed resolution:
write out data block-wise as well.
@bhbraswell @justinfisk -- seems reasonable, no?