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
But after a few seconds the command raises the following error:
Traceback (most recent call last):
File "/Users/ivan/anaconda3/envs/landsat-util/bin/landsat", line 11, in <module>
sys.exit(__main__())
File "/Users/ivan/anaconda3/envs/landsat-util/lib/python3.5/site-packages/landsat/landsat.py", line 488, in __main__
print(main(args))
File "/Users/ivan/anaconda3/envs/landsat-util/lib/python3.5/site-packages/landsat/landsat.py", line 357, in main
geojson=args.geojson)
File "/Users/ivan/anaconda3/envs/landsat-util/lib/python3.5/site-packages/landsat/search.py", line 98, in search
r_dict = json.loads(r.text)
File "/Users/ivan/anaconda3/envs/landsat-util/lib/python3.5/json/__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "/Users/ivan/anaconda3/envs/landsat-util/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/ivan/anaconda3/envs/landsat-util/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I have used different machines (AWS Ubuntu instance and a Mac box), but the result is the same for both. I have installed the landsat-util utility in a virtual environment with Python=3.5 and with the requirements of the package. I am doing anything wrong? I've update the geojson library, but the errors persists.
Thank you so much.
The text was updated successfully, but these errors were encountered:
Hello!
I've been trying to search some L8 images using
landsat-util
. I run the examples on the documentation:$: landsat search --lat 38.9004204 --lon -77.0237117
But after a few seconds the command raises the following error:
I have used different machines (AWS Ubuntu instance and a Mac box), but the result is the same for both. I have installed the
landsat-util
utility in a virtual environment withPython=3.5
and with the requirements of the package. I am doing anything wrong? I've update thegeojson
library, but the errors persists.Thank you so much.
The text was updated successfully, but these errors were encountered: