File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2134,7 +2134,7 @@ comparing relative growth or decline.
21342134
21352135 - percent (float): The percentage change, computed as
21362136((b - a) / a) * 100. Positive values indicate increase,
2137- negative values indicate decrease.
2137+ negative values indicate decrease. Returns +inf if a = 0.
21382138
21392139<a id = " camel.toolkits.earth_science_toolkit.EarthScienceToolkit.kelvin_to_celsius" ></a >
21402140
@@ -2683,8 +2683,8 @@ threshold that exceeds a specified ratio.
26832683
26842684** Returns:**
26852685
2686- int:
2687- Number of images whose pixel ratio exceeds the ratio_threshold.
2686+ int: Number of images whose pixel ratio exceeds the
2687+ ratio_threshold.
26882688
26892689<a id = " camel.toolkits.earth_science_toolkit.EarthScienceToolkit.average_ratio_exceeding_threshold" ></a >
26902690
You can’t perform that action at this time.
0 commit comments