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
nmc_met_io.retrieve_micaps_server.get_radar_mosaic读取雷达数据时间数值有误:
filename_CREF='ACHN.CREF000.20201118.080000.LATLON' data_dir='RADARMOSAIC/CREF/' CREF = get_radar_mosaic(data_dir[0], filename=filename_CREF) print(CREF['time'].values)
['2020-11-19T00:00:00.000000000']
The text was updated successfully, but these errors were encountered:
已经更正 from nmc_met_io.retrieve_micaps_server import get_radar_mosaic
filename_CREF='ACHN.CREF000.20201216.024800.LATLON' data_dir='RADARMOSAIC/CREF/' CREF = get_radar_mosaic(data_dir, filename=filename_CREF, cache=False) print(CREF['time'].values)
['2020-12-16T02:48:00.000000000']
Sorry, something went wrong.
No branches or pull requests
nmc_met_io.retrieve_micaps_server.get_radar_mosaic读取雷达数据时间数值有误:
filename_CREF='ACHN.CREF000.20201118.080000.LATLON'
data_dir='RADARMOSAIC/CREF/'
CREF = get_radar_mosaic(data_dir[0], filename=filename_CREF)
print(CREF['time'].values)
The text was updated successfully, but these errors were encountered: