---
title: "Export Mann Kendall Post"
method: POST
path: "/raster/export/mann_kendall"
tags: ["raster/export"]
---

# Export Mann Kendall Post

`POST /raster/export/mann_kendall`

Exports map for mann kendallx

## Request body

- ExportMannKendall — Base Model for ExportMannKendall
  - `dataset` string — Dataset name
  - `variable` string — Variable name
  - `temporal_statistic` string — temporal aggregation
  - `calculation` string — Kendall calculation
  - `p_value` string, nullable
  - `start_season` string — mm-dd
  - `end_season` string — mm-dd
  - `start_year` integer
  - `end_year` integer
  - `bounding_box` string, nullable — [SW Lon, SW Lat, NE Lon, NE Lat]
  - `map_mask` string, nullable
  - `export_path` string — Export path to Google Cloud Bucket
  - `export_projection` string, nullable
  - `export_resolution` string, nullable
  - `priority` integer, nullable — Export job priority (1-9999)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/climateengine/apis/climate-engine-api-v1-climate-engine-pro.md) · [All operations](https://skmtc.net/climateengine/apis/climate-engine-api-v1-climate-engine-pro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/climateengine/climate-engine-api-v1-climate-engine-pro/versions/c7ba0a158a7b/schema)
