Adds a recovery object to the SondeHub database to indicate if a radiosonde was recovered

put/recovered

Headers

Datestring date-time required

<day-name>, <day> <month> <year> <hour>:<minute>:<second> UTC as per RFC7231. This is used to calculate receiver time offset for correcting clients that have the incorrect time.

User-Agentstring

The software and version performing the telemetry upload, eg: autorx-1.4.1-beta5

Request body

datetimestring date-time

Time that the radiosonde was recovered

serialstring required

Serial number of the radiosonde

latnumber double required

Latitude (decimal degrees) of the recovery location

lonnumber double required

Longitude (decimal degrees) of the recovery location

altnumber double required

Altitude (metres) of the recovery location

recoveredboolean required

was this recovery attempt was successful

recovered_bystring required

callsign or name of the person who recovered the sonde

descriptionstring

Description of the recovery effort

Response

Recovery logged

Changes