Esmaeilkiani commited on
Commit
56afa45
1 Parent(s): 8d91969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -79,9 +79,6 @@ if st.button("Calculate NDRE and Show Map"):
79
  Map = geemap.Map()
80
  Map.centerObject(ee.Geometry.Point(coordinates), 12)
81
 
82
- Add NDRE layer
83
- This part requires more detailed specification of the image and display parameters.
84
- Example (Adapt according to your NDRE image and color scheme)
85
  vis_params = {'min': 0, 'max': 1, 'palette': ['blue', 'green', 'yellow', 'red']}
86
  Map.addLayer(ndre_image, vis_params, 'NDRE')
87
 
 
79
  Map = geemap.Map()
80
  Map.centerObject(ee.Geometry.Point(coordinates), 12)
81
 
 
 
 
82
  vis_params = {'min': 0, 'max': 1, 'palette': ['blue', 'green', 'yellow', 'red']}
83
  Map.addLayer(ndre_image, vis_params, 'NDRE')
84