如何在全球范围内显示来自GFS / NCEP /美国国家气象局的温度,风向/速度实时数据?

我正在研究Earth Null School的Github免费版本项目,该项目具有github代码并提供实时演示。我正在尝试使用该免费版本的代码来获取基于位置的实时温度数据和风信息。

Github Code Link

Live Demo of Project

但是,作为nodejs中的一项新功能,它不知道Earth Null School如何使用GFS / NCEP / US National Weather Service中的数据来显示信息。

请帮助我如何使用GFS / NCEP / US National Weather Service上的温度和风信息数据。

zshuong9999 回答:如何在全球范围内显示来自GFS / NCEP /美国国家气象局的温度,风向/速度实时数据?

我知道了我需要的链接-https://hicsuntdra.co/blog/earth-global-wind-map/

请参阅。

“earth”,a global wind map of the entire world,is a visualization of global weather conditions,created by Cameron Beccario.

It is based on the weather forecasts made by supercomputers of the National Centers for Environmental Prediction,NOAA,and National Weather Service.

The visualization works by first using an automated script to download and process Global Forecast System weather data in GRIB2 format every three hours,convert the data to JSON,and then push them to a static host. JSON data are calculated and interpolated in users’ browsers and finally shown as a rendered animated 3D wind map.

The wind is represented by green to red to purple gradients,where purple ones represent greater wind velocity,and the flow of the lines indicates wind direction. You can pull and drag the Earth around its axis with a mouse,while clicking on any location will show the clicked coordinates and wind speed at that location. You can customize displayed data,such as the heights for the wind velocity readings,change overlayed data,and even change the Earth projection!
本文链接:https://www.f2er.com/3161683.html

大家都在问