1. The SBDM program contains 10 python files totally. "sbdmapp.py" is the startup file. Users can directly run the "sbdmapp.py" file to start the SBDM program in Windows system.
2. Before running the program, users should install some Python Packages or Modules that the program needs:
(1). numpy
(2). itertools
(3). json
(4). PyQt5
(5). time
(6). sys
(7). pythoncom
(8). xlrd
(9). win32com
(10). gdal (User can download the gdal package at https://www.lfd.uci.edu/~gohlke/pythonlibs/)
(11). os
(12). multiprocessing
(13). copy
(14). re
(15). sqlite3
