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
I can't manage to download Landsat-7 images with tsd. Using the option --satellite Landsat-7 doesn't seem to work.
With the command python3 tsd/tsd/get_landsat.py --satellite Landsat-7 --geom rio_bounds.geojson --start-date 2000-06-01 --end-date 2000-10-01 -o test,
tsd can't find any images, although on earthexplorer I found 9 datasets for the same place and dates.
Thank you @chlsl for reporting this issue. For Landsat-7 and older Landsats the only available catalog is GCloud, which you can use by adding the option --api gcloud to your command (but it requires credentials).
I can't manage to download Landsat-7 images with tsd. Using the option
--satellite Landsat-7
doesn't seem to work.With the command
python3 tsd/tsd/get_landsat.py --satellite Landsat-7 --geom rio_bounds.geojson --start-date 2000-06-01 --end-date 2000-10-01 -o test
,tsd can't find any images, although on earthexplorer I found 9 datasets for the same place and dates.
Changing the dates:
python3 tsd/tsd/get_landsat.py --satellite Landsat-7 --geom rio_bounds.geojson --start-date 2013-06-01 --end-date 2013-10-01 -o test
,tsd finds 8 images and downloads them:
These images are from Landsat-8, as confirmed by
gdalinfo
:Note, the
rio_bounds.geojson
file used in the commands above:The text was updated successfully, but these errors were encountered: