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
6 changes: 2 additions & 4 deletions harmonized_landsat_sentinel/HLS2_CMR_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ def landsat(self, tile: str, date_UTC: Union[date, str]) -> HLS2LandsatGranule:
def NDVI(
self,
tile: str,
date_UTC: Union[date, str],
**kwargs) -> Raster:
date_UTC: Union[date, str]) -> Raster:
"""
Retrieve the NDVI (Normalized Difference Vegetation Index) raster for a given HLS tile and date.

Expand Down Expand Up @@ -235,8 +234,7 @@ def NDVI(
def albedo(
self,
tile: str,
date_UTC: Union[date, str],
**kwargs) -> Raster:
date_UTC: Union[date, str]) -> Raster:
"""
Retrieve the surface albedo raster for a given HLS tile and date.

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.1
1.5.2
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.1"
version = "1.5.2"
description = "Harmonized Landsat Sentinel (HLS) search and download utility"
readme = "README.md"
authors = [
Expand Down