网站首页
编程语言
数据库
系统相关
其他分享
编程问答
stereographic
2024-11-29
netcdf文件复制并修改
importnumpyasnpfromnetCDF4importDatasetfromdatetimeimportdatetime#获取当前时间current_time=datetime.now()#格式化为只显示时间formatted_time=current_time.strftime("%m-%d-%H-%M-%S")defextend_list(lst,extension_count):""&