Open j08lue opened 7 years ago
This makes the USGS download pull Landsat 8 Collection 1 data, solving (in part) https://github.com/developmentseed/landsat-util/issues/229
The solution is very simple: Change the dataset name to LANDSAT_8_C1 as suggested in https://github.com/kapadia/usgs/issues/34 and slightly change the way the download_url is retrieved from the USGS API response.
LANDSAT_8_C1
download_url
Also, usgs should be updated to v0.2.0.
usgs
v0.2.0
Fixes https://github.com/developmentseed/landsat-util/issues/233.
However, this does not address https://github.com/developmentseed/landsat-util/issues/234 (SOAP).
The integration fails because of numpy or scikit-image not being built properly. Might be related to https://github.com/developmentseed/landsat-util/issues/223.
numpy
scikit-image
This makes the USGS download pull Landsat 8 Collection 1 data, solving (in part) https://github.com/developmentseed/landsat-util/issues/229
The solution is very simple: Change the dataset name to
LANDSAT_8_C1
as suggested in https://github.com/kapadia/usgs/issues/34 and slightly change the way thedownload_url
is retrieved from the USGS API response.Also,
usgs
should be updated tov0.2.0
.Fixes https://github.com/developmentseed/landsat-util/issues/233.
However, this does not address https://github.com/developmentseed/landsat-util/issues/234 (SOAP).