I am currently using the Leaflet.CanvasLayer.Field plugin to plot certain temperature profiles (contour plots: https://github.com/IHCantabria/Leaflet.CanvasLayer.Field). The plugin reads ASCII files. I have temperature data taken every hour over a full day.
Currently, I have one ASCII file -that has the temperature data over a rectangular grid- for each hour. I want to be able to use this TimeDimension plugin to show the change in temperature field over the day. I saw Example 12 and I read how I can extend it to load GeoJSON step by step, but I could not apply a similar concept to my code.
[In other words, I want to be able to - at every time step- read an ASCII file, create a scalar field layer using canvaslayer.field, and show it for that hour.]
Thank you so much for this awesome plugin.
I am currently using the Leaflet.CanvasLayer.Field plugin to plot certain temperature profiles (contour plots: https://github.com/IHCantabria/Leaflet.CanvasLayer.Field). The plugin reads ASCII files. I have temperature data taken every hour over a full day.
Currently, I have one ASCII file -that has the temperature data over a rectangular grid- for each hour. I want to be able to use this TimeDimension plugin to show the change in temperature field over the day. I saw Example 12 and I read how I can extend it to load GeoJSON step by step, but I could not apply a similar concept to my code.
[In other words, I want to be able to - at every time step- read an ASCII file, create a scalar field layer using canvaslayer.field, and show it for that hour.]
I appreciate all the help. -mmirhi