earthshot.core.normalize¶
-
earthshot.core.normalize.img_col_range(img_col, area_of_interest=None, scale_m: int = 1) → list[source]¶ Get the [min, max] of an image Collection given optional area of interest and scale (meters).
-
earthshot.core.normalize.img_range(img, area_of_interest=None, scale_m: int = 1) → list[source]¶ Get the [min, max] of an image given optional area of interest and scale (meters).