增雨飞机作业路线是excel形式存储的文件,里面有经度、纬度、作业高度的信息,画一个作业路线的3d图 代码如下: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: shiyan.py @time: 2024/0 Read More
posted @ 2024-07-05 10:53 秋刀鱼CCC Views(87) Comments(0) Diggs(0)
用中国区的数据,查看风云4a的云顶温度 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: CTT.py @time: 2024/06/12 @desc: """ import netCDF4 from netC Read More
posted @ 2024-06-24 10:56 秋刀鱼CCC Views(286) Comments(0) Diggs(0)
我用python画图pycharm总是右边弹窗,看起来很别扭,想让它正中央显示,并且有保存按钮 修改流程(借鉴yuanyuan_zyy的方法): 结果: Read More
posted @ 2024-06-24 10:35 秋刀鱼CCC Views(362) Comments(0) Diggs(0)
数据: 目标做雨滴谱gamma分布,作业中、作业后1h、作业后2h 代码如下: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: raincontent.py @time: 2024/05/23 @desc: Read More
posted @ 2024-06-11 16:55 秋刀鱼CCC Views(151) Comments(0) Diggs(0)
数据: 目标主要是用求出N0、μ、Dm 把之前那个雨水含量的代码改一改 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: raincontent.py @time: 2024/05/23 @desc: """ Read More
posted @ 2024-05-29 11:07 秋刀鱼CCC Views(287) Comments(0) Diggs(0)
直接上代码: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: dryzhexian.py @time: 2024/05/16 @desc: """ import pandas as pd import mat Read More
posted @ 2024-05-17 09:39 秋刀鱼CCC Views(561) Comments(0) Diggs(0)
直接上代码 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: zhexiantu.py @time: 2024/05/10 @desc: """ import pandas as pd import matpl Read More
posted @ 2024-05-10 19:44 秋刀鱼CCC Views(125) Comments(0) Diggs(0)
雨滴谱仪选择,行为速度,列为尺度 那么我只留下我需要的d列数据,删除不需要的列: # -*- coding:utf-8 -*- """ @author: suyue @file: deletlie.py @time: 2024/05/01 @desc: """ import numpy as np Read More
posted @ 2024-05-01 17:28 秋刀鱼CCC Views(148) Comments(2) Diggs(0)
txt数据是这样: 内容: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: lianxi.py @time: 2024/04/28 @desc: """ # -*- coding:utf-8 -*- # os Read More
posted @ 2024-04-28 17:11 秋刀鱼CCC Views(85) Comments(0) Diggs(0)
正常情况,有些版本的numpy包能够直接计算,但是有些直接自动抹去了clumns和index一定要重新读取一下 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: speedeeinsert.py @time: Read More
posted @ 2024-04-16 15:11 秋刀鱼CCC Views(59) Comments(0) Diggs(0)