Closed bhbraswell closed 6 years ago
This definitely smells like a "needs better error reporting" situation. I can immediately think of two cases in which this error message can arise:
gips.settings.REPOS['landsat']['6S'] == False
Can you post your landsat settings? (w/o passwords, of course)
Ahh, mostly 2. It was a container build screwup on my part which actually ties to the question of a having a consistent console container for users.
>>> from gips import settings
>>> settings.REPOS['landsat']['6S']
False
>>>
gips@gips:/gips$ exit
exit
braswell@gray:~/repo/gips-rb/gips$ grep 6S settings.py
'6S': True, # !!!!
braswell@gray:~/repo/gips-rb/gips$
THANKS
Filed an issue for UX improvement: https://gitlab.com/appliedgeosolutions/gips/issues/540
Not sure what's up here. I'm using a sixs binary that I've had for a while. Did you change the version?