Skip to content

Commit

Permalink
Clarify unit for coverages in table
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 21, 2023
1 parent b4f74a3 commit 3e5c923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ For defining view geometry of data, it is strongly recommended to use the [`view
| Field Name | Type | Description |
| -------------- | ------------------------------ | ----------- |
| eo:bands | \[[Band Object](#band-object)] | An array of available bands where each object is a [Band Object](#band-object). If given, requires at least one band. |
| eo:cloud_cover | number | Estimate of cloud cover |
| eo:snow_cover | number | Estimate of snow and ice cover |
| eo:cloud_cover | number | Estimate of cloud cover, in % |
| eo:snow_cover | number | Estimate of snow and ice cover, in % |

### Additional Field Information

Expand Down

0 comments on commit 3e5c923

Please sign in to comment.