You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Tried to enter a list of max/min values for individual bands in my config file:
# Valid range of non-mask band data
# specify 1 range for all bands, or specify ranges for each band
min_values: [0, 0, 0, 0, 0, 0, 0, 0, -2000, -5000]
max_values: [10000, 10000, 10000, 10000, 10000, 10000, 10000, 22000, 4500, 2000]
Got this error about "ambiguous argument types":
File "/usr3/graduate/valpasq/Documents/yatsm/yatsm/cli/line.py", line 150, in line
cfg['dataset']['max_values']).astype(bool)
File "yatsm/_cyprep.pyx", line 22, in yatsm._cyprep.__pyx_fused_cpdef (yatsm/_cyprep.c:2945)
TypeError: Function call with ambiguous argument types
I am doing something wrong with the syntax?
The yaml file I'm using is here: /projectnb/landsat/projects/Massachusetts/p012r031/p012r031_config.yaml
The text was updated successfully, but these errors were encountered:
Tried to enter a list of max/min values for individual bands in my config file:
Got this error about "ambiguous argument types":
I am doing something wrong with the syntax?
The yaml file I'm using is here:
/projectnb/landsat/projects/Massachusetts/p012r031/p012r031_config.yaml
The text was updated successfully, but these errors were encountered: