metradar 0.1.2__py3-none-any.whl → 0.1.3__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.
@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.2
2
+ Name: metradar
3
+ Version: 0.1.3
4
+ Summary: radar data processing
5
+ Author-email: Wenjian Zhu <kevin2075@163.com>
6
+ Keywords: Weather,Radar
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Classifier: Operating System :: Unix
11
+ Classifier: Operating System :: Microsoft
12
+ Classifier: Operating System :: MacOS
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Topic :: Scientific/Engineering
15
+ Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
16
+ Classifier: Topic :: Scientific/Engineering :: GIS
17
+ Classifier: Topic :: Scientific/Engineering :: Hydrology
18
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/markdown
21
+ Requires-Dist: numpy>=1.18
22
+ Requires-Dist: requests>=2.24.0
23
+ Requires-Dist: arm_pyart>=1.19.5
24
+ Requires-Dist: cartopy>=0.24.0
25
+ Requires-Dist: openpyxl>=3.1.5
26
+ Requires-Dist: pydda==1.2.0
27
+ Requires-Dist: tqdm>=4.67.0
28
+ Requires-Dist: wradlib>=2.4.0
29
+
30
+ <div align="center">
31
+
32
+ # Welcome to METRADAR
33
+
34
+ ## 🚀 Quick start
35
+ metradar provides an easy-to-use python interface to read, process and visualize weather radar data specially for chinese users.
36
+
37
+ It is still under test.
@@ -35,7 +35,7 @@ metradar/rose_structer.py,sha256=3EAZ18OXg0FXR4U1DNEvwU4gxP8mSRGkGUKjAW85IPs,252
35
35
  metradar/trans_nc_pgmb.py,sha256=EfjaswKix4f8G-T1O6UKJ8lX9F_8z_IILucX_R2xdSk,1738
36
36
  metradar/trans_new_mosaic_nc.py,sha256=dZPr625hV7msFOgUVPwFgjTrTgQOEsIywMABzansPYA,9705
37
37
  metradar/trans_polor2grid_func.py,sha256=Ad6Ii_Ew3dwbRmN7RrRpDD-wU33xm7jbZAJbIVM3EsI,6864
38
- metradar-0.1.2.dist-info/METADATA,sha256=c7rQsd10vJB9ASXv894R6dGPh0xinouUHmTCwlnAEfE,579
39
- metradar-0.1.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
40
- metradar-0.1.2.dist-info/top_level.txt,sha256=vwxtTxux8rWm6wgfnwf0YWYrWjN16TZQCOy4h_OVwoE,9
41
- metradar-0.1.2.dist-info/RECORD,,
38
+ metradar-0.1.3.dist-info/METADATA,sha256=YDRVVA7TzUs4TPx11EpzHRENU0UEB792uGtoTht6SZ4,1274
39
+ metradar-0.1.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
40
+ metradar-0.1.3.dist-info/top_level.txt,sha256=vwxtTxux8rWm6wgfnwf0YWYrWjN16TZQCOy4h_OVwoE,9
41
+ metradar-0.1.3.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: metradar
3
- Version: 0.1.2
4
- Summary: radar data processing
5
- Author-email: Wenjian Zhu <kevin2075@163.com>
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.10
10
- Description-Content-Type: text/markdown
11
- Requires-Dist: numpy>=1.18
12
- Requires-Dist: requests>=2.24.0
13
- Requires-Dist: arm_pyart>=1.19.5
14
- Requires-Dist: cartopy>=0.24.0
15
- Requires-Dist: openpyxl>=3.1.5
16
- Requires-Dist: pydda==1.2.0
17
- Requires-Dist: tqdm>=4.67.0
18
- Requires-Dist: wradlib>=2.4.0