metradar 0.1.1__tar.gz → 0.1.3__tar.gz

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.
Files changed (49) hide show
  1. metradar-0.1.3/PKG-INFO +37 -0
  2. metradar-0.1.3/README.md +8 -0
  3. {metradar-0.1.1 → metradar-0.1.3}/metradar/decode_fmt_pyart.py +1 -1
  4. metradar-0.1.3/metradar.egg-info/PKG-INFO +37 -0
  5. {metradar-0.1.1 → metradar-0.1.3}/metradar.egg-info/SOURCES.txt +1 -0
  6. metradar-0.1.3/metradar.egg-info/requires.txt +8 -0
  7. {metradar-0.1.1 → metradar-0.1.3}/pyproject.toml +18 -1
  8. metradar-0.1.1/PKG-INFO +0 -13
  9. metradar-0.1.1/metradar.egg-info/PKG-INFO +0 -13
  10. metradar-0.1.1/metradar.egg-info/requires.txt +0 -3
  11. {metradar-0.1.1 → metradar-0.1.3}/metradar/__init__.py +0 -0
  12. {metradar-0.1.1 → metradar-0.1.3}/metradar/cnrad_level2.py +0 -0
  13. {metradar-0.1.1 → metradar-0.1.3}/metradar/comm_func.py +0 -0
  14. {metradar-0.1.1 → metradar-0.1.3}/metradar/construct_aws_refvpr_mainprog.py +0 -0
  15. {metradar-0.1.1 → metradar-0.1.3}/metradar/construct_aws_refvpr_mainprog_cams.py +0 -0
  16. {metradar-0.1.1 → metradar-0.1.3}/metradar/construct_aws_refvpr_mainprog_datan3d.py +0 -0
  17. {metradar-0.1.1 → metradar-0.1.3}/metradar/construct_aws_refvpr_mainprog_swan.py +0 -0
  18. {metradar-0.1.1 → metradar-0.1.3}/metradar/decode_pup_rose.py +0 -0
  19. {metradar-0.1.1 → metradar-0.1.3}/metradar/draw_mosaic_new.py +0 -0
  20. {metradar-0.1.1 → metradar-0.1.3}/metradar/draw_radar_aws_jilin_new.py +0 -0
  21. {metradar-0.1.1 → metradar-0.1.3}/metradar/draw_radar_comp_func.py +0 -0
  22. {metradar-0.1.1 → metradar-0.1.3}/metradar/exceptions.py +0 -0
  23. {metradar-0.1.1 → metradar-0.1.3}/metradar/geo_transforms_pyart.py +0 -0
  24. {metradar-0.1.1 → metradar-0.1.3}/metradar/get_cross_section_from_pyart.py +0 -0
  25. {metradar-0.1.1 → metradar-0.1.3}/metradar/get_tlogp_from_sharppy.py +0 -0
  26. {metradar-0.1.1 → metradar-0.1.3}/metradar/grid.py +0 -0
  27. {metradar-0.1.1 → metradar-0.1.3}/metradar/grid_data.py +0 -0
  28. {metradar-0.1.1 → metradar-0.1.3}/metradar/main_pydda.py +0 -0
  29. {metradar-0.1.1 → metradar-0.1.3}/metradar/make_gif.py +0 -0
  30. {metradar-0.1.1 → metradar-0.1.3}/metradar/make_mosaic_mp_archive.py +0 -0
  31. {metradar-0.1.1 → metradar-0.1.3}/metradar/mosaic_merge.py +0 -0
  32. {metradar-0.1.1 → metradar-0.1.3}/metradar/mosaic_quickdraw.py +0 -0
  33. {metradar-0.1.1 → metradar-0.1.3}/metradar/nowcast_by_pysteps.py +0 -0
  34. {metradar-0.1.1 → metradar-0.1.3}/metradar/oa_couhua.py +0 -0
  35. {metradar-0.1.1 → metradar-0.1.3}/metradar/oa_dig_func.py +0 -0
  36. {metradar-0.1.1 → metradar-0.1.3}/metradar/parse_pal.py +0 -0
  37. {metradar-0.1.1 → metradar-0.1.3}/metradar/pgmb_io.py +0 -0
  38. {metradar-0.1.1 → metradar-0.1.3}/metradar/prepare_for_radar_draw.py +0 -0
  39. {metradar-0.1.1 → metradar-0.1.3}/metradar/read_new_mosaic.py +0 -0
  40. {metradar-0.1.1 → metradar-0.1.3}/metradar/read_new_mosaic_func.py +0 -0
  41. {metradar-0.1.1 → metradar-0.1.3}/metradar/retrieve_cmadaas.py +0 -0
  42. {metradar-0.1.1 → metradar-0.1.3}/metradar/retrieve_micaps_server.py +0 -0
  43. {metradar-0.1.1 → metradar-0.1.3}/metradar/rose_structer.py +0 -0
  44. {metradar-0.1.1 → metradar-0.1.3}/metradar/trans_nc_pgmb.py +0 -0
  45. {metradar-0.1.1 → metradar-0.1.3}/metradar/trans_new_mosaic_nc.py +0 -0
  46. {metradar-0.1.1 → metradar-0.1.3}/metradar/trans_polor2grid_func.py +0 -0
  47. {metradar-0.1.1 → metradar-0.1.3}/metradar.egg-info/dependency_links.txt +0 -0
  48. {metradar-0.1.1 → metradar-0.1.3}/metradar.egg-info/top_level.txt +0 -0
  49. {metradar-0.1.1 → metradar-0.1.3}/setup.cfg +0 -0
@@ -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.
@@ -0,0 +1,8 @@
1
+ <div align="center">
2
+
3
+ # Welcome to METRADAR
4
+
5
+ ## 🚀 Quick start
6
+ metradar provides an easy-to-use python interface to read, process and visualize weather radar data specially for chinese users.
7
+
8
+ It is still under test.
@@ -12,7 +12,7 @@ from pyart.io.nexrad_archive import _find_range_params,_find_scans_to_interp,_in
12
12
  from pyart.io.common import make_time_unit_str, _test_arguments, prepare_for_read
13
13
  from pyart.config import FileMetadata, get_fillvalue
14
14
  from pyart.core.radar import Radar
15
- from cnrad_level2 import CNRADLevel2File
15
+ from .cnrad_level2 import CNRADLevel2File
16
16
  import warnings
17
17
  import numpy as np
18
18
 
@@ -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.
@@ -1,3 +1,4 @@
1
+ README.md
1
2
  pyproject.toml
2
3
  metradar/__init__.py
3
4
  metradar/cnrad_level2.py
@@ -0,0 +1,8 @@
1
+ numpy>=1.18
2
+ requests>=2.24.0
3
+ arm_pyart>=1.19.5
4
+ cartopy>=0.24.0
5
+ openpyxl>=3.1.5
6
+ pydda==1.2.0
7
+ tqdm>=4.67.0
8
+ wradlib>=2.4.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "metradar"
7
- version = "0.1.1"
7
+ version = "0.1.3"
8
8
  authors = [
9
9
  { name = "Wenjian Zhu", email = "kevin2075@163.com" }
10
10
  ]
@@ -16,11 +16,28 @@ classifiers = [
16
16
  "Programming Language :: Python :: 3",
17
17
  "License :: OSI Approved :: MIT License",
18
18
  "Operating System :: OS Independent",
19
+ "Operating System :: Unix",
20
+ "Operating System :: Microsoft",
21
+ "Operating System :: MacOS",
22
+ "Programming Language :: Python :: 3.13",
23
+ "Topic :: Scientific/Engineering",
24
+ "Topic :: Scientific/Engineering :: Atmospheric Science",
25
+ "Topic :: Scientific/Engineering :: GIS",
26
+ "Topic :: Scientific/Engineering :: Hydrology",
27
+ "Topic :: Scientific/Engineering :: Image Processing",
19
28
  ]
29
+
30
+ keywords = ["Weather", "Radar", ]
31
+
20
32
  dependencies = [
21
33
  "numpy>=1.18",
22
34
  "requests>=2.24.0",
23
35
  "arm_pyart>=1.19.5",
36
+ "cartopy>=0.24.0",
37
+ "openpyxl>=3.1.5",
38
+ "pydda==1.2.0",
39
+ "tqdm>=4.67.0",
40
+ "wradlib>=2.4.0",
24
41
  ]
25
42
 
26
43
  requires-python = ">=3.10"
metradar-0.1.1/PKG-INFO DELETED
@@ -1,13 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: metradar
3
- Version: 0.1.1
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
@@ -1,13 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: metradar
3
- Version: 0.1.1
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
@@ -1,3 +0,0 @@
1
- numpy>=1.18
2
- requests>=2.24.0
3
- arm_pyart>=1.19.5
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes