We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问您pycwr源码里面水凝物的分类中temp的温度是什么温度?是否可以提供风场反演VAP以及水凝物分类的测试数据和代码方便学习?
The text was updated successfully, but these errors were encountered:
您好,我看了你的代码后自己琢磨了下,感觉temp应该是地面温度吧? temp_2d = np.interp(NRadar.fields[num].z.values/1000., temp.index, temp['temp']) 这一句应该是把地面气温数据插值和雷达自身格点数一致的网格气温数据, 但是您读取的气温的index顺序是什么呢?应该不是我直接读取自动站对应雷达区域的数据然后随便排序以下就可以插值的吧?
Sorry, something went wrong.
No branches or pull requests
请问您pycwr源码里面水凝物的分类中temp的温度是什么温度?是否可以提供风场反演VAP以及水凝物分类的测试数据和代码方便学习?
The text was updated successfully, but these errors were encountered: