Releases: Applied-GeoSolutions/gips
C'mon Feet
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
Above the Clouds
v0.12.0
Added
- added DOI badge to
README.md
- preliminary SRTM driver
- initial version of google cloud based assets
Changed
- migrated
CHANGES.txt
toCHANGELOG.md
- squelched out https
InsecureRequestWarnings
for CDL, and addedurllib3[secure]
to stop same warning in Sentinel-2
Fixed
- Landsat coregistration
- Various items in Sentinel-2's ACOLITE processing
0.11.0
K.I.M.
- Documentation (README) improved
- aod-6.1
- file system race conditions in directory creation addressed
- MODIS MCD12Q1 to collection 006
cloudmask
products for Sentinel-2 and Landsat inverted (1=cloud, 0=nodata)- Provenance improved (add "SOURCE_ASSET" and always add metadata, not subtract)
0.10.0
v0.10.0
- modis using gippy.algorithms.Indices
- changed system tests to use gdalinfo based comparator
- added Sentinel2 MTCI and S2REP products
- CDL fetch enabled
- copious amounts of tempdir usage to prevent bad data pollution
- MODIS updated to use Collection 6 (where avalable some products lag)
- integrated AROP for coregistration of Landsat to Sentinel-2 grid.
- Gridded exports use integral mask to define spatial extent and resolution of
exports (CLI-r rastermask
) - added support for pulling Landsat from AWS S3 storage.
gips_stats
now has CSV formatting and is tweakable via settings.- drivers can pass arguments out to the CLI (
--pclouds N
allows filtering
based on MSIL1C and Landsat C1 metadata) - system tests now include
-m lite
for running small subset of system tests - Docker files for use with .gitlab-ci.yml
- gips_project deprecated and functionality moved to gips_export script.
- MOD08_D3 shutdown their FTP..moved to https
- System tests now use artifact store, instead of fetching repeatedly.
v0.9.1.1-dh-beta -- datahandler beta release
dh specific version number