https://github.com/ashutoshvarma/test_ndvi
https://github.com/ashutoshvarma/test_ndvi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashutoshvarma/test_ndvi
- Owner: ashutoshvarma
- Created: 2020-09-28T04:23:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:15:50.000Z (over 1 year ago)
- Last Synced: 2024-12-28T00:42:51.295Z (5 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ndvi
Simple Web App for NDVI Generator in Python## Run (Local)
- ### Clone
```shell
git clone https://github.com/ashutoshvarma/test_ndvi.git
cd test_ndvi
```- ### Install `rasterio`
https://rasterio.readthedocs.io/en/latest/installation.html- ### Setup Flask
`pip install flask`- ### Run
`FLASK_DEBUG=true flask run`## Note
All the uploads are save either in-memory (RAM) or temp file(will be deleted automatically)
so you don't need to worry about stray temp files.
Also output NDVI file is saved as `static/NDVI.tiff`.