Skip to content

Commit

Permalink
fixes #31 #32
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Sep 28, 2023
1 parent 709c8be commit 9b01b0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ For example, the above value conversion is described in the values dictionary as
```json
"assets": {
"B4": {
"title": "TOA reflectance",
"title": "TOA radiance band 4",
"raster:bands": [{
"nodata": 0,
"unit": "W⋅sr−1⋅m−3",
"unit": "W⋅sr−1⋅m−2",
"scale": 0.0145,
"offset": 3.48
}]
Expand Down
18 changes: 6 additions & 12 deletions examples/item-sentinel2.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@
"mean": 2339.4759595597,
"stddev": 3026.6973619954,
"valid_percent": 99.83
},
"unit": "W/m²/sr/μm"
}
}
]
},
Expand Down Expand Up @@ -263,8 +262,7 @@
"mean": 2348.069117847,
"stddev": 2916.5446249911,
"valid_percent": 99.99
},
"unit": "W/m²/sr/μm"
}
}
]
},
Expand Down Expand Up @@ -310,8 +308,7 @@
"mean": 2384.4680007438,
"stddev": 2675.410513295,
"valid_percent": 99.999
},
"unit": "W/m²/sr/μm"
}
}
]
},
Expand Down Expand Up @@ -357,8 +354,7 @@
"mean": 2273.9667970732,
"stddev": 2618.272802792,
"valid_percent": 99.999
},
"unit": "W/m²/sr/μm"
}
}
]
},
Expand Down Expand Up @@ -403,8 +399,7 @@
"mean": 2634.1490243416,
"stddev": 2634.1490243416,
"valid_percent": 99.999
},
"unit": "W/m²/sr/μm"
}
}
]
},
Expand Down Expand Up @@ -449,8 +444,7 @@
"mean": 3329.8844628619,
"stddev": 2303.0096294469,
"valid_percent": 99.999
},
"unit": "W/m²/sr/μm"
}
}
]
},
Expand Down

0 comments on commit 9b01b0d

Please sign in to comment.