Arcgis通过格网收敛角改正画风速矢量图(plot wind vector with grid convergence correction in arcgis10.3)

使用ArcGIS10.3和Matlab2014b处理Era interim 10米风向分量U和V数据,计算风速、风向,并进行几何角度到地理角度转换。在ArcGIS中,通过数据驱动页面的计算格网收敛角工具修正风场矢量图,确保在投影坐标系统中的准确性。遵循Kevin Butler的教程步骤,展示如何在地图上显示风速和风向符号,并应用校正值调整风矢量的方向。
摘要由CSDN通过智能技术生成

“转载请注明出处!”

Data: Era interim 10m wind component U and V

 Software:matlab2014b, Arcmap10.3

1. compute the wind speed and direction in matlab:

speed=sqrt(u.*u+v.*v)

angle=(180/3.14)*atan2(v,u)

note that the angle now is just arithmetic angle and we should convert the arithmetic angle to geographic angle before plot in arcmap

conversion:

angle=rem(450-angle,360)

2.add the wind data with lat, lon, speed and direction fields in Arcmap, the step by step processes about how to display the wind vector had been illustrated by Kevin Butl

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值