earthshot.core.normalize

earthshot.core.normalize.distribution_plot(title, hist, edges, x, pdf, cdf)[source]
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).

earthshot.core.normalize.img_scale(img, min=None, max=None, area_of_interest=None, scale_m: int = 1)[source]
earthshot.core.normalize.normal_dist_plot(data, n_bins: int = 50, n_dist: int = 1000) → None[source]