Annual FloodingSaltwater IntrusionLand Subsidence

    Satellite Analysis for Mekong Delta, Vietnam

    The Mekong Delta produces over half of Vietnam's rice output and feeds 20 million people, but it is simultaneously sinking at up to 3 cm per year due to groundwater extraction while sea levels rise, a compound vulnerability that makes it one of the world's most climate-exposed agricultural regions. Satellite crop health monitoring, seasonal flood extent tracking, and temporal subsidence analysis are direct inputs into delta management decisions.

    10.45°, 105.63°
    Tropical monsoon with a dry season (Dec–Apr) optimal for satellite imagery acquisition and a wet season (May–Nov) during which flood extent reaches its maximum.

    What you can analyze here

    The Satalyse API covers every major satellite analysis type for Mekong Delta, Vietnam. These endpoints are most relevant for this location:

    Feature Extraction
    POST /api/v1/satellite/extract-features
    Change Detection
    POST /api/v1/satellite/detect-changes
    Risk Scoring
    POST /api/v1/satellite/score-risk

    Code example

    This snippet is pre-filled with Mekong Delta, Vietnam's coordinates and calls the Feature Extraction endpoint.

    mekong-delta_analysis.py
    1"color:#c084fc">import requests
    2"color:#c084fc">from datetime "color:#c084fc">import date
    3
    4response = requests.post(
    5 "https://api.satalyse.dev/api/v1/satellite/extract-features",
    6 headers={"Authorization": "Bearer sat_sk_live_..."},
    7 json={
    8 "geometry": {
    9 "type": "Polygon",
    10 "coordinates": [[
    11 [105.6, 10.42],
    12 [105.66, 10.42],
    13 [105.66, 10.48],
    14 [105.6, 10.48],
    15 [105.6, 10.42]
    16 ]]
    17 },
    18 "measurement_date": "color:#c084fc">str(date.today()),
    19 "features_requested": ["vegetation", "water", "temperature"]
    20 }
    21)
    22
    23data = response.json()
    24veg = data["features"]["vegetation"]
    25"color:#c084fc">print("color:#c084fc">f"NDVI: {veg['NDVI']['value']:.3">f}")
    26"color:#c084fc">print("color:#c084fc">f"Health score: {data['health_score']['overall']}/100")

    Data sources used for Mekong Delta, Vietnam

    Sentinel-210 m

    Multispectral optical imagery (NDVI, land cover)

    Landsat 830 m

    Long-term land surface reflectance and temperature

    MODIS250 m – 1 km

    Daily global coverage, fire, vegetation anomalies

    SRTM30 m

    Digital elevation model, terrain, slope, aspect

    CHIRPS5 km

    Historical and near-real-time precipitation estimates

    JRC Global Surface Water30 m

    Water presence history and seasonal flood extent

    Analyse Mekong Delta, Vietnam in the Playground

    The coordinates are ready. Paste them into the playground and run your first analysis in under a minute.

    Related use cases for Mekong Delta, Vietnam

    Nearby locations