I have been able to runt he model with my own data using a single feature. It seems that the model can run on multiple features, yet I am struggling to adapt m data formatting to ensure the model runs ...
band_ds = gdal.Open(hdf_ds.GetSubDatasets()[subdataset][0], gdal.GA_ReadOnly) band_path = os.path.join(dst_dir, os.path.basename(os.path.splitext(hdf_file)[0]) + "-sd ...