Update README.md
Browse files
README.md
CHANGED
|
@@ -81,6 +81,7 @@ with rasterio.open("wealth_map.tif") as src:
|
|
| 81 |
# Example: compute the mean wealth in 2017–2019
|
| 82 |
mean_wealth_2017_2019 = np.nanmean(band10)
|
| 83 |
print("Mean IWI (2017–2019):", mean_wealth_2017_2019)
|
|
|
|
| 84 |
|
| 85 |
Disclaimer
|
| 86 |
|
|
|
|
| 81 |
# Example: compute the mean wealth in 2017–2019
|
| 82 |
mean_wealth_2017_2019 = np.nanmean(band10)
|
| 83 |
print("Mean IWI (2017–2019):", mean_wealth_2017_2019)
|
| 84 |
+
```
|
| 85 |
|
| 86 |
Disclaimer
|
| 87 |
|