An annoying issue with the previous version is that it just read in the whole of the MODIS tile, which took forever. This version allows the user to use chunks or a region of interest, defined by the `roi` keyword in the class creator, which is just a list with the corners (in pixel space) of the window to be used: `[ulx, uly, lrx, lry]`.