From 62834a39ad5282b5670bca4a8869163cc16f18a5 Mon Sep 17 00:00:00 2001 From: "Gregory H. Halverson" Date: Thu, 17 Jul 2025 11:06:55 -0700 Subject: [PATCH] v1.5.1 removing intermediate file caching for derived variables --- harmonized_landsat_sentinel/HLS2_CMR_connection.py | 4 ++++ harmonized_landsat_sentinel/version.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harmonized_landsat_sentinel/HLS2_CMR_connection.py b/harmonized_landsat_sentinel/HLS2_CMR_connection.py index 7491751..9ad0943 100644 --- a/harmonized_landsat_sentinel/HLS2_CMR_connection.py +++ b/harmonized_landsat_sentinel/HLS2_CMR_connection.py @@ -230,6 +230,8 @@ def NDVI( # Upsample using cubic resampling NDVI = NDVI.to_geometry(geometry, resampling="cubic") + return NDVI + def albedo( self, tile: str, @@ -329,6 +331,8 @@ def albedo( # Upsample using cubic resampling albedo = albedo.to_geometry(geometry, resampling="cubic") + return albedo + def search( self, tile: str = None, diff --git a/harmonized_landsat_sentinel/version.txt b/harmonized_landsat_sentinel/version.txt index 3e1ad72..8e03717 100644 --- a/harmonized_landsat_sentinel/version.txt +++ b/harmonized_landsat_sentinel/version.txt @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 51d60d6..8a8a9c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "harmonized-landsat-sentinel" -version = "1.5.0" +version = "1.5.1" description = "Harmonized Landsat Sentinel (HLS) search and download utility" readme = "README.md" authors = [