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: 7 months ago
JSON representation

Simple app to calculate NDVI from Sentinel-2 satellite imagery using Google Earth Engine API.

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
```