---
title: "Drought Coordinates Post"
method: POST
path: "/reports/drought/coordinates"
tags: ["reports"]
---

# Drought Coordinates Post

`POST /reports/drought/coordinates`

Generate a drought report for a specific Polygon

## Request body

- ReportDroughtCoordinates
  - `coordinates` string — point or polygon coordinates, see [Formatting Coordinates](https://support.climateengine.org/article/152-formatting-coordinates-for-api-requests)
  - `simplify_geometry` string, nullable — maxError in meters, see [ee.Feature.simplify](https://developers.google.com/earth-engine/apidocs/ee-feature-simplify)
  - `report_version` string — Report Version: v1 (gridMET Drought) or v2 (U.S. Drought Monitor, gridMET, and gridMET Drought)
  - `end_date` string — The end date of the reporting period. Format yyyy-mm-dd.
  - `user_email` string — Valid email address
  - `site_name` string — Site name, no special characters allowed
  - `site_type` string, nullable — Site type, no special characters allowed
  - `site_description` string, nullable — Site description, no special characters allowed
  - `mask_landcover` string — Apply landcover mask: True or False
  - `mask_ownership` string — Apply land ownership mask. One of ['None', 'BIA', 'BLM', 'DOD', 'FWS', 'NPS', 'USFS']
  - `batch` union — Returns the link prior to processing the report if True
    - string
    - boolean

## 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/3630d1137e51/schema)
