-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landsat 5 not downloading #44
Comments
In download_landsat_scene.py, change the 'repert' to 12266 for 'LT5' (for scene, liste and catalog) and add 'JSA' to stations (for scene and liste), e.g.: if produit.startswith('LT5'): In above, Github is removing my tabs. Keep them as is in the script else it will break. I am bit new to Git, will try to make a pull request shortly to update the code. There might be more stations that should be added, this was the first one I found when downloading off EarthExplorer. If this happens again, turn on the Web Console in your browser. Go to EarthExplorer and log in. Find the image you are looking for and check the URL in the Console when you actually click Download. See my Firefox screenshot below. |
Thanks @theopauw Without changing the code, you might have used this sort of command, passing dir and station via command line. I will use your screen copy in the readme file |
This script is super cool beacuse it saves time in downloading data and has selective attributes put into consideration. however, I am trying to download Landsat5 data and it is just iterating through the archive with no result. Below is the command
python download_landsat_scene.py -o scene -b LT5 -d 20000101 -f 20001231 -c 50 -s 169060 -u usgs.txt --output ~/Documents/GIS/
The text was updated successfully, but these errors were encountered: