Releases: STARS-Data-Fusion/harmonized-landsat-sentinel
Releases · STARS-Data-Fusion/harmonized-landsat-sentinel
v2.0.3
v2.0.2
fixing home directory expansion
What's Changed
- fixing home directory expansion by @gregory-halverson-jpl in #29
Full Changelog: v2.0.0...v2.0.1
pruning to HLS2 code only
Merge pull request #27 from gregory-halverson-jpl/main pruning to HLS2 code only
removing unnecessary **kwargs
Merge pull request #25 from gregory-halverson-jpl/main v1.5.2 removing unnecessary **kwargs
removing intermediate file caching
fixing return values for NDVI
and albedo
methods
removing intermediate file caching
removing intermediate file caching from the NDVI
and albedo
methods of HLS2CMRConnection
suppressing INFO level log statements on login
- Suppress
earthaccess
INFO logs inlogin()
, restoring the original level afterward - Change
logger.info
calls tologger.debug
in HLS connection modules - Add a standalone script (
test_login_logging.py
) to demonstrate log suppression - Bump version in
pyproject.toml
andversion.txt
- Remove leftover debug prints in
timer.py
consolidating login function
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
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.