Skip to main content

ZeqSurvey

Geodetic surveying with HulyaPulse coordinate transformations. Datum conversions, least-squares adjustment, geoid undulation — Zeqond-timestamped for temporal surveys.

EndpointPOST /api/geo/survey
Authapi-key
Rate limit15/min
Categorygeoscience

Parameters

NameTypeRequiredDescription
observationsarrayYes[{ from, to, distance_m, bearing_deg, elevation_m }]
datumstringNo'WGS84', 'NAD83', 'ETRS89'.

Returns

{ adjustedCoordinates, residuals, accuracy_m, geoidUndulation_m, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"observations": [],
"datum": "WGS84"
}' \
"https://zeqsdk.com/api/geo/survey"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-survey.