---
title: "Drought Feature Collection Post"
method: POST
path: "/reports/drought/feature_collection"
tags: ["reports"]
---

# Drought Feature Collection Post

`POST /reports/drought/feature_collection`

Generate a site characterization report for a feature of an Earth Engine FeatureCollection

## Request body

- ReportDroughtFeatureCollection
  - `feature_collection_asset_id` string — Earth Engine FeatureCollection asset ID
  - `sub_choices` string, nullable — Column attribute value.
  - `filter_by` string, nullable — Column attribute to use as filter.
  - `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/c7ba0a158a7b/schema)
