Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0' into streamlit-app
Browse files Browse the repository at this point in the history
  • Loading branch information
IndigoWizard committed Sep 23, 2023
2 parents 225049b + e9bfca8 commit 635c2b2
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 130 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# NDVI-Viewer

View and compare NDVI values of an area of interest between two time periods.
Monitor Vegetation Health by Viewing & Comparing NDVI Values Through Time and Location with Sentinel-2 Satellite Images on The Fly!
Streamlit App: https://ndvi-viewer.streamlit.app/

### User guide

You can create area of interest shapefiles in GeoGSON format by going to [geojson.io](geojson.io) and drawing a polygon shape then exporting it to your local machine. From there you can drag-and-drop the GeoJSON file to the app upload section and it'll serve as area of interest to which all images will be clipped.
- Create shapefile of your area of interest in GeoJSON format by going to [geojson.io](https://geojson.io/) and drawing polygon shapes then exporting it to your local machine. From there you can drag-and-drop the GeoJSON file to the app upload section and it'll serve as area of interest to which all images will be clipped.
- Select Date Range: Pick the dates that you wish to compare NDVI values for. The app will calculate a 7-days range going back from each of the dates you picked.
- Select Cloud Coverate Rate: Set the cloude coverage value for better quality images or for larger dataset in your image collection.
- Additionally, for people with colorblind disability, it is possible to pick a color palette that's colorblind friendly with most common colorblindness types.

### Preview:

![](https://www.pixenli.com/image/MeljR-zA)

### Note:

The app is hosted on Streamlit Cloud for free and has resource limit (1 GB), sometimes the app may crash when exceeding the limit (too many operations).

If the app crashes, it needs to be rebooted on dev end so DM me or rise an issue, no other options except deploying to a paid platform with padi resource increases.

### Project structure

Expand All @@ -27,4 +40,4 @@ This project was first developed as a submission to the Environemental Data Chal

### Credit

The app was developped by [IndigoWizard](https://github.com/IndigoWizard) and [Emmarie-Ahtunan](https://github.com/Emmarie-Ahtunan) using; Streamlit, Google Earth Engine Python API, geemap, Folium.
The app was developped by [IndigoWizard](https://github.com/IndigoWizard) and [Emmarie-Ahtunan](https://github.com/Emmarie-Ahtunan) using; Streamlit, Google Earth Engine Python API, geemap, Folium. Agriculture icons created by <a href="https://www.flaticon.com/free-icons/agriculture" title="agriculture icons">dreamicons - Flaticon</a>
Loading

0 comments on commit 635c2b2

Please sign in to comment.