6 ms·
I built a wind map with WebGL (2017)
- bradleysmith 7y ago(This is a bit off-topic from the subject of the article about particular methodology of rendering data as opposed to usage of these kind of wind maps) I worked on X’s project loon in operations for a spell. We were interacting with balloons in flight regularly. The referenced nullschool wind map was unendingly useful. Something I always wanted for using nullschool or other similar publicly available “tools” was more granularity between wind layers, or derived estimations of data between wind layers. When putting any flight systems in the atmosphere, having visualizations (even estimates) of wind direction and speed estimations at more altitude levels is more valuable than visualizing more particles more efficiently, IMO. I wish similar thought and processing power was put towards smoothing out guesses at wind speeds at different altitudes. Tl;dr: I wish this demo map had an altitude slider, even if it was smoothed out guestimates between available data layers.
- sbr464 7y agoThanks for the insights. While on this topic, some what, is there a satellite imagery service available that can give images of a location at a requested/variable time of the year? I wanted to see what a particular location looked liked during winter but could only find clearer photos taken during spring/fall months.
- sbr464 7y agoThanks for the insights. While on this topic, some what, is there a satellite imagery service available that can give images of a location at a requested/variable time of the year? I wanted to see what a particular location looked liked during winter but could only find clearer photos taken during spring/fall months. I’d love if bing/google earth had a timeline/seasonal type slider.
- onion2k 7y agoPossibly something that urthecast.com could do.
- oh_sigh 7y agoPlanet.com will do this for $$
- joshvm 7y agoLook at ESA's Sentinel 2. It has a 5-6 day revisit time and the data will always be free. It's 10m resolution which may or may not be good enough. Google Earth Engine is designed exaclty for this (and has other satellites too).
- th0ma5 7y agoI briefly looked into this, and from what I remember these were all always based on the "satellite" based wind models which were interpolations of predictions at a very low resolution based on infrared. Winds aloft, as I'm sure you know, are often measured by radiosondes, but the subtle thing being that these samplings only make it into aeronautical forecasts, and at least in the US, stay US only, and don't bubble up to global summaries. These global data sets are not granular at all, and wouldn't provide the detail at different elevations. I wish such a data set was available... perhaps with the global satellite based ADS-B someone could do some kind of sampling based on live flight data, but I'm sure it would be a private (and costly) dataset.
- CMCDragonkai 7y agoIt would be really useful for glider pilots.
- fogetti 7y agoI really don't know if it's open to the public or not but windguru definitely has the dataset that you described. You might want to contact them to figure it out :)
- bujak3000 7y agoThe nee aeolus satellite is measuring wind speeds aloft directly with laser https://en.m.wikipedia.org/wiki/ADM-Aeolus https://en.m.wikipedia.org/wiki/ADM-Aeolus
- chess_buster 7y agoI'm sure, you could buy it from [energy&meteo systems](https://www.energymeteo.com https://www.energymeteo.com), if you really needed it. If you go to their homepage and click on the fourth button "Meteo Data", there's even a similar visualisation. They definitely have the technology to calculate the wind at any height using different weather models (like the German ICON, the European IFS, or the American/NOAA GFS).
- bujak3000 7y agoThe tools only visualize what data is available. The model doesn’t forecast wind speeds at arbitrary altitudes, only at a some predefined levels
- mourner 7y agoI think this is actually doable — the GFS data this project pulls from has a lot of levels, see for example here https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p25.pl?dir=%2Fgfs.20190928%2F12 https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p25.pl?dir=...
- adameast1978 7y agoThis is the reason I got more serious about programming. This is really awesome.
- boyadjian 7y agoVery nice work. The result is visually speaking.
- tobyhinloopen 7y agoCool
- dbrgn 7y agoSlightly offtopic, but the windy.com service referenced in the article is really a fantastic resource if you learn to use it properly. I rely on it for paragliding a lot, the animated winds are much easier to understand for the brain than static map. Comparing different weather models helps to assess the accuracy of the prediction.
- hyperpallium 7y agohttp://windy.com http://windy.com
- bujak3000 7y agoIts too bad windy dropped the 3D map view / globe. Looking at the poles was mesmerizing and insightful. Oh well. Happy landings btw.
- mourner 7y agoAuthor here — very happy to see this resurfacing on HN! So, ask me anything!
- agoddard 7y agoNot a question, but wanted to say thank you so so much for everything you do for the Geo community! You have (literally) changed the world!
- mourner 7y agoThank you!
- zeko1195 7y agoThis is so cool. Great job!
- lbutler 7y agoI am just adding a second thanks for all the work you've done for the mapping community. I've made a decent amount of spatial apps over the years, and they wouldn't be possible without your work with Mapbox GL JS, Leaflet and the algorithms you've shared.
- mourner 7y agoThank you very much!
- cy6erlion 7y agoThank you for creating Leaflet!