AeroViz 0.1.1__py3-none-any.whl → 0.1.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.

Potentially problematic release.


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

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>
@@ -1,5 +1,5 @@
1
- .DS_Store,sha256=CgT6bF_mGdTuoqwTB0X00GxsMDWz9a0Hlzt7Xo_QjiE,6148
2
1
  AeroViz/__init__.py,sha256=lY7E-ZWNFPYOrpDSpWase_4-rUezRbeYOHDVJLU45VM,403
2
+ AeroViz/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  AeroViz/dataProcess/__init__.py,sha256=6y-sYreiqlI6WIm7rkDCZJdM3JQhK3hsDySS1GpqKOY,179
4
4
  AeroViz/dataProcess/Chemistry/__init__.py,sha256=2YZYRcYjREEhDcheC4vH8GfbjA-0gc5hSbJJyymg5jE,1768
5
5
  AeroViz/dataProcess/Chemistry/_calculate.py,sha256=LiqJ8mpQLMwg-QuhT7A6zNLojnmOMX4lz6PD5wbqhOw,568
@@ -92,13 +92,15 @@ AeroViz/rawDataReader/script/Table.py,sha256=4JEL4KEL3w_32rjUrhJg9vn4whLCowSxegH
92
92
  AeroViz/rawDataReader/script/VOC_TH.py,sha256=auw0UGYwxWFHF6k7k6iOgRJKgkMgee60iY-exTgx_wU,1052
93
93
  AeroViz/rawDataReader/script/VOC_ZM.py,sha256=EgpeLBFMqGKPSPADrxJciojfhUPWNi7bfGaGGYJZMoE,1509
94
94
  AeroViz/rawDataReader/script/__init__.py,sha256=ZX-X-5gV9oTiZlYA_ti3yrUA8JE9kH1n7rGSMuk_Ytc,246
95
+ AeroViz/rawDataReader/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
+ AeroViz/rawDataReader/utils/config.py,sha256=0N6euJdiBRpht0WZ2fGjaLuRIdjhqEIj79qDDjLeYcQ,2966
95
97
  AeroViz/tools/__init__.py,sha256=tPUmCI9Fi1LgE-QSVnzan5jRdYQBIENH9PRDXB_DhTw,109
96
98
  AeroViz/tools/database.py,sha256=4YoKa_pCy7PY2H1uM2HV-GDre29nIsFfdhqYczTZnt8,3064
97
99
  AeroViz/tools/dataclassifier.py,sha256=_98OR87qZbYnM3INAollX1ikYkZj9Nfe8q_xE-KSx0s,3766
98
100
  AeroViz/tools/dataprinter.py,sha256=OXi4s8y6Jo_OF6K0dzUU2sGWYCXTbfDZCNY6oJq_RWQ,2027
99
101
  AeroViz/tools/datareader.py,sha256=-Ng_3qU8jPvkSMn-sHZV2u9DSP2vAaDo2TY5D_mi6sg,1746
100
- AeroViz-0.1.1.dist-info/LICENSE,sha256=E-679GpGGkp3irmtuJXiT7R4cNUA4cmsH6Q7QUgPf5U,1069
101
- AeroViz-0.1.1.dist-info/METADATA,sha256=IbJvcXKu6lC4iZQzcBQ7ALoSgm1HZoDHPEhLtv2SdQQ,4987
102
- AeroViz-0.1.1.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
103
- AeroViz-0.1.1.dist-info/top_level.txt,sha256=BYsmTst_o4FZOKRP1XIvIMlN6mMTTXNfnSToL2_nVbQ,8
104
- AeroViz-0.1.1.dist-info/RECORD,,
102
+ AeroViz-0.1.2.dist-info/LICENSE,sha256=E-679GpGGkp3irmtuJXiT7R4cNUA4cmsH6Q7QUgPf5U,1069
103
+ AeroViz-0.1.2.dist-info/METADATA,sha256=BKfiLQc30I-6QLAJ3s4N1Qi-pZ76Lyf9-p7AAqX_QtQ,5336
104
+ AeroViz-0.1.2.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
105
+ AeroViz-0.1.2.dist-info/top_level.txt,sha256=BYsmTst_o4FZOKRP1XIvIMlN6mMTTXNfnSToL2_nVbQ,8
106
+ AeroViz-0.1.2.dist-info/RECORD,,
.DS_Store DELETED
Binary file