According to the documentation of PlotETM.py, the input for the flag -fit_win can be specified in yyyy/mm/dd or yyyy_doy in pairs. However, neither format works. Both yield the following error:
Traceback (most recent call last):
File "/opt/anaconda3/envs/GeoDE/bin/PlotETM.py", line 760, in
main()
File "/opt/anaconda3/envs/GeoDE/bin/PlotETM.py", line 698, in main
config.modeling.data_model_window = process_fit_dates(args)
File "/opt/anaconda3/envs/GeoDE/bin/PlotETM.py", line 225, in process_fit_dates
if np.mod(args.fit_window, 2):
TypeError: ufunc 'remainder' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
According to the documentation of PlotETM.py, the input for the flag -fit_win can be specified in yyyy/mm/dd or yyyy_doy in pairs. However, neither format works. Both yield the following error:
Traceback (most recent call last):
File "/opt/anaconda3/envs/GeoDE/bin/PlotETM.py", line 760, in
main()
File "/opt/anaconda3/envs/GeoDE/bin/PlotETM.py", line 698, in main
config.modeling.data_model_window = process_fit_dates(args)
File "/opt/anaconda3/envs/GeoDE/bin/PlotETM.py", line 225, in process_fit_dates
if np.mod(args.fit_window, 2):
TypeError: ufunc 'remainder' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''