mapchete_eo.cli package
Submodules
mapchete_eo.cli.bounds module
mapchete_eo.cli.options_arguments module
mapchete_eo.cli.s2_brdf module
mapchete_eo.cli.s2_cat_results module
mapchete_eo.cli.s2_find_broken_products module
mapchete_eo.cli.s2_jp2_static_catalog module
mapchete_eo.cli.s2_mask module
mapchete_eo.cli.s2_mgrs module
mapchete_eo.cli.s2_rgb module
mapchete_eo.cli.s2_verify module
- class mapchete_eo.cli.s2_verify.Report(item: pystac.item.Item, missing_asset_entries: List[str], missing_assets: List[mapchete.path.MPath], color_artefacts: bool = False)[source]
Bases:
object- item: Item
- mapchete_eo.cli.s2_verify.outlier_pixels_detected(arr: ndarray, axis: int = 0, range_threshold: int = 100, allowed_error_percentage: float = 1) bool[source]
Checks whether number of outlier pixels is larger than allowed.
An outlier pixel is a pixel, where the value range between bands exceeds the range_threshold.