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
发现主要是1.4.1版本与1.4.2、1.5.1、1.6.1、1.7.2等版本绘制的剖面明显要完整很多,不知道1.4.2之后版本是哪些代码有改导致的,请检查下。1.6.1是否可以绘制的剖面和1.4.1一致?
The text was updated successfully, but these errors were encountered:
1.4.1
1.4.2
1.6.1
1.7.2
Sorry, something went wrong.
剖面起始位置 start_cart=(109.20, 19.09) end_cart=(109.89, 19.64) spacing=500 使用的雷达基数据如下: Z_RADR_I_Z9072_20180527100300_O_DOR_SA_CAP.bin.zip
翻了一下,1.4.1和1.4.2的区别大概在 cc88c9b 里
- r[np.isnan(r)] = 0 + r = np.ma.masked_invalid(r)
之前的剖面只支持反射率,所以把没有值的地方填成0也不影响,但是后续加上了其他要素的剖面,填0就不行了。这个改动应该会影响contourf的逻辑。
contourf
谢谢大牛,我再试试
No branches or pull requests
发现主要是1.4.1版本与1.4.2、1.5.1、1.6.1、1.7.2等版本绘制的剖面明显要完整很多,不知道1.4.2之后版本是哪些代码有改导致的,请检查下。1.6.1是否可以绘制的剖面和1.4.1一致?
The text was updated successfully, but these errors were encountered: