United States Weather Radar Data Feed or API?

孤街浪徒 提交于 2019-12-09 16:04:14

问题


Is there a government or private API for accessing weather radar data in the United States?


回答1:


NOAA has a SOAP API: http://www.nws.noaa.gov/forecasts/xml/

Several private APIs are listed here:

http://www.programmableweb.com/apis/directory/1?apicat=Weather




回答2:


I was looking for radar data awhile back to overlay on a google map. This site offers it for free and they provide some sample code to get started for google maps and some other online maps:

IEM Open GIS Consortium

The map tiles they provide are not limited to radar and as far as I can tell they are all free to use.




回答3:


Radarmatic has a JSON API at http://radarmatic.com/api.html

Update: link broken, project no longer active




回答4:


You can get images updated every three minutes from NWS RIDGE. It's not really an API -- just images sitting in a directory -- but the naming convention and structure of the images is fully documented.




回答5:


A better way to apprach this would be to use the "Weather and Climate Toolkit" offered at : The Weather and Climate Toolkit homepage.

The software can batch process raw radar data - and you can get just about anything you want this way if you are able to place it on your map after processing. It can export in JSON, geoTIF and some other formats. If you want more options for your app/project, this is the easiest way to do it - as you can get rain, snow, hail, wind velocity, dual polarization products, etc quite easily once you learn your way around the software.

Weather radar data feed from every WSR-88D radar site comes in 2 raw forms : Level-2 and Level-3. Level 2 data ("super resolution" and base data) is available from the Amazon AWS servers (NEXRAD on AWS) and level-3 data is available from the NWS server at This link from the Radar Operations Center.



来源:https://stackoverflow.com/questions/3142918/united-states-weather-radar-data-feed-or-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!