摘要:
#!/usr/bin/env python#-*- coding:utf-8 -*-# @File:write_tide_json# @Author:moucong# @Datetime:2018/3/29 18:15# @Software: PyCharmimport jsonimport osi 阅读全文
posted @ 2018-03-30 15:36
Moucong
阅读(744)
评论(0)
推荐(0)
摘要:
import jsonimport osimport datetimeimport timeimport linecache #10分钟风速时间格式转化def ws_time_format(JDtime,times,hour_time,minute_time): JDtime = JDtime + 阅读全文
posted @ 2018-03-30 15:31
Moucong
阅读(36069)
评论(0)
推荐(0)
摘要:
< json文件 >{ "DCN":{ "filename":"at0101.07422", "variable":"气温", "Highest_temp":"最高气温", "Lowest_temp":"最低气温" }, "DMD":{ "filename":"bp0101.07422", "var 阅读全文
posted @ 2018-03-30 15:24
Moucong
阅读(5786)
评论(0)
推荐(0)