cjerzak commited on
Commit
eb49620
·
verified ·
1 Parent(s): 97758f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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