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
输入代码
diag_crossection.wind_theta_w(data_source='cassandra', data_name='ecmwf', init_time=init_time, fhour=24, levels=[1000, 950, 925, 900, 850, 800, 700, 600, 500, 400, 300, 200],lon_mean=30,lat_mean=130, st_point=[20, 120.0], ed_point=[50, 130.0], h_pos=[0.125, 0.665, 0.25, 0.2], area='全国', is_return_data=False, is_draw=True)
错误代码 gaierror: [Errno 11002] getaddrinfo failed
During handling of the above exception, another exception occurred:
URLError: <urlopen error [Errno 11002] getaddrinfo failed>
The text was updated successfully, but these errors were encountered:
lon_mean和lat_mean是取剖面的平均的范围的度数,比如lon_mean=1,就是经向1度范围的平均剖面
Sorry, something went wrong.
No branches or pull requests
输入代码
diag_crossection.wind_theta_w(data_source='cassandra', data_name='ecmwf', init_time=init_time, fhour=24,
levels=[1000, 950, 925, 900, 850, 800, 700, 600, 500, 400, 300, 200],lon_mean=30,lat_mean=130,
st_point=[20, 120.0], ed_point=[50, 130.0], h_pos=[0.125, 0.665, 0.25, 0.2],
area='全国', is_return_data=False, is_draw=True)
错误代码
gaierror: [Errno 11002] getaddrinfo failed
During handling of the above exception, another exception occurred:
URLError: <urlopen error [Errno 11002] getaddrinfo failed>
The text was updated successfully, but these errors were encountered: