Skip to content
Snippets Groups Projects
Commit ebf34809 authored by Jérémy Commins's avatar Jérémy Commins
Browse files

Remove broken L2aProduct property: cloud_coverage_percentage

parent 145fdf2d
No related branches found
No related tags found
No related merge requests found
......@@ -1043,10 +1043,6 @@ class L2aProduct(Product):
def thin_cirrus_percentage(self):
return self._get_metadata_value(key="THIN_CIRRUS_PERCENTAGE")
@property
def cloud_coverage_percentage(self):
return self._get_metadata_value(key="CLOUD_COVERAGE_PERCENTAGE")
# FOOTPRINT
@property
def footprint(self) -> List[Tuple[float, float]]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment