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
We will also need to update all the INIs or modify the download script so that the unzipped shapefile is renamed to match the old (all lowercase) style.
The text was updated successfully, but these errors were encountered:
The URL for the WRS2 shapefile changed slightly (WRS is now uppercase in the file name). I think it would be better to change all the INIs to expect the uppercase version of the filename, but for now, renaming the shapefile to lowercase should minimize disruption in the current workflow. See issue #38 for more details. This may be something we want to revisit in a 0.2.0 release.
This is temporarily fixed by renaming the shapefile to the lower case version, but it would be better to eventually switch to using the original file name.
dgketchum
pushed a commit
to dgketchum/pymetric
that referenced
this issue
Oct 24, 2020
The URL for the WRS2 shapefile changed slightly (WRS is now uppercase in the file name). I think it would be better to change all the INIs to expect the uppercase version of the filename, but for now, renaming the shapefile to lowercase should minimize disruption in the current workflow. See issue WSWUP#38 for more details. This may be something we want to revisit in a 0.2.0 release.
Per dgketchum/Landsat578#28, we will likely need to update the WRS2 descending shapefile url in tools/download/download_footprints.py from:
https://landsat.usgs.gov/sites/default/files/documents/wrs2_descending.zip
to:
https://landsat.usgs.gov/sites/default/files/documents/WRS2_descending.zip
We will also need to update all the INIs or modify the download script so that the unzipped shapefile is renamed to match the old (all lowercase) style.
The text was updated successfully, but these errors were encountered: