developmentseed / landsat-util

A utility to search, download and process Landsat 8 satellite imagery
Creative Commons Zero v1.0 Universal
689 stars 147 forks source link

Use Landsat Collection 1 dataset for USGS #235

Open j08lue opened 7 years ago

j08lue commented 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.

Also, usgs should be updated to 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).

j08lue commented 7 years ago

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.