AeroViz 0.1.1__tar.gz → 0.1.2__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.2/AeroViz/config/__init__.py +0 -0
  2. aeroviz-0.1.2/AeroViz/rawDataReader/utils/__init__.py +0 -0
  3. aeroviz-0.1.2/AeroViz/rawDataReader/utils/config.py +169 -0
  4. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz.egg-info/PKG-INFO +13 -7
  5. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz.egg-info/SOURCES.txt +3 -0
  6. {aeroviz-0.1.1 → aeroviz-0.1.2}/PKG-INFO +13 -7
  7. {aeroviz-0.1.1 → aeroviz-0.1.2}/README.md +12 -6
  8. {aeroviz-0.1.1 → aeroviz-0.1.2}/setup.py +1 -1
  9. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/__init__.py +0 -0
  10. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Chemistry/__init__.py +0 -0
  11. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Chemistry/_calculate.py +0 -0
  12. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Chemistry/_isoropia.py +0 -0
  13. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Chemistry/_mass_volume.py +0 -0
  14. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Chemistry/_ocec.py +0 -0
  15. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Chemistry/_partition.py +0 -0
  16. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Chemistry/_teom.py +0 -0
  17. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Optical/_IMPROVE.py +0 -0
  18. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Optical/__init__.py +0 -0
  19. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Optical/_absorption.py +0 -0
  20. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Optical/_extinction.py +0 -0
  21. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Optical/_mie.py +0 -0
  22. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Optical/_mie_sd.py +0 -0
  23. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/Optical/_scattering.py +0 -0
  24. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/__init__.py +0 -0
  25. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/__merge.py +0 -0
  26. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/_merge.py +0 -0
  27. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/_merge_v1.py +0 -0
  28. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/_merge_v2.py +0 -0
  29. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/_merge_v3.py +0 -0
  30. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/_merge_v4.py +0 -0
  31. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/SizeDistr/_size_distr.py +0 -0
  32. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/VOC/__init__.py +0 -0
  33. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/VOC/_potential_par.py +0 -0
  34. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/__init__.py +0 -0
  35. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/dataProcess/core/__init__.py +0 -0
  36. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/__init__.py +0 -0
  37. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/distribution/__init__.py +0 -0
  38. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/distribution/distribution.py +0 -0
  39. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/improve/__init__.py +0 -0
  40. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/improve/improve.py +0 -0
  41. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/meteorology/__init__.py +0 -0
  42. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/meteorology/meteorology.py +0 -0
  43. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/optical/__init__.py +0 -0
  44. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/optical/aethalometer.py +0 -0
  45. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/optical/optical.py +0 -0
  46. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/__init__.py +0 -0
  47. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/contour.py +0 -0
  48. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/corr_matrix.py +0 -0
  49. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/diurnal_pattern.py +0 -0
  50. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/event_evolution.py +0 -0
  51. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/koschmieder.py +0 -0
  52. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/metal_heatmap.py +0 -0
  53. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/regression.py +0 -0
  54. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/scatter.py +0 -0
  55. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/templates/templates.py +0 -0
  56. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/timeseries/__init__.py +0 -0
  57. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/timeseries/timeseries.py +0 -0
  58. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/utils/__init__.py +0 -0
  59. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/utils/_color.py +0 -0
  60. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/utils/_decorator.py +0 -0
  61. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/plot/utils/_unit.py +0 -0
  62. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/__init__.py +0 -0
  63. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/core/DataProc.py +0 -0
  64. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/core/SizeDist.py +0 -0
  65. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/core/__init__.py +0 -0
  66. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/method/PyMieScatt_update.py +0 -0
  67. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/method/__init__.py +0 -0
  68. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/method/mie_theory.py +0 -0
  69. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/method/prop.py +0 -0
  70. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/AbstractDistCalc.py +0 -0
  71. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/Chemical.py +0 -0
  72. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/IMPACT.py +0 -0
  73. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/IMPROVE.py +0 -0
  74. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/Others.py +0 -0
  75. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/PSD.py +0 -0
  76. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/PSD_dry.py +0 -0
  77. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/__init__.py +0 -0
  78. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/process/script/retrieve_RI.py +0 -0
  79. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/__init__.py +0 -0
  80. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/core/__init__.py +0 -0
  81. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/AE33.py +0 -0
  82. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/AE43.py +0 -0
  83. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/APS_3321.py +0 -0
  84. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/Aurora.py +0 -0
  85. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/BC1054.py +0 -0
  86. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/EPA_vertical.py +0 -0
  87. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/GRIMM.py +0 -0
  88. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/IGAC_TH.py +0 -0
  89. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/IGAC_ZM.py +0 -0
  90. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/MA350.py +0 -0
  91. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/NEPH.py +0 -0
  92. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/OCEC_LCRES.py +0 -0
  93. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/OCEC_RES.py +0 -0
  94. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/SMPS_TH.py +0 -0
  95. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/SMPS_aim11.py +0 -0
  96. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/SMPS_genr.py +0 -0
  97. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/TEOM.py +0 -0
  98. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/Table.py +0 -0
  99. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/VOC_TH.py +0 -0
  100. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/VOC_ZM.py +0 -0
  101. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/rawDataReader/script/__init__.py +0 -0
  102. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/tools/__init__.py +0 -0
  103. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/tools/database.py +0 -0
  104. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/tools/dataclassifier.py +0 -0
  105. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/tools/dataprinter.py +0 -0
  106. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz/tools/datareader.py +0 -0
  107. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz.egg-info/dependency_links.txt +0 -0
  108. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz.egg-info/requires.txt +0 -0
  109. {aeroviz-0.1.1 → aeroviz-0.1.2}/AeroViz.egg-info/top_level.txt +0 -0
  110. {aeroviz-0.1.1 → aeroviz-0.1.2}/LICENSE +0 -0
  111. {aeroviz-0.1.1 → aeroviz-0.1.2}/setup.cfg +0 -0
  112. {aeroviz-0.1.1 → aeroviz-0.1.2}/tests/test_plot.py +0 -0
File without changes
File without changes
@@ -0,0 +1,169 @@
1
+ # Description: Configuration file for rawDataReader
2
+
3
+ instrument = [
4
+ "NEPH",
5
+ "Aurora",
6
+ "AE33",
7
+ "AE43",
8
+ "Table",
9
+ "EPA_vertical",
10
+ "SMPS_NTU(SMPS_3080_3788)",
11
+ "SMPS_TH(SMPS_3080_3772)",
12
+ "APS_3321",
13
+ "TEOM",
14
+ "OCEC"
15
+ ]
16
+
17
+ meta = {
18
+ "NEPH": {
19
+ "pattern": "*.DAT",
20
+ "freq": "5min",
21
+ "deter_key": {"Scatter Coe. (550 nm)": ["G"]},
22
+ },
23
+
24
+ "Aurora": {
25
+ "pattern": "*.csv",
26
+ "freq": "1min",
27
+ "deter_key": {"Scatter Coe. (550 nm)": ["G"]},
28
+ },
29
+
30
+ "Table": {
31
+ "pattern": "*.csv",
32
+ "freq": "1h",
33
+ "deter_key": None,
34
+ },
35
+
36
+ "EPA_vertical": {
37
+ "pattern": "*.csv",
38
+ "freq": "1h",
39
+ "deter_key": None,
40
+ },
41
+
42
+ "SMPS_TH": {
43
+ "pattern": "*.txt",
44
+ "freq": "6min",
45
+ "deter_key": {"Bins": ["all"]},
46
+ },
47
+
48
+ "SMPS_genr": {
49
+ "pattern": "*.txt",
50
+ "freq": "6min",
51
+ "deter_key": {"Bins": ["all"]},
52
+ },
53
+
54
+ "SMPS_aim11": {
55
+ "pattern": "*.csv",
56
+ "freq": "6min",
57
+ "deter_key": {"Bins": ["all"]},
58
+ },
59
+
60
+ "GRIMM": {
61
+ "pattern": "*.dat",
62
+ "freq": "6min",
63
+ "deter_key": {"Bins": ["all"]},
64
+ },
65
+
66
+ "APS_3321": {
67
+ "pattern": "*.TXT",
68
+ "freq": "6min",
69
+ "deter_key": {"Bins": ["all"]},
70
+ },
71
+
72
+ "AE33": {
73
+ "pattern": "[!ST|!CT|!FV]*[!log]_AE33*.dat",
74
+ "freq": "1min",
75
+ "deter_key": {"BC Mass Conc. (880 nm)": ["BC6"]},
76
+ },
77
+
78
+ "AE43": {
79
+ "pattern": "[!ST|!CT|!FV]*[!log]_AE43*.dat",
80
+ "freq": "1min",
81
+ "deter_key": {"BC Mass Conc. (880 nm)": ["BC6"]},
82
+ },
83
+
84
+ "BC1054": {
85
+ "pattern": "*.csv",
86
+ "freq": "1min",
87
+ "deter_key": {"BC Mass Conc. (880 nm)": ["BC6"]},
88
+ },
89
+
90
+ "MA350": {
91
+ "pattern": "*.csv",
92
+ "freq": "1min",
93
+ "deter_key": {"BC Mass Conc. (880 nm)": ["BC5"]},
94
+ },
95
+
96
+ "TEOM": {
97
+ "pattern": "*.csv",
98
+ "freq": "6min",
99
+ "deter_key": {
100
+ "PM1.0 Mass Conc.": ["PM_Total"],
101
+ "PM1.0 NV Mass Conc.": ["PM_NV"],
102
+ },
103
+ },
104
+
105
+ "OCEC_LCRES": {
106
+ "pattern": "*LCRes.csv",
107
+ "freq": "1h",
108
+ "deter_key": {
109
+ "Thermal OC/EC": ["Thermal_EC", "Thermal_OC"],
110
+ "Thermal OC": ["Thermal_OC"],
111
+ "Thermal EC": ["Thermal_EC"],
112
+ "Optical OC/EC": ["Optical_EC", "Optical_OC"],
113
+ "Optical OC": ["Optical_OC"],
114
+ "Optical EC": ["Optical_EC"],
115
+ },
116
+ },
117
+
118
+ "OCEC_RES": {
119
+ "pattern": "*[!LC|!Blanks]Res.csv",
120
+ "freq": "1h",
121
+ "deter_key": None,
122
+ },
123
+
124
+ "IGAC_TH": {
125
+ "pattern": "*.csv",
126
+ "freq": "1h",
127
+ "deter_key": {
128
+ "Na+": ["Na+"],
129
+ "NH4+": ["NH4+"],
130
+ "K+": ["K+"],
131
+ "Mg2+": ["Mg2+"],
132
+ "Ca2+": ["Ca2+"],
133
+ "Cl-": ["Cl-"],
134
+ "NO2-": ["NO2-"],
135
+ "NO3-": ["NO3-"],
136
+ "SO42-": ["SO42-"],
137
+ "Main Salt (NH4+, NO3-, SO42-)": ["NO3-", "SO42-", "NH4+"],
138
+ },
139
+ },
140
+
141
+ "IGAC_ZM": {
142
+ "pattern": "*.csv",
143
+ "freq": "1h",
144
+ "deter_key": {"Na+": ["Na+"],
145
+ "NH4+": ["NH4+"],
146
+ "K+": ["K+"],
147
+ "Mg2+": ["Mg2+"],
148
+ "Ca2+": ["Ca2+"],
149
+ "Cl-": ["Cl-"],
150
+ "NO2-": ["NO2-"],
151
+ "NO3-": ["NO3-"],
152
+ "SO42-": ["SO42-"],
153
+ "Main Salt (NH4+, NO3-, SO42-)": ["NO3-", "SO42-", "NH4+"],
154
+ },
155
+ },
156
+
157
+ "VOC_TH": {
158
+ "pattern": "*.csv",
159
+ "freq": "1h",
160
+ "deter_key": None,
161
+ },
162
+
163
+ "VOC_ZM": {
164
+ "pattern": "*.csv",
165
+ "freq": "1h",
166
+ "deter_key": None,
167
+ },
168
+
169
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AeroViz
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Aerosol science
5
5
  Home-page: https://github.com/Alex870521/AeroViz
6
6
  Author: alex
@@ -39,9 +39,15 @@ Requires-Dist: tabulate
39
39
  <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
40
40
  <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
41
41
 
42
-
43
42
  </div>
44
43
 
44
+ ## <div align="center">Key Features</div>
45
+
46
+ * #### Data Reading: Supports reading multiple aerosol data formats.
47
+ * #### Data Visualization: Offers various charts and graphs, including time series plots, distribution plots, and correlation matrices.
48
+ * #### Data Processing: Includes multiple data processing tools, such as linear regression and Mie theory calculations.
49
+
50
+
45
51
  ## <div align="center">Installation</div>
46
52
 
47
53
  ```bash
@@ -113,11 +119,11 @@ For bug reports and feature requests please visit [GitHub Issues](https://github
113
119
 
114
120
  <div align="center">
115
121
 
116
- <a href="https://github.com/Alex870521"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-github.png?raw=true" width="3%" alt="Alex870521 GitHub"></a>
117
- <img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
118
- <a href="https://www.linkedin.com/in/Alex870521/"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-linkedin.png?raw=true" width="3%" alt="Alex870521 LinkedIn"></a>
119
- <img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
120
- <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
122
+ <a href="https://github.com/Alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-github.png?raw=true" width="3%" alt="Alex870521 GitHub"></a>
123
+ <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
124
+ <a href="https://www.linkedin.com/in/Alex870521/"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-linkedin.png?raw=true" width="3%" alt="Alex870521 LinkedIn"></a>
125
+ <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
126
+ <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
121
127
 
122
128
 
123
129
  </div>
@@ -7,6 +7,7 @@ AeroViz.egg-info/SOURCES.txt
7
7
  AeroViz.egg-info/dependency_links.txt
8
8
  AeroViz.egg-info/requires.txt
9
9
  AeroViz.egg-info/top_level.txt
10
+ AeroViz/config/__init__.py
10
11
  AeroViz/dataProcess/__init__.py
11
12
  AeroViz/dataProcess/Chemistry/__init__.py
12
13
  AeroViz/dataProcess/Chemistry/_calculate.py
@@ -99,6 +100,8 @@ AeroViz/rawDataReader/script/Table.py
99
100
  AeroViz/rawDataReader/script/VOC_TH.py
100
101
  AeroViz/rawDataReader/script/VOC_ZM.py
101
102
  AeroViz/rawDataReader/script/__init__.py
103
+ AeroViz/rawDataReader/utils/__init__.py
104
+ AeroViz/rawDataReader/utils/config.py
102
105
  AeroViz/tools/__init__.py
103
106
  AeroViz/tools/database.py
104
107
  AeroViz/tools/dataclassifier.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AeroViz
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Aerosol science
5
5
  Home-page: https://github.com/Alex870521/AeroViz
6
6
  Author: alex
@@ -39,9 +39,15 @@ Requires-Dist: tabulate
39
39
  <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
40
40
  <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
41
41
 
42
-
43
42
  </div>
44
43
 
44
+ ## <div align="center">Key Features</div>
45
+
46
+ * #### Data Reading: Supports reading multiple aerosol data formats.
47
+ * #### Data Visualization: Offers various charts and graphs, including time series plots, distribution plots, and correlation matrices.
48
+ * #### Data Processing: Includes multiple data processing tools, such as linear regression and Mie theory calculations.
49
+
50
+
45
51
  ## <div align="center">Installation</div>
46
52
 
47
53
  ```bash
@@ -113,11 +119,11 @@ For bug reports and feature requests please visit [GitHub Issues](https://github
113
119
 
114
120
  <div align="center">
115
121
 
116
- <a href="https://github.com/Alex870521"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-github.png?raw=true" width="3%" alt="Alex870521 GitHub"></a>
117
- <img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
118
- <a href="https://www.linkedin.com/in/Alex870521/"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-linkedin.png?raw=true" width="3%" alt="Alex870521 LinkedIn"></a>
119
- <img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
120
- <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
122
+ <a href="https://github.com/Alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-github.png?raw=true" width="3%" alt="Alex870521 GitHub"></a>
123
+ <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
124
+ <a href="https://www.linkedin.com/in/Alex870521/"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-linkedin.png?raw=true" width="3%" alt="Alex870521 LinkedIn"></a>
125
+ <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
126
+ <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
121
127
 
122
128
 
123
129
  </div>
@@ -17,9 +17,15 @@
17
17
  <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
18
18
  <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
19
19
 
20
-
21
20
  </div>
22
21
 
22
+ ## <div align="center">Key Features</div>
23
+
24
+ * #### Data Reading: Supports reading multiple aerosol data formats.
25
+ * #### Data Visualization: Offers various charts and graphs, including time series plots, distribution plots, and correlation matrices.
26
+ * #### Data Processing: Includes multiple data processing tools, such as linear regression and Mie theory calculations.
27
+
28
+
23
29
  ## <div align="center">Installation</div>
24
30
 
25
31
  ```bash
@@ -91,11 +97,11 @@ For bug reports and feature requests please visit [GitHub Issues](https://github
91
97
 
92
98
  <div align="center">
93
99
 
94
- <a href="https://github.com/Alex870521"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-github.png?raw=true" width="3%" alt="Alex870521 GitHub"></a>
95
- <img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
96
- <a href="https://www.linkedin.com/in/Alex870521/"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-linkedin.png?raw=true" width="3%" alt="Alex870521 LinkedIn"></a>
97
- <img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
98
- <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/assets_repo/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
100
+ <a href="https://github.com/Alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-github.png?raw=true" width="3%" alt="Alex870521 GitHub"></a>
101
+ <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
102
+ <a href="https://www.linkedin.com/in/Alex870521/"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-linkedin.png?raw=true" width="3%" alt="Alex870521 LinkedIn"></a>
103
+ <img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-transparent.png?raw=true" width="3%">
104
+ <a href="https://medium.com/@alex870521"><img src="https://github.com/Alex870521/AeroViz/blob/main/assets/media/logo-social-medium.png?raw=true" width="3%" alt="Alex870521 Medium"></a>
99
105
 
100
106
 
101
107
  </div>
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="AeroViz",
5
- version="0.1.1",
5
+ version="0.1.2",
6
6
  author="alex",
7
7
  author_email="alex870521@gmail.com",
8
8
  description="Aerosol science",
File without changes
File without changes
File without changes
File without changes