@cleder, as described TerriaJS/terriajs#1063 we are trying to figure out how to get vector fields into TerriaJS, like this one:

(See the full Jupyter notebook in case you are interested in how this was generated)
It has been suggested to use CZML, and I'm wondering whether it's best to take the approach suggested to use billboards (scaled/rotated icons), or whether we could use the agi_vector described here: https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Content#agi_vector
Do you have a suggestion of which approach to take?
Could I use your czml python package to write either of these?