---
title: "Regression Coordinates Post"
method: POST
path: "/timeseries/regression/coordinates"
tags: ["timeseries"]
---

# Regression Coordinates Post

`POST /timeseries/regression/coordinates`

Regression Time Series for Points dn Polygons

## Request body

- RegressionCoordinates
  - `coordinates` string — point or polygon coordinates, see [Formatting Coordinates](https://support.climateengine.org/article/152-formatting-coordinates-for-api-requests)
  - `simplify_geometry` integer, nullable — maxError in meters, see [ee.Feature.simplify](https://developers.google.com/earth-engine/apidocs/ee-feature-simplify)
  - `buffer` integer, nullable — Buffer in meters
  - `area_reducer` string — Area reducer
  - `dataset` string — Dataset name
  - `variable` string — Variable name
  - `mask_image_id` string, nullable — Asset ID of the mask image
  - `mask_band` string, nullable — Band name to use in mask image
  - `mask_value` number, nullable — Mask value.
  - `start_day` integer
  - `end_day` integer
  - `start_month` integer
  - `end_month` integer
  - `start_year` integer
  - `end_year` integer
  - `temporal_statistic` string — Temporal aggregation
  - `var2_dataset` string — Second Dataset name
  - `var2_variable` string — Second Variable name
  - `var2_mask_image_id` string, nullable — Asset ID of the mask image
  - `var2_mask_band` string, nullable — Band name to use in mask image
  - `var2_mask_value` number, nullable — Mask value.
  - `var2_start_day` integer
  - `var2_end_day` integer
  - `var2_start_month` integer
  - `var2_end_month` integer
  - `var2_temporal_statistic` string — Temporal aggregation
  - `export_path` string, nullable — Google Cloud Bucket Export Path
  - `export_format` string, nullable — Export Format: json or csv

## 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)
