metradar 0.1.8__py3-none-any.whl → 0.1.8.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metradar/config.py +1 -1
- metradar/io/decode_fmt_pyart.py +1 -0
- metradar/project/make_vpr_aws/make_mosaic_20230731_daxing.ini +29 -0
- metradar/project/make_vpr_aws/make_mosaic_basefile.ini +29 -0
- {metradar-0.1.8.dist-info → metradar-0.1.8.2.dist-info}/METADATA +2 -3
- {metradar-0.1.8.dist-info → metradar-0.1.8.2.dist-info}/RECORD +9 -7
- {metradar-0.1.8.dist-info → metradar-0.1.8.2.dist-info}/WHEEL +1 -1
- {metradar-0.1.8.dist-info → metradar-0.1.8.2.dist-info}/licenses/LICENSE +0 -0
- {metradar-0.1.8.dist-info → metradar-0.1.8.2.dist-info}/top_level.txt +0 -0
metradar/config.py
CHANGED
metradar/io/decode_fmt_pyart.py
CHANGED
|
@@ -186,6 +186,7 @@ def read_cnrad_fmt(filename, field_names=None, additional_metadata=None,
|
|
|
186
186
|
radar_atenna_gain['data'] = nfile.get_antenna_gain()
|
|
187
187
|
radar_receiver_bandwidth['data'] = nfile.get_receiver_bandwidth()
|
|
188
188
|
|
|
189
|
+
|
|
189
190
|
instrument_parameters = {'unambiguous_range': unambiguous_range,
|
|
190
191
|
'nyquist_velocity': nyquist_velocity,
|
|
191
192
|
'radar_beam_width_h': radar_beam_width_h,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
[RUN_MODE]
|
|
2
|
+
run_mode = archive
|
|
3
|
+
|
|
4
|
+
[REAL_TIME]
|
|
5
|
+
input_path_realtime = X:/radar/Archives
|
|
6
|
+
output_path_realtime = E:/metradar_test/realtime_mosaic
|
|
7
|
+
realtime_peroids = 3
|
|
8
|
+
|
|
9
|
+
[ARCHIVE]
|
|
10
|
+
input_path_archive = /mnt/e/metradar_test/vpr/FMT
|
|
11
|
+
output_path_archive = /mnt/e/metradar_test/vpr/mosaic/20230731_daxing
|
|
12
|
+
starttime = 202307310700
|
|
13
|
+
endtime = 202307311200
|
|
14
|
+
tstep = 6
|
|
15
|
+
|
|
16
|
+
[COMMON_SETTING]
|
|
17
|
+
filename_type = Z_RADR_TDMOSAIC_$YYYYMMDDhhmmss$.nc
|
|
18
|
+
radar_mode = manul
|
|
19
|
+
radars = Z9010,Z9220,Z9311,Z9317,Z9024,Z9025,
|
|
20
|
+
center_lon = 116.347
|
|
21
|
+
center_lat = 39.458
|
|
22
|
+
mosaic_range = 50
|
|
23
|
+
hori_reso = 1.0
|
|
24
|
+
verti_reso = 0.5
|
|
25
|
+
multi_levels = 0, 3,6, 9, 12, 15, 18, 20
|
|
26
|
+
mosaic_vars = REF,ZDR
|
|
27
|
+
breplace = 1
|
|
28
|
+
bshow_debuginfo = 1
|
|
29
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
[RUN_MODE]
|
|
2
|
+
run_mode = archive
|
|
3
|
+
|
|
4
|
+
[REAL_TIME]
|
|
5
|
+
input_path_realtime = X:/radar/Archives
|
|
6
|
+
output_path_realtime = E:/metradar_test/realtime_mosaic
|
|
7
|
+
realtime_peroids = 3
|
|
8
|
+
|
|
9
|
+
[ARCHIVE]
|
|
10
|
+
input_path_archive = /mnt/e/metradar_test/vpr/FMT
|
|
11
|
+
output_path_archive = /mnt/e/metradar_test/vpr/mosaic/20230731_daxing
|
|
12
|
+
starttime = 202307310700
|
|
13
|
+
endtime = 202307311200
|
|
14
|
+
tstep = 6
|
|
15
|
+
|
|
16
|
+
[COMMON_SETTING]
|
|
17
|
+
filename_type = Z_RADR_TDMOSAIC_$YYYYMMDDhhmmss$.nc
|
|
18
|
+
radar_mode = manul
|
|
19
|
+
radars = Z9010,Z9220,Z9311,Z9317,Z9024,Z9025,
|
|
20
|
+
center_lon = 116.347
|
|
21
|
+
center_lat = 39.458
|
|
22
|
+
mosaic_range = 50
|
|
23
|
+
hori_reso = 1.0
|
|
24
|
+
verti_reso = 0.5
|
|
25
|
+
multi_levels = 0, 3,6, 9, 12, 15, 18, 20
|
|
26
|
+
mosaic_vars = REF,ZDR
|
|
27
|
+
breplace = 1
|
|
28
|
+
bshow_debuginfo = 1
|
|
29
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: metradar
|
|
3
|
-
Version: 0.1.8
|
|
3
|
+
Version: 0.1.8.2
|
|
4
4
|
Summary: radar data processing
|
|
5
5
|
Author-email: Wenjian Zhu <kevin2075@163.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/nmcdev/metradar
|
|
@@ -28,7 +28,6 @@ Requires-Dist: tqdm>=4.67.0
|
|
|
28
28
|
Requires-Dist: wradlib>=2.6.1
|
|
29
29
|
Requires-Dist: MetPy>=1.7.1
|
|
30
30
|
Requires-Dist: matplotlib>=3.10.8
|
|
31
|
-
Requires-Dist: pysteps>=1.19.0
|
|
32
31
|
Requires-Dist: nmc_met_io>=0.1.15.0
|
|
33
32
|
Requires-Dist: netCDF4>=1.7.4
|
|
34
33
|
Requires-Dist: schedule>=1.2.2
|
|
@@ -66,9 +65,9 @@ Using the fellowing command to install packages:
|
|
|
66
65
|
### 📂若要构建全功能运行环境,建议安装顺序如下:
|
|
67
66
|
* conda create -n radar312 python=3.12
|
|
68
67
|
* conda activate radar312
|
|
68
|
+
* conda install -c conda-forge pysteps -y
|
|
69
69
|
* pip install metradar
|
|
70
70
|
* conda install -c conda-forge arm_pyart -y
|
|
71
|
-
* conda install -c conda-forge cartopy -y
|
|
72
71
|
* conda install -c conda-forge gdal -y
|
|
73
72
|
* pip install tensorflow
|
|
74
73
|
* pip install tensorflow-probability
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metradar/__init__.py,sha256=DGjxs_m8pKrlY0w9exlB7J6ND4_RUDROMEV_y-CsbOQ,212
|
|
2
|
-
metradar/config.py,sha256=
|
|
2
|
+
metradar/config.py,sha256=6fwtlhT9hNHz9vm7h22ONex6Hy3Znvc6Dnjl_wbo19s,1113
|
|
3
3
|
metradar/core/__init__.py,sha256=VjuiUQUKT5GgCX-t-Jg0e0YyEcz0Fqvl2Rfn-eyojJ8,204
|
|
4
4
|
metradar/core/get_cross_section.py,sha256=iMelBDtj4feYRmJRUwERl5JDcK7Dwo42YjO6QnU0Byw,6666
|
|
5
5
|
metradar/core/mosaic_merge.py,sha256=EjTEnmG1Op_nGY8_46nIZee9h0aQRdcSXU7kiLNZbiU,1701
|
|
@@ -12,7 +12,7 @@ metradar/graph/draw_radar_comp_func.py,sha256=qzjK3HZmEGFvrvBKKYkvweY2ku7M3Rkx46
|
|
|
12
12
|
metradar/graph/parse_pal.py,sha256=z7Ml7vV4FW-lN7MMM1X9s6AWlWP7H7wuNKlCq2Nt9Yw,5158
|
|
13
13
|
metradar/io/__init__.py,sha256=f7qGp4p_yyLSMbVsFvFnWeBPH2p5P-xqJcYqd-DjjeM,212
|
|
14
14
|
metradar/io/cnrad_level2.py,sha256=lwtEhKGx3fpzEixHVNzDK5ky7trBw1hKmxSRDwRJxc4,45913
|
|
15
|
-
metradar/io/decode_fmt_pyart.py,sha256=
|
|
15
|
+
metradar/io/decode_fmt_pyart.py,sha256=yL6FAf4aV86meSrn4h1Ba2v37pO4L7A2Fs4RPEEvfk0,8359
|
|
16
16
|
metradar/io/decode_pup_rose.py,sha256=fWx9_f3k0WPpXB2uyWjViT7myxZqxLu-kdH5h4V0xDk,61854
|
|
17
17
|
metradar/io/pgmb_io.py,sha256=4D7beTSazhKTAzGwsQHaTxSn6PMqJpF4oOmMDIMuGio,5459
|
|
18
18
|
metradar/io/read_new_mosaic_func.py,sha256=PYLp945310_2OokYNCWOsPv3RGaLGEvLuIHc2QW84TY,8122
|
|
@@ -29,6 +29,8 @@ metradar/project/make_vpr_aws/construct_aws_refvpr_mainprog.ini,sha256=1c97mXmoa
|
|
|
29
29
|
metradar/project/make_vpr_aws/construct_aws_refvpr_mainprog.py,sha256=uXfux19A3XBENLPP7dSzmyLcmcC5gdD5UiUHSVnTmiw,24060
|
|
30
30
|
metradar/project/make_vpr_aws/exceptions.py,sha256=C5jsADZix3E6Ah1sUPyBtgrGygy69lFc0QD5wO07a00,1300
|
|
31
31
|
metradar/project/make_vpr_aws/geo_transforms_pyart.py,sha256=7yOJOVLUaBnUQiesgvKZuESSNOx1uEYDilcRQAw5avM,21941
|
|
32
|
+
metradar/project/make_vpr_aws/make_mosaic_20230731_daxing.ini,sha256=dz_tUARU4rvHLagfm2ntIHbRmlgwzq6t6vOZbHhqmMY,673
|
|
33
|
+
metradar/project/make_vpr_aws/make_mosaic_basefile.ini,sha256=dz_tUARU4rvHLagfm2ntIHbRmlgwzq6t6vOZbHhqmMY,673
|
|
32
34
|
metradar/project/nowcasting/__init__.py,sha256=QpYCIlPXmoWRbDjBv6rmO1HGYRLcjrWZ_NOfabojKlY,204
|
|
33
35
|
metradar/project/nowcasting/nowcast_by_pysteps.py,sha256=oGMMc8vKxSfutLNn5U5BuMFMktYlPhu-1tLTJtfwbEY,7083
|
|
34
36
|
metradar/project/nowcasting/trans_mosaic_pgmb.py,sha256=SqRydyr32V7Hiex5Ev8jy-NX3Eye9Fjq0uO05ciIV9Q,1765
|
|
@@ -60,8 +62,8 @@ metradar/util/make_gif.py,sha256=rDNqhZXKAyQB_B2adU-ven07QgOTXwdY6eRFVsjTrdI,563
|
|
|
60
62
|
metradar/util/parse_pal.py,sha256=G13_jP6eGwcOrxecqsOzmWjGvXFGwBFtlAUa5slXV-M,4925
|
|
61
63
|
metradar/util/radar_common.py,sha256=nyOfeEZfPjPyQyxg0SctqeUJzw8tVK_wVtjLH874XLo,301
|
|
62
64
|
metradar/util/trans_new_mosaic_nc.py,sha256=0xLc8xtHSX-G3037GRcGrhArhu8GmVndtq6_gImwF4I,9697
|
|
63
|
-
metradar-0.1.8.dist-info/licenses/LICENSE,sha256=xtelbmQdJcDqhEH2YHXT8eYCocUS7NdT91Qp5vNCH5M,1119
|
|
64
|
-
metradar-0.1.8.dist-info/METADATA,sha256=
|
|
65
|
-
metradar-0.1.8.dist-info/WHEEL,sha256=
|
|
66
|
-
metradar-0.1.8.dist-info/top_level.txt,sha256=vwxtTxux8rWm6wgfnwf0YWYrWjN16TZQCOy4h_OVwoE,9
|
|
67
|
-
metradar-0.1.8.dist-info/RECORD,,
|
|
65
|
+
metradar-0.1.8.2.dist-info/licenses/LICENSE,sha256=xtelbmQdJcDqhEH2YHXT8eYCocUS7NdT91Qp5vNCH5M,1119
|
|
66
|
+
metradar-0.1.8.2.dist-info/METADATA,sha256=1Rd1_gIqYU4ZUdXTXT1vR1GleR_9fQZ-oI8zZL1pngE,4097
|
|
67
|
+
metradar-0.1.8.2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
68
|
+
metradar-0.1.8.2.dist-info/top_level.txt,sha256=vwxtTxux8rWm6wgfnwf0YWYrWjN16TZQCOy4h_OVwoE,9
|
|
69
|
+
metradar-0.1.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|