maxcasado commited on
Commit
f649a05
·
verified ·
1 Parent(s): 7ebe7f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -1,19 +1,22 @@
1
  ---
2
- title: Dryness
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Streamlit template space
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
 
 
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
1
  ---
2
+ title: Sentinel-2 NDWI Stress Monitor
3
+ emoji: 🌾
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ app_file: app.py
 
 
8
  pinned: false
 
9
  ---
10
 
11
+ # Sentinel-2 NDWI (B8A-B11 / B8A-B12) + stress hydrique
12
 
13
+ Ce Space calcule :
14
+ - NDWI agri (B8A & B11) et (B8A & B12)
15
+ - une carte "stress" définie comme NDWI < pᵉ percentile
16
+ - overlay sur l'image True Color
17
 
18
+ ## Secrets à configurer
19
+ Dans **Settings → Secrets** :
20
+
21
+ - `SH_CLIENT_ID`
22
+ - `SH_CLIENT_SECRET`