I need to create a Wind Rose KML file to be opened in google earth with as (similar to) the following pictures.
I can create wind roses using windrose
python module, like this one:
And I know how to create KML points and lines in python using simplekml
module like this one:
Does anyone know any package capable of doing that? or any idea of how to do it?
If you use matplotlib when draw windrose, try to save the fig with following opthons.
After you got the image file, generate ground overlay code in kml.
Each values are need to adjust.
Please refer following, if you'd like to know more about ground overlay.
https://developers.google.com/kml/documentation/altitudemode#absolute