Playback speed
×
Share post
Share post at current time
0:00
/
0:00

Paid episode

The full episode is only available to paid subscribers of Milan's Data Science Insights

NDVI and NDWI Indecies

Using Sentinel 2 data and Budapest as examples

Imports, setting up

from sentinelhub import SHConfig
from sentinelhub import DataCollection, MimeType, MosaickingOrder, SentinelHubRequest, CRS, BBox, bbox_to_dimensions
import matplotlib.pyplot as plt
import numpy as np
from shapely.geometry import box


# get your tokens here: https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/a…

This post is for paid subscribers