Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions harmonized_landsat_sentinel/HLS2_CMR_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ def NDVI(
# Upsample using cubic resampling
NDVI = NDVI.to_geometry(geometry, resampling="cubic")

return NDVI

def albedo(
self,
tile: str,
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion harmonized_landsat_sentinel/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down