I’m trying to create a map with points/landmarks which represent wind speed and direction. My project is to create a map with wind information for cyclists. I’m using Weather Underground personal weather stations to get very specific wind information for various points along a bike path. Years ago I had something in place using MapBox, but they changed their API which broke everything. I didn’t like the new API, so I abandoned the endeavor. However, some traces of my work remain visible here:
The Loop, Wind speed and direction
I’d like to do this same sort of thing with OSM. But in order for this to work, I need an API, or some way to upload some data to my project with current data.
Does anyone know of a way to accomplish this, or some examples of where something similar has already been done?
Thanks!