Skip to content

Commit

Permalink
Fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed May 24, 2023
1 parent 944510c commit c8d2ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoxserver/services/ows/wps/processes/get_cloud_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class CloudCoverageProcess(Component):
# bit 5 (32) : clouds detected via multi-temporal thresholds
# bit 6 (64) : thinnest clouds
# bit 7 (128) : high clouds detected by 1.38 µm
# sometimes bit 4 counts also seems to count things as cloud which don't appear to
# sometimes bit 4 also seems to count things as cloud which don't appear to
# be clouds
CLM_MASK_ONLY_CLOUD = 0b11110000

Expand Down

0 comments on commit c8d2ff1

Please sign in to comment.