File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
harmonized_landsat_sentinel Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,8 @@ def NDVI(
230
230
# Upsample using cubic resampling
231
231
NDVI = NDVI .to_geometry (geometry , resampling = "cubic" )
232
232
233
+ return NDVI
234
+
233
235
def albedo (
234
236
self ,
235
237
tile : str ,
@@ -329,6 +331,8 @@ def albedo(
329
331
# Upsample using cubic resampling
330
332
albedo = albedo .to_geometry (geometry , resampling = "cubic" )
331
333
334
+ return albedo
335
+
332
336
def search (
333
337
self ,
334
338
tile : str = None ,
Original file line number Diff line number Diff line change 1
- 1.5.0
1
+ 1.5.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " harmonized-landsat-sentinel"
7
- version = " 1.5.0 "
7
+ version = " 1.5.1 "
8
8
description = " Harmonized Landsat Sentinel (HLS) search and download utility"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments