$def with (locations, trips)
$for location in locations:
$ properties = location["location"]["properties"]
$ lat, lng = location["location"]["geometry"]["coordinates"]
- $properties["timestamp"]
$round(lat, 4), $round(lng, 4)
$", ".join(properties.get("motion", []))
$#