yannforget / pylandsat

Search, download, and preprocess Landsat imagery 🛰️
MIT License
65 stars 18 forks source link

Download link for WRS shapefiles is outdated #5

Closed WortalMombat closed 3 years ago

WortalMombat commented 3 years ago

When syncing the database the following error appeared: requests.exceptions.HTTPError: 404

USGS has moved the WRS shapefile to https://prd-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/atoms/files/WRS2_descending_0.zip.

I changed the link in the sync_wrs() function of the database.py module which solved the problem for me.

konstantinos2018 commented 3 years ago

@WortalMombat Hi Wortal, you're right! The hyperlinks, also, are different for Landsat 1-3 and Landsat 4-8, which can be found here: https://www.usgs.gov/core-science-systems/nli/landsat/landsat-shapefiles-and-kml-files

yannforget commented 3 years ago

Thanks, this should be fixed in v0.5

IlliaOvcharenko commented 2 years ago

I had a similar issue, got an HTTP Error 403 during WRS downloading. I changed a downloading link, it seems to work okay WRS_URL = "https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/atoms/files/WRS2_descending_0.zip"