Tile downloading service
-
Hello,
I wanted to implement weather maps in QGroundControl, an open source Ground Control Station software used by most of the industry. The idea is to leave the backend there and frontend access for introducing the API key, so the user can just register in windy and introduce the key and enjoy the windy implementation.
I would need something like openweathermaps weather 1.0:
https://openweathermap.org/api/weathermaps
for requesting the specified x y z tiles. Also I would like to get wind direction and velocity for displaying particles animation as well. I think to implement it directly on the application ( Qt based ) would be the best approach regarding performance.
I have tried to find this in the docs, but I had no luck finding it. Is something like this supported by windy?
Thank you!
Best regards.