We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a3240 commit d22ba38Copy full SHA for d22ba38
odc/stats/plugins/cloud_proba_percentiles.py
@@ -2,7 +2,7 @@
2
Long-term percentiles of S2Cloudless probabilities.
3
4
Useful for locating regions persistently misclassified as
5
-cloud by S2Cloudless, which is known to have a high false
+cloud by S2Cloudless, which is known to have a high false
6
positive rate.
7
8
"""
@@ -19,7 +19,7 @@
19
class S2Cloudless_percentiles(StatsPluginInterface):
20
NAME = "S2Cloudless_percentiles"
21
SHORT_NAME = NAME
22
- VERSION = "1.0.0"
+ VERSION = "0.0.1"
23
PRODUCT_FAMILY = "percentiles"
24
25
def __init__(
0 commit comments