Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutoshvarma/test_ndvi
https://github.com/ashutoshvarma/test_ndvi
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashutoshvarma/test_ndvi
- Owner: ashutoshvarma
- Created: 2020-09-28T04:23:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T10:19:38.000Z (over 2 years ago)
- Last Synced: 2023-03-02T16:55:40.981Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- 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`.