Skip to content

Releases: STARS-Data-Fusion/harmonized-landsat-sentinel

v2.0.3

25 Sep 23:59
05c7446
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

25 Sep 23:31
65a2fbe
Compare
Choose a tag to compare

What's Changed

  • Return an empty listing if there are no dates to check by @evandjpl in #28

New Contributors

Full Changelog: v2.0.1...v2.0.2

fixing home directory expansion

25 Sep 22:50
d3604e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

pruning to HLS2 code only

17 Jul 20:45
99d656c
Compare
Choose a tag to compare
Merge pull request #27 from gregory-halverson-jpl/main

pruning to HLS2 code only

removing unnecessary **kwargs

17 Jul 18:15
401c632
Compare
Choose a tag to compare
Merge pull request #25 from gregory-halverson-jpl/main

v1.5.2 removing unnecessary **kwargs

removing intermediate file caching

17 Jul 18:08
cfd722f
Compare
Choose a tag to compare

fixing return values for NDVI and albedo methods

removing intermediate file caching

17 Jul 17:29
73257a8
Compare
Choose a tag to compare

removing intermediate file caching from the NDVI and albedo methods of HLS2CMRConnection

suppressing INFO level log statements on login

07 Jul 22:04
fd636bd
Compare
Choose a tag to compare
  • Suppress earthaccess INFO logs in login(), restoring the original level afterward
  • Change logger.info calls to logger.debug in HLS connection modules
  • Add a standalone script (test_login_logging.py) to demonstrate log suppression
  • Bump version in pyproject.toml and version.txt
  • Remove leftover debug prints in timer.py

consolidating login function

07 Jul 21:43
43bdcc8
Compare
Choose a tag to compare

Credentials are now handled with a single login function.

Python 3.12 testing has been added to continuous integration.

fixing reading credentials from environment variables

07 Jul 21:12
383aa3a
Compare
Choose a tag to compare

This package now reads credentials from the EARTHDATA_USERNAME and EARTHDATA_PASSWORD environment variables first, then falls back on .netrc, then interactive input as a last resort.