AeroViz 0.1.9.2__tar.gz → 0.1.9.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.

Potentially problematic release.


This version of AeroViz might be problematic. Click here for more details.

Files changed (112) hide show
  1. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz.egg-info/PKG-INFO +10 -7
  2. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz.egg-info/SOURCES.txt +1 -0
  3. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/PKG-INFO +10 -7
  4. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/README.md +5 -5
  5. aeroviz-0.1.9.3/pyproject.toml +46 -0
  6. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/__init__.py +0 -0
  7. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/data/DEFAULT_DATA.csv +0 -0
  8. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/data/DEFAULT_PNSD_DATA.csv +0 -0
  9. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/data/hysplit_example_data.txt +0 -0
  10. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/__init__.py +0 -0
  11. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/_calculate.py +0 -0
  12. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/_isoropia.py +0 -0
  13. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/_mass_volume.py +0 -0
  14. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/_ocec.py +0 -0
  15. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/_partition.py +0 -0
  16. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/_teom.py +0 -0
  17. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/isrpia.cnf +0 -0
  18. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Chemistry/isrpia2.exe +0 -0
  19. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/Angstrom_exponent.py +0 -0
  20. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/_IMPROVE.py +0 -0
  21. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/__init__.py +0 -0
  22. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/_absorption.py +0 -0
  23. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/_extinction.py +0 -0
  24. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/_mie.py +0 -0
  25. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/_mie_sd.py +0 -0
  26. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/_scattering.py +0 -0
  27. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/Optical/fRH.pkl +0 -0
  28. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/__init__.py +0 -0
  29. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/__merge.py +0 -0
  30. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/_merge.py +0 -0
  31. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/_merge_v1.py +0 -0
  32. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/_merge_v2.py +0 -0
  33. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/_merge_v3.py +0 -0
  34. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/_merge_v4.py +0 -0
  35. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/SizeDistr/_size_distr.py +0 -0
  36. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/VOC/__init__.py +0 -0
  37. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/VOC/_potential_par.py +0 -0
  38. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/VOC/support_voc.json +0 -0
  39. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/__init__.py +0 -0
  40. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/dataProcess/core/__init__.py +0 -0
  41. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/__init__.py +0 -0
  42. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/bar.py +0 -0
  43. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/box.py +0 -0
  44. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/distribution/__init__.py +0 -0
  45. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/distribution/distribution.py +0 -0
  46. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/hysplit/__init__.py +0 -0
  47. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/hysplit/hysplit.py +0 -0
  48. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/meteorology/__init__.py +0 -0
  49. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/meteorology/meteorology.py +0 -0
  50. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/optical/PyMieScatt_update.py +0 -0
  51. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/optical/__init__.py +0 -0
  52. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/optical/mie_theory.py +0 -0
  53. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/optical/optical.py +0 -0
  54. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/pie.py +0 -0
  55. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/radar.py +0 -0
  56. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/regression.py +0 -0
  57. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/scatter.py +0 -0
  58. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/templates/__init__.py +0 -0
  59. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/templates/ammonium_rich.py +0 -0
  60. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/templates/contour.py +0 -0
  61. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/templates/corr_matrix.py +0 -0
  62. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/templates/diurnal_pattern.py +0 -0
  63. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/templates/koschmieder.py +0 -0
  64. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/templates/metal_heatmap.py +0 -0
  65. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/timeseries/__init__.py +0 -0
  66. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/timeseries/template.py +0 -0
  67. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/timeseries/timeseries.py +0 -0
  68. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/utils/__init__.py +0 -0
  69. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/utils/_color.py +0 -0
  70. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/utils/_unit.py +0 -0
  71. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/utils/fRH.json +0 -0
  72. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/utils/plt_utils.py +0 -0
  73. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/utils/sklearn_utils.py +0 -0
  74. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/utils/units.json +0 -0
  75. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/plot/violin.py +0 -0
  76. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/__init__.py +0 -0
  77. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/config/__init__.py +0 -0
  78. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/config/supported_instruments.py +0 -0
  79. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/core/__init__.py +0 -0
  80. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/core/qc.py +0 -0
  81. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/AE33.py +0 -0
  82. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/AE43.py +0 -0
  83. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/APS_3321.py +0 -0
  84. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/Aurora.py +0 -0
  85. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/BC1054.py +0 -0
  86. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/EPA.py +0 -0
  87. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/GRIMM.py +0 -0
  88. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/IGAC.py +0 -0
  89. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/MA350.py +0 -0
  90. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/Minion.py +0 -0
  91. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/NEPH.py +0 -0
  92. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/OCEC.py +0 -0
  93. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/SMPS.py +0 -0
  94. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/TEOM.py +0 -0
  95. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/VOC.py +0 -0
  96. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/XRF.py +0 -0
  97. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/rawDataReader/script/__init__.py +0 -0
  98. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/tools/__init__.py +0 -0
  99. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/tools/database.py +0 -0
  100. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/tools/dataclassifier.py +0 -0
  101. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/tools/dataprinter.py +0 -0
  102. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz/tools/datareader.py +0 -0
  103. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz.egg-info/dependency_links.txt +0 -0
  104. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz.egg-info/requires.txt +0 -0
  105. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/AeroViz.egg-info/top_level.txt +0 -0
  106. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/LICENSE +0 -0
  107. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/MANIFEST.in +0 -0
  108. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/requirements.txt +0 -0
  109. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/setup.cfg +0 -0
  110. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/setup.py +0 -0
  111. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/tests/test_RawDataReader.py +0 -0
  112. {aeroviz-0.1.9.2 → aeroviz-0.1.9.3}/tests/test_aeroviz_import.py +0 -0
@@ -1,10 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AeroViz
3
- Version: 0.1.9.2
3
+ Version: 0.1.9.3
4
4
  Summary: Aerosol science
5
5
  Home-page: https://github.com/Alex870521/AeroViz
6
6
  Author: alex
7
- Author-email: alex870521@gmail.com
7
+ Author-email: alex <alex870521@gmail.com>
8
+ License: MIT
9
+ Project-URL: Homepage, https://github.com/Alex870521/AeroViz
10
+ Project-URL: Repository, https://github.com/Alex870521/AeroViz
8
11
  Classifier: Programming Language :: Python :: 3
9
12
  Classifier: Programming Language :: Python :: 3.12
10
13
  Classifier: License :: OSI Approved :: MIT License
@@ -86,7 +89,7 @@ RawDataReader supports a wide range of aerosol instruments, including NEPH, SMPS
86
89
  various file types and time resolutions, making data processing efficient and standardized.
87
90
 
88
91
  For a detailed list of supported instruments, file types, and data columns, please refer to
89
- our [RawDataReader Usage Guide](docs/user_guide/RawDataReader) in the `docs` folder.
92
+ our [RawDataReader Usage Guide](docs/guide/RawDataReader) in the `docs` folder.
90
93
 
91
94
  ### Key Features:
92
95
 
@@ -132,10 +135,10 @@ For detailed documentation, please refer to the `docs` folder, which includes:
132
135
 
133
136
  <div align="center">
134
137
 
135
- | Documentation | Description |
136
- |--------------------------------------------|----------------------------|
137
- | [User Guide](docs/user_guide) | Basic usage instructions |
138
- | [Changelog](docs/changelog.md) | List of changes |
138
+ | Documentation | Description |
139
+ |--------------------------------|--------------------------|
140
+ | [User Guide](docs/guide) | Basic usage instructions |
141
+ | [Changelog](docs/changelog.md) | List of changes |
139
142
 
140
143
  </div>
141
144
 
@@ -1,6 +1,7 @@
1
1
  LICENSE
2
2
  MANIFEST.in
3
3
  README.md
4
+ pyproject.toml
4
5
  requirements.txt
5
6
  setup.py
6
7
  AeroViz/__init__.py
@@ -1,10 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AeroViz
3
- Version: 0.1.9.2
3
+ Version: 0.1.9.3
4
4
  Summary: Aerosol science
5
5
  Home-page: https://github.com/Alex870521/AeroViz
6
6
  Author: alex
7
- Author-email: alex870521@gmail.com
7
+ Author-email: alex <alex870521@gmail.com>
8
+ License: MIT
9
+ Project-URL: Homepage, https://github.com/Alex870521/AeroViz
10
+ Project-URL: Repository, https://github.com/Alex870521/AeroViz
8
11
  Classifier: Programming Language :: Python :: 3
9
12
  Classifier: Programming Language :: Python :: 3.12
10
13
  Classifier: License :: OSI Approved :: MIT License
@@ -86,7 +89,7 @@ RawDataReader supports a wide range of aerosol instruments, including NEPH, SMPS
86
89
  various file types and time resolutions, making data processing efficient and standardized.
87
90
 
88
91
  For a detailed list of supported instruments, file types, and data columns, please refer to
89
- our [RawDataReader Usage Guide](docs/user_guide/RawDataReader) in the `docs` folder.
92
+ our [RawDataReader Usage Guide](docs/guide/RawDataReader) in the `docs` folder.
90
93
 
91
94
  ### Key Features:
92
95
 
@@ -132,10 +135,10 @@ For detailed documentation, please refer to the `docs` folder, which includes:
132
135
 
133
136
  <div align="center">
134
137
 
135
- | Documentation | Description |
136
- |--------------------------------------------|----------------------------|
137
- | [User Guide](docs/user_guide) | Basic usage instructions |
138
- | [Changelog](docs/changelog.md) | List of changes |
138
+ | Documentation | Description |
139
+ |--------------------------------|--------------------------|
140
+ | [User Guide](docs/guide) | Basic usage instructions |
141
+ | [Changelog](docs/changelog.md) | List of changes |
139
142
 
140
143
  </div>
141
144
 
@@ -59,7 +59,7 @@ RawDataReader supports a wide range of aerosol instruments, including NEPH, SMPS
59
59
  various file types and time resolutions, making data processing efficient and standardized.
60
60
 
61
61
  For a detailed list of supported instruments, file types, and data columns, please refer to
62
- our [RawDataReader Usage Guide](docs/user_guide/RawDataReader) in the `docs` folder.
62
+ our [RawDataReader Usage Guide](docs/guide/RawDataReader) in the `docs` folder.
63
63
 
64
64
  ### Key Features:
65
65
 
@@ -105,10 +105,10 @@ For detailed documentation, please refer to the `docs` folder, which includes:
105
105
 
106
106
  <div align="center">
107
107
 
108
- | Documentation | Description |
109
- |--------------------------------------------|----------------------------|
110
- | [User Guide](docs/user_guide) | Basic usage instructions |
111
- | [Changelog](docs/changelog.md) | List of changes |
108
+ | Documentation | Description |
109
+ |--------------------------------|--------------------------|
110
+ | [User Guide](docs/guide) | Basic usage instructions |
111
+ | [Changelog](docs/changelog.md) | List of changes |
112
112
 
113
113
  </div>
114
114
 
@@ -0,0 +1,46 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "AeroViz"
7
+ version = "0.1.9.3"
8
+ description = "Aerosol science"
9
+ authors = [{ name = "alex", email = "alex870521@gmail.com" }]
10
+ license = { text = "MIT" }
11
+ readme = "README.md"
12
+ requires-python = ">=3.12"
13
+ classifiers = [
14
+ "Programming Language :: Python :: 3",
15
+ "Programming Language :: Python :: 3.12",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Operating System :: OS Independent",
18
+ ]
19
+ dependencies = [
20
+ "pandas==2.2.2",
21
+ "numpy==1.26.4",
22
+ "matplotlib==3.8.4",
23
+ "scipy==1.14.0",
24
+ "seaborn==0.13.2",
25
+ "scikit-learn==1.5.1",
26
+ "windrose==1.9.2",
27
+ "cartopy==0.24.1",
28
+ "tabulate==0.9.0",
29
+ "rich~=13.7.1",
30
+ ]
31
+
32
+ [project.optional-dependencies]
33
+ test = [
34
+ "pytest>=7.0.0",
35
+ ]
36
+
37
+ [project.urls]
38
+ Homepage = "https://github.com/Alex870521/AeroViz"
39
+ Repository = "https://github.com/Alex870521/AeroViz"
40
+
41
+ # 只保留一個 setuptools 配置部分
42
+ [tool.setuptools.packages.find]
43
+ where = ["."]
44
+ include = ["AeroViz*"]
45
+ exclude = ["tests*"]
46
+ namespaces = false
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