This release adds a driver for the NASA HLS data product*, solidifies methods of fetching Landsat and Sentinel-2 data from Google Cloud Platform and Amazon Web Services, and support for a new version of the python-acolite** water-leaving reflectance products.
Thanks to all involved in this development.
* Claverie, M., Ju, J., Masek, J. G., Dungan, J. L., Vermote, E. F., Roger, J.-C., Skakun, S. V., & Justice, C. (2018). The Harmonized Landsat and Sentinel-2 surface reflectance data set. Remote Sensing of Environment, 219, 145-161
** Vanhellemont, Q., Ruddick, K. (2018). ACOLITE: Atmospheric correction for aquatic applications of Landsat and Sentinel-2, https://odnature.naturalsciences.be/remsem/software-and-data/acolite and https://github.com/acolite/acolite/
Change Log snippet
v0.14.5
Fixed
- was passing str, instead of list-of-str, to landsat's
_cache_if_vsicurl
Added
- retry scheme for deletion of temp directories
Changed
- utils code was using print instead of verbose_out
v0.14.4
Fixed
- fixed bug in mosaicking code where scene is missing a product
v0.14.3
Fixed
- another case of not using gcs backoff downloader.
v0.14.2
Fixed
- fixed bug from unstaging coreg testing tweaks.
v0.14.1
Fixed
- (#641) gips not using gcs downloader for coreg imagery
- (notix) gips coreg search skipping s2 search on same day
v0.14.0
Added
- mask out Landsat C1 edge effect isues (E-W edge and SLC-off)
Changed
- use RedEdge4 as NIR band for index computations -- it is
more similar to LC8's NIR.
v0.13.0
Added
- add support to fetch MODIS MCD43A4 from AWS S3
- HLS driver
- python-acolite support
Changed
- Upgraded license
Fixed
- GCS API conformance