-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
GridMapper做雷达拼图,无法显示 #86
Comments
代码看起来没问题,确定基数据里是有回波的吗 |
嗯,基数据是有回波的 |
具体拼图画出来是啥样的 |
执行过程中,抛了如下异常: |
我把参数调成 grid = gm(0.001),就有数据了,看来是0.1太小了这个原因导致的 |
现在有一个新的问题,就是组合反射率的雷达拼图,要抛异常,找不到 distance |
组合反射率目前不支持拼图 |
我也是类似的问题,“file2 = '20190516.000133.01.19.552' #旧pup |
@muyi151 这个算是一个bug,后续会修复 |
`for binFile in binFileList:
f = StandardData(binFile)
refData = f.get_data(0, drange, 'REF')
allData.append(refData)
gm = GridMapper(allData)
grid = gm(0.1)
fig = PPI(grid, dpi=75, add_city_names=False)
fig._save(outPath)`
请问,使用该方法做雷达拼图,但是最终显示的图缺少雷达数据,是什么原因呢
The text was updated successfully, but these errors were encountered: