i have an input connector that receives json data in form of latitude,longitude and time and some other information. I want to create a new field and calculate speed from latitude, longitude and time .
The idea is to populate the field with speed values as soon as the data for latitude,longitude and time arrive.
The output connector is creating a stream service.
How can i calculate and then populate the speed field using geoevent?