per sat-utils/sat-api#12 Landsat Pre-collection is depreciated since April 30. The csv
|
url = 'https://landsat.usgs.gov/landsat/metadata_service/bulk_metadata_files/LANDSAT_8.csv' |
doesn't seems to be relevant anymore.
We should switch to https://landsat.usgs.gov/landsat/metadata_service/bulk_metadata_files/LANDSAT_8_C1.csv.gz
more info : https://landsat.usgs.gov/download-entire-collection-metadata
but as it's a .gz some work need to be done. Also maybe some refactoring need to be done on the database and the API.
cc @matthewhanson @drewbo @scisco
per sat-utils/sat-api#12 Landsat Pre-collection is depreciated since April 30. The
csvlandsat8-metadata/reader.py
Line 51 in 6557d95
We should switch to https://landsat.usgs.gov/landsat/metadata_service/bulk_metadata_files/LANDSAT_8_C1.csv.gz
more info : https://landsat.usgs.gov/download-entire-collection-metadata
but as it's a
.gzsome work need to be done. Also maybe some refactoring need to be done on the database and the API.cc @matthewhanson @drewbo @scisco