YashMK89 commited on
Commit
8247468
·
verified ·
1 Parent(s): c9baef5

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +2 -16
README.md CHANGED
@@ -6,20 +6,6 @@ colorTo: gray
6
  sdk: streamlit
7
  pinned: false
8
  ---
9
- <div style="text-align: center;">
10
- <img src="https://huggingface.co/spaces/AgricultureLab2024/GEE_Calculator/resolve/main/logo-color.png" style="width: 30%; margin-right: 50%;">
11
- <img src="https://huggingface.co/spaces/AgricultureLab2024/GEE_Calculator/resolve/main/agriculture_lab-high-resolution-logo-grayscale-transparent.png" style="width: 30%; margin-right: 50%;">
12
-
13
  </div>
14
-
15
- **Space : GEE Calculator**
16
-
17
- 1. Sentinel Dataset Selection:
18
- The app starts by presenting a title and then prompts the user to select a dataset category from a list. These categories are fetched dynamically from the data dictionary. After selecting a category, the user is presented with a second dropdown to choose a specific dataset ID within that category. Once the user makes a selection, the app displays the full path of the selected category and dataset, showing the specific dataset ID.
19
-
20
- 2. Earth Engine Index Calculator:
21
- After the dataset selection, the app transitions to a section dedicated to calculating Earth Engine indices. Users can choose from predefined indices such as NDVI, NDWI, or Average NO₂, or enter a custom formula for calculation. When a predefined index is selected, the corresponding formula is displayed to guide the user. NDVI and NDWI formulas involve specific band calculations from Sentinel imagery, and the Average NO₂ index is based on the NO₂ band.
22
-
23
- If the user selects the "Custom Formula" option, they are prompted to enter a formula in a text input field, where they can define their own band-based formula for calculations. If the custom formula field is left empty, a warning is displayed, prompting the user to enter a valid formula.
24
-
25
- The app is designed to help users easily interact with Sentinel data and perform essential remote sensing calculations without needing to write complex code, making it accessible to a wide range of users from researchers to environmental analysts.
 
6
  sdk: streamlit
7
  pinned: false
8
  ---
9
+ <div align="center">
10
+ <img src="https://huggingface.co/spaces/AgricultureLab2024/GEE_Calculator/resolve/main/agriculture_lab-high-resolution-logo-grayscale-transparent.png" style="width: 30%;">
 
 
11
  </div>