爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
楼主: 小其其格

[源代码] Python3.x 爬取历史探空数据并绘图

  [复制链接]

新浪微博达人勋

 楼主| 发表于 2019-4-16 09:33:52 | 显示全部楼层

要修改源代码才行,修改后的我没发出来
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-4-24 10:31:25 | 显示全部楼层
感谢分享 支持支持
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-5-6 09:32:45 | 显示全部楼层
zdx_1982 发表于 2019-3-26 15:33
求教下,下载的日期格式需要改成什么样的呢,ValueError: time data '----------------------------------- ...

通样错误,请问解决了吗
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-5-6 15:25:00 | 显示全部楼层
感谢分享~~
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2019-5-6 22:49:44 | 显示全部楼层
我是用python setup.py install命令安装的,但也是出错
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2019-5-7 00:14:34 | 显示全部楼层
跺碎那片云 发表于 2019-3-20 11:55
运行绘图程序时出现下面报错,请问这个是啥错误啊

File "F:/scripttest/SkewT/SkewT-plot.py", line 1 ...

不好意思,之前爬取后的数据格式有问题,下载重新上传了爬虫代码,
经测试下载后的数据可以用于绘图了,爬取后数据格式如下:

58665  Hongjia Observations at 00Z 01 Jan 2018

-----------------------------------------------------------------------------
   PRES   HGHT   TEMP   DWPT   RELH   MIXR   DRCT   SKNT   THTA   THTE   THTV
    hPa     m      C      C      %    g/kg    deg   knot     K      K      K
-----------------------------------------------------------------------------
1028.0      2    3.2    0.8     84   3.96    295      6  274.2  285.1  274.8
1000.0    229    5.2   -2.8     56   3.12    355      6  278.4  287.2  278.9
  925.0    861    2.0  -18.0     21   1.01     60      6  281.4  284.4  281.5
  850.0   1547    4.2  -27.8      8   0.46     60     10  290.5  292.1  290.6
  700.0   3107   -2.7  -39.7      4   0.17    295     16  299.5  300.1  299.5
  500.0   5720  -12.3  -39.3      9   0.25    285     54  318.0  319.0  318.0
  400.0   7400  -20.9  -45.9      9   0.16    280     93  327.7  328.4  327.8
  300.0   9480  -33.1  -50.1     17   0.13    270    124  338.6  339.2  338.6
  250.0  10730  -43.9  -53.9     32   0.10    275    130  340.7  341.1  340.7
  224.0  11453  -47.9  -58.9     27   0.06    280    138  345.3  345.6  345.4
  200.0  12200  -52.1  -64.1     22   0.03    280    134  350.1  350.3  350.1
  150.0  14010  -63.3                         265    126  360.8         360.8
  116.0  15555  -72.1                         270    101  372.1         372.1
  100.0  16430  -71.3                         275     82  389.7         389.7
   70.0  18500  -74.9                         280     47  423.8         423.8
   50.0  20500  -64.1                         265     23  492.0         492.0
   30.0  23700  -53.9                         150      8  597.1         597.1
   20.0  26350  -45.5                         100     23  696.1         696.1
   10.0  31030  -37.9                         110     19  876.9         876.9
Station information and sounding indices
                             Station number: 58665
                           Observation time: 180101/0000
                           Station latitude: 28.61
                          Station longitude: 121.41
                          Station elevation: 2.0
                            Showalter index: 22.37
                               Lifted index: 26.93
    LIFT computed using virtual temperature: 26.93
                                SWEAT index: 73.82
                                    K index: -48.30
                         Cross totals index: -15.50
                      Vertical totals index: 16.50
                        Totals totals index: 1.00
      Convective Available Potential Energy: 0.00
             CAPE using virtual temperature: 0.00
                      Convective Inhibition: 0.00
             CINS using virtual temperature: 0.00
                     Bulk Richardson Number: 0.00
          Bulk Richardson Number using CAPV: 0.00
  Temp [K] of the Lifted Condensation Level: 267.72
Pres [hPa] of the Lifted Condensation Level: 879.52
     Mean mixed layer potential temperature: 277.75
              Mean mixed layer mixing ratio: 3.00
              1000 hPa to 500 hPa thickness: 5491.00
Precipitable water [mm] for entire sounding: 4.53
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2019-5-7 00:18:31 | 显示全部楼层
kmdqlb 发表于 2019-3-22 13:12
楼主,你好,请问 一、如何得到 修改SkewT项目下面的SkewT.py后优化的图像:

二、下载好数据用skewt.py  ...

不好意思,之前爬取后的数据格式有问题,下载重新上传了爬虫代码,
经测试下载后的数据可以用于绘图了,爬取后数据格式如下:

58665  Hongjia Observations at 00Z 01 Jan 2018

-----------------------------------------------------------------------------
   PRES   HGHT   TEMP   DWPT   RELH   MIXR   DRCT   SKNT   THTA   THTE   THTV
    hPa     m      C      C      %    g/kg    deg   knot     K      K      K
-----------------------------------------------------------------------------
1028.0      2    3.2    0.8     84   3.96    295      6  274.2  285.1  274.8
1000.0    229    5.2   -2.8     56   3.12    355      6  278.4  287.2  278.9
  925.0    861    2.0  -18.0     21   1.01     60      6  281.4  284.4  281.5
  850.0   1547    4.2  -27.8      8   0.46     60     10  290.5  292.1  290.6
  700.0   3107   -2.7  -39.7      4   0.17    295     16  299.5  300.1  299.5
  500.0   5720  -12.3  -39.3      9   0.25    285     54  318.0  319.0  318.0
  400.0   7400  -20.9  -45.9      9   0.16    280     93  327.7  328.4  327.8
  300.0   9480  -33.1  -50.1     17   0.13    270    124  338.6  339.2  338.6
  250.0  10730  -43.9  -53.9     32   0.10    275    130  340.7  341.1  340.7
  224.0  11453  -47.9  -58.9     27   0.06    280    138  345.3  345.6  345.4
  200.0  12200  -52.1  -64.1     22   0.03    280    134  350.1  350.3  350.1
  150.0  14010  -63.3                         265    126  360.8         360.8
  116.0  15555  -72.1                         270    101  372.1         372.1
  100.0  16430  -71.3                         275     82  389.7         389.7
   70.0  18500  -74.9                         280     47  423.8         423.8
   50.0  20500  -64.1                         265     23  492.0         492.0
   30.0  23700  -53.9                         150      8  597.1         597.1
   20.0  26350  -45.5                         100     23  696.1         696.1
   10.0  31030  -37.9                         110     19  876.9         876.9
Station information and sounding indices
                             Station number: 58665
                           Observation time: 180101/0000
                           Station latitude: 28.61
                          Station longitude: 121.41
                          Station elevation: 2.0
                            Showalter index: 22.37
                               Lifted index: 26.93
    LIFT computed using virtual temperature: 26.93
                                SWEAT index: 73.82
                                    K index: -48.30
                         Cross totals index: -15.50
                      Vertical totals index: 16.50
                        Totals totals index: 1.00
      Convective Available Potential Energy: 0.00
             CAPE using virtual temperature: 0.00
                      Convective Inhibition: 0.00
             CINS using virtual temperature: 0.00
                     Bulk Richardson Number: 0.00
          Bulk Richardson Number using CAPV: 0.00
  Temp [K] of the Lifted Condensation Level: 267.72
Pres [hPa] of the Lifted Condensation Level: 879.52
     Mean mixed layer potential temperature: 277.75
              Mean mixed layer mixing ratio: 3.00
              1000 hPa to 500 hPa thickness: 5491.00
Precipitable water [mm] for entire sounding: 4.53
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2019-5-7 00:22:56 | 显示全部楼层
简单的世界 发表于 2019-3-28 10:08
Traceback (most recent call last):
  File "E:\tankong\SkewT-plot.py", line 7, in
    S=SkewT.Soun ...

不好意思,之前爬取后的数据格式有问题,下载重新上传了爬虫代码,
经测试下载后的数据可以用于绘图了,爬取后数据格式如下:

58665  Hongjia Observations at 00Z 01 Jan 2018

-----------------------------------------------------------------------------
   PRES   HGHT   TEMP   DWPT   RELH   MIXR   DRCT   SKNT   THTA   THTE   THTV
    hPa     m      C      C      %    g/kg    deg   knot     K      K      K
-----------------------------------------------------------------------------
1028.0      2    3.2    0.8     84   3.96    295      6  274.2  285.1  274.8
1000.0    229    5.2   -2.8     56   3.12    355      6  278.4  287.2  278.9
  925.0    861    2.0  -18.0     21   1.01     60      6  281.4  284.4  281.5
  850.0   1547    4.2  -27.8      8   0.46     60     10  290.5  292.1  290.6
  700.0   3107   -2.7  -39.7      4   0.17    295     16  299.5  300.1  299.5
  500.0   5720  -12.3  -39.3      9   0.25    285     54  318.0  319.0  318.0
  400.0   7400  -20.9  -45.9      9   0.16    280     93  327.7  328.4  327.8
  300.0   9480  -33.1  -50.1     17   0.13    270    124  338.6  339.2  338.6
  250.0  10730  -43.9  -53.9     32   0.10    275    130  340.7  341.1  340.7
  224.0  11453  -47.9  -58.9     27   0.06    280    138  345.3  345.6  345.4
  200.0  12200  -52.1  -64.1     22   0.03    280    134  350.1  350.3  350.1
  150.0  14010  -63.3                         265    126  360.8         360.8
  116.0  15555  -72.1                         270    101  372.1         372.1
  100.0  16430  -71.3                         275     82  389.7         389.7
   70.0  18500  -74.9                         280     47  423.8         423.8
   50.0  20500  -64.1                         265     23  492.0         492.0
   30.0  23700  -53.9                         150      8  597.1         597.1
   20.0  26350  -45.5                         100     23  696.1         696.1
   10.0  31030  -37.9                         110     19  876.9         876.9
Station information and sounding indices
                             Station number: 58665
                           Observation time: 180101/0000
                           Station latitude: 28.61
                          Station longitude: 121.41
                          Station elevation: 2.0
                            Showalter index: 22.37
                               Lifted index: 26.93
    LIFT computed using virtual temperature: 26.93
                                SWEAT index: 73.82
                                    K index: -48.30
                         Cross totals index: -15.50
                      Vertical totals index: 16.50
                        Totals totals index: 1.00
      Convective Available Potential Energy: 0.00
             CAPE using virtual temperature: 0.00
                      Convective Inhibition: 0.00
             CINS using virtual temperature: 0.00
                     Bulk Richardson Number: 0.00
          Bulk Richardson Number using CAPV: 0.00
  Temp [K] of the Lifted Condensation Level: 267.72
Pres [hPa] of the Lifted Condensation Level: 879.52
     Mean mixed layer potential temperature: 277.75
              Mean mixed layer mixing ratio: 3.00
              1000 hPa to 500 hPa thickness: 5491.00
Precipitable water [mm] for entire sounding: 4.53
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-5-7 08:53:20 | 显示全部楼层
小其其格 发表于 2019-5-7 00:22
不好意思,之前爬取后的数据格式有问题,下载重新上传了爬虫代码,
经测试下载后的数据可以用于绘图了, ...

感谢楼主
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-5-27 16:51:32 | 显示全部楼层
小其其格 发表于 2019-4-16 09:33
要修改源代码才行,修改后的我没发出来

你修改了那个地方啊,可以发给我看了一下吗?。。这个开源的程序还真的很好用。
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表