NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

Alternative to including landsat\scene_list.txt is desireable #22

Closed Jwely closed 9 years ago

Jwely commented 9 years ago

presently, the scene_list.txt file makes up about 95% of the dnppy space requirement. This information isn't easily found online since it is only available for download in compressed format from AWS here: http://landsat-pds.s3.amazonaws.com/scene_list.gz

The current solution is to simply include it in the dnppy package, but this isn't preferred.

Jwely commented 9 years ago

this issue was solved by fetching a fresh copy of the scene_list.txt every time the fetch_landsat8 function is called.