Replies: 1 comment
-
First of all, in order see the exact Wind animation in your leaflet map as in Windy, Earth etc
This can be done by checking side to side the .json values that you are using with the ones that Windy or Earth uses.
After ensuring you have the same .grib input and displaying the same .json data you should definitely
Referring to leaflet-velocity's README
|
Beta Was this translation helpful? Give feedback.
-
This isn't a
leaflet-velocity
issue, but I thought I'd start here. I'm trying to add wind data to a leaflet map. I download the data using the following link,Then I convert the grib file to json using the
weacast-grib2json
program,Basically following the guidance found here and here.
However, when I display the wind data on my leaflet map,
it looks different than what is displayed on windy or earth.
Not sure what is going on, as the reference datetimes are the same, but it has to be a data issue.
Attached the json and index.html file as a MWE.
mwe_wind_data.zip
Beta Was this translation helpful? Give feedback.
All reactions