Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feeeek/ndvi
Simple app to calculate NDVI from Sentinel-2 satellite imagery using Google Earth Engine API.
https://github.com/feeeek/ndvi
fastapi google-earth-engine
Last synced: 3 months ago
JSON representation
Simple app to calculate NDVI from Sentinel-2 satellite imagery using Google Earth Engine API.
- Host: GitHub
- URL: https://github.com/feeeek/ndvi
- Owner: FeeeeK
- Created: 2022-07-15T10:46:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T09:51:38.000Z (over 2 years ago)
- Last Synced: 2024-10-08T13:41:27.510Z (4 months ago)
- Topics: fastapi, google-earth-engine
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NDVI app
Simple app to calculate NDVI from Sentinel-2 imagery using Google Earth Engine API.
## Installation
1. Install poetry
```sh
pip install poetry
```2. Install dependencies
```sh
poetry install
```3. Run the app
```sh
poetry shell
python -m src
```### Or with docker
```sh
docker compose up
```