Skip to main content

Quantela platform user manual

JSON to GeoPointFeature

Description

This function takes a single JSON object and returns a single GeoJSON feature. It is used to add multiple features to streams.

Input

JSON

Output

JSON

Latitude

A JSONata expression used to identify the Latitude parameter within the input data frame e.g. list.*.coord.lat

Longitude

A JSONata expression used to identify the Longitude parameter within the input data frame e.g. list.*.coord.long

Properties

Comma-separated list of names of attributes within the input data that correspond to the GeoJSON location properties, each expressed as a JSONata expression e.g. list.*.name, list.*.id, list.*.weather.0.main