Skip to main content
POST
Geometry Operation

Body

application/json
eventIds
string[]
required

List of precipitation event IDs to retrieve geometry for. Maximum 10 items.

Maximum array length: 10
Example:
center
object

Latitude/longitude of the circle center used to crop the geometry.

radius
number<double>

Radius in meters (e.g. 25000 = 25 km) defining the circle boundary used to crop the geometry. Must be provided in meters. Maximum 200 kilometers (200000 meters).

Example:

1000

Response

Successfully retrieved the cropped geometry of the requested precipitation events.

Protobuf-encoded FeatureCollection containing the cropped MultiPolygon geometries of the requested events.