Skip to main content

Quantela platform user manual

JSONToGeoJSON

Description

Converts JSON data to GeoJSON format

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

List of 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, list.*.weather.0.description, list.*.weather.0.icon,list.*.visibility,list.*.main.temp, list.*.main.pressure, list.*.main.humidity