AeroViz 0.1.9.2__tar.gz → 0.1.9.4__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 (114) hide show
  1. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/SMPS.py +4 -0
  2. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz.egg-info/PKG-INFO +24 -9
  3. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz.egg-info/SOURCES.txt +1 -2
  4. aeroviz-0.1.9.4/AeroViz.egg-info/requires.txt +28 -0
  5. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/PKG-INFO +24 -9
  6. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/README.md +5 -5
  7. aeroviz-0.1.9.4/pyproject.toml +65 -0
  8. aeroviz-0.1.9.4/setup.py +3 -0
  9. aeroviz-0.1.9.2/AeroViz.egg-info/requires.txt +0 -13
  10. aeroviz-0.1.9.2/MANIFEST.in +0 -14
  11. aeroviz-0.1.9.2/requirements.txt +0 -10
  12. aeroviz-0.1.9.2/setup.py +0 -38
  13. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/__init__.py +0 -0
  14. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/data/DEFAULT_DATA.csv +0 -0
  15. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/data/DEFAULT_PNSD_DATA.csv +0 -0
  16. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/data/hysplit_example_data.txt +0 -0
  17. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/__init__.py +0 -0
  18. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/_calculate.py +0 -0
  19. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/_isoropia.py +0 -0
  20. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/_mass_volume.py +0 -0
  21. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/_ocec.py +0 -0
  22. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/_partition.py +0 -0
  23. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/_teom.py +0 -0
  24. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/isrpia.cnf +0 -0
  25. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Chemistry/isrpia2.exe +0 -0
  26. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/Angstrom_exponent.py +0 -0
  27. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/_IMPROVE.py +0 -0
  28. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/__init__.py +0 -0
  29. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/_absorption.py +0 -0
  30. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/_extinction.py +0 -0
  31. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/_mie.py +0 -0
  32. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/_mie_sd.py +0 -0
  33. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/_scattering.py +0 -0
  34. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/Optical/fRH.pkl +0 -0
  35. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/__init__.py +0 -0
  36. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/__merge.py +0 -0
  37. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/_merge.py +0 -0
  38. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/_merge_v1.py +0 -0
  39. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/_merge_v2.py +0 -0
  40. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/_merge_v3.py +0 -0
  41. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/_merge_v4.py +0 -0
  42. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/SizeDistr/_size_distr.py +0 -0
  43. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/VOC/__init__.py +0 -0
  44. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/VOC/_potential_par.py +0 -0
  45. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/VOC/support_voc.json +0 -0
  46. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/__init__.py +0 -0
  47. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/dataProcess/core/__init__.py +0 -0
  48. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/__init__.py +0 -0
  49. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/bar.py +0 -0
  50. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/box.py +0 -0
  51. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/distribution/__init__.py +0 -0
  52. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/distribution/distribution.py +0 -0
  53. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/hysplit/__init__.py +0 -0
  54. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/hysplit/hysplit.py +0 -0
  55. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/meteorology/__init__.py +0 -0
  56. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/meteorology/meteorology.py +0 -0
  57. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/optical/PyMieScatt_update.py +0 -0
  58. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/optical/__init__.py +0 -0
  59. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/optical/mie_theory.py +0 -0
  60. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/optical/optical.py +0 -0
  61. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/pie.py +0 -0
  62. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/radar.py +0 -0
  63. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/regression.py +0 -0
  64. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/scatter.py +0 -0
  65. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/templates/__init__.py +0 -0
  66. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/templates/ammonium_rich.py +0 -0
  67. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/templates/contour.py +0 -0
  68. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/templates/corr_matrix.py +0 -0
  69. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/templates/diurnal_pattern.py +0 -0
  70. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/templates/koschmieder.py +0 -0
  71. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/templates/metal_heatmap.py +0 -0
  72. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/timeseries/__init__.py +0 -0
  73. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/timeseries/template.py +0 -0
  74. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/timeseries/timeseries.py +0 -0
  75. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/utils/__init__.py +0 -0
  76. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/utils/_color.py +0 -0
  77. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/utils/_unit.py +0 -0
  78. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/utils/fRH.json +0 -0
  79. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/utils/plt_utils.py +0 -0
  80. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/utils/sklearn_utils.py +0 -0
  81. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/utils/units.json +0 -0
  82. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/plot/violin.py +0 -0
  83. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/__init__.py +0 -0
  84. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/config/__init__.py +0 -0
  85. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/config/supported_instruments.py +0 -0
  86. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/core/__init__.py +0 -0
  87. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/core/qc.py +0 -0
  88. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/AE33.py +0 -0
  89. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/AE43.py +0 -0
  90. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/APS_3321.py +0 -0
  91. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/Aurora.py +0 -0
  92. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/BC1054.py +0 -0
  93. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/EPA.py +0 -0
  94. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/GRIMM.py +0 -0
  95. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/IGAC.py +0 -0
  96. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/MA350.py +0 -0
  97. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/Minion.py +0 -0
  98. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/NEPH.py +0 -0
  99. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/OCEC.py +0 -0
  100. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/TEOM.py +0 -0
  101. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/VOC.py +0 -0
  102. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/XRF.py +0 -0
  103. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/rawDataReader/script/__init__.py +0 -0
  104. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/tools/__init__.py +0 -0
  105. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/tools/database.py +0 -0
  106. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/tools/dataclassifier.py +0 -0
  107. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/tools/dataprinter.py +0 -0
  108. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz/tools/datareader.py +0 -0
  109. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz.egg-info/dependency_links.txt +0 -0
  110. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/AeroViz.egg-info/top_level.txt +0 -0
  111. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/LICENSE +0 -0
  112. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/setup.cfg +0 -0
  113. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/tests/test_RawDataReader.py +0 -0
  114. {aeroviz-0.1.9.2 → aeroviz-0.1.9.4}/tests/test_aeroviz_import.py +0 -0
@@ -56,6 +56,10 @@ class Reader(AbstractReader):
56
56
  _df_smps.columns = _df_smps.columns.astype(float)
57
57
  _df_smps = _df_smps.loc[_df_smps.index.dropna().copy()]
58
58
 
59
+ if _df_smps.columns[0] != 11.8:
60
+ print(f'file_name: {file.name}')
61
+ return None
62
+
59
63
  return _df_smps.apply(to_numeric, errors='coerce')
60
64
 
61
65
  # QC data
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AeroViz
3
- Version: 0.1.9.2
3
+ Version: 0.1.9.4
4
4
  Summary: Aerosol science
5
- Home-page: https://github.com/Alex870521/AeroViz
6
- Author: alex
7
- Author-email: alex870521@gmail.com
5
+ Author-email: alex <alex870521@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/Alex870521/AeroViz
8
+ Project-URL: Repository, https://github.com/Alex870521/AeroViz
9
+ Project-URL: Issues, https://github.com/Alex870521/AeroViz/issues
8
10
  Classifier: Programming Language :: Python :: 3
9
11
  Classifier: Programming Language :: Python :: 3.12
10
12
  Classifier: License :: OSI Approved :: MIT License
@@ -24,6 +26,19 @@ Requires-Dist: tabulate==0.9.0
24
26
  Requires-Dist: rich~=13.7.1
25
27
  Provides-Extra: test
26
28
  Requires-Dist: pytest>=7.0.0; extra == "test"
29
+ Requires-Dist: pytest-cov>=4.1.0; extra == "test"
30
+ Requires-Dist: pytest-mock>=3.10.0; extra == "test"
31
+ Provides-Extra: dev
32
+ Requires-Dist: black>=23.0; extra == "dev"
33
+ Requires-Dist: isort>=5.12.0; extra == "dev"
34
+ Requires-Dist: flake8>=6.0.0; extra == "dev"
35
+ Requires-Dist: mypy>=1.5.0; extra == "dev"
36
+ Requires-Dist: build; extra == "dev"
37
+ Requires-Dist: twine; extra == "dev"
38
+ Provides-Extra: docs
39
+ Requires-Dist: mkdocs>=1.4.0; extra == "docs"
40
+ Requires-Dist: mkdocs-material>=8.0; extra == "docs"
41
+ Requires-Dist: mkdocstrings[python]>=0.18.0; extra == "docs"
27
42
 
28
43
  ## <div align="center">AeroViz for Aerosol Science Visualization</div>
29
44
 
@@ -86,7 +101,7 @@ RawDataReader supports a wide range of aerosol instruments, including NEPH, SMPS
86
101
  various file types and time resolutions, making data processing efficient and standardized.
87
102
 
88
103
  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.
104
+ our [RawDataReader Usage Guide](docs/guide/RawDataReader) in the `docs` folder.
90
105
 
91
106
  ### Key Features:
92
107
 
@@ -132,10 +147,10 @@ For detailed documentation, please refer to the `docs` folder, which includes:
132
147
 
133
148
  <div align="center">
134
149
 
135
- | Documentation | Description |
136
- |--------------------------------------------|----------------------------|
137
- | [User Guide](docs/user_guide) | Basic usage instructions |
138
- | [Changelog](docs/changelog.md) | List of changes |
150
+ | Documentation | Description |
151
+ |--------------------------------|--------------------------|
152
+ | [User Guide](docs/guide) | Basic usage instructions |
153
+ | [Changelog](docs/changelog.md) | List of changes |
139
154
 
140
155
  </div>
141
156
 
@@ -1,7 +1,6 @@
1
1
  LICENSE
2
- MANIFEST.in
3
2
  README.md
4
- requirements.txt
3
+ pyproject.toml
5
4
  setup.py
6
5
  AeroViz/__init__.py
7
6
  AeroViz.egg-info/PKG-INFO
@@ -0,0 +1,28 @@
1
+ pandas==2.2.2
2
+ numpy==1.26.4
3
+ matplotlib==3.8.4
4
+ scipy==1.14.0
5
+ seaborn==0.13.2
6
+ scikit-learn==1.5.1
7
+ windrose==1.9.2
8
+ cartopy==0.24.1
9
+ tabulate==0.9.0
10
+ rich~=13.7.1
11
+
12
+ [dev]
13
+ black>=23.0
14
+ isort>=5.12.0
15
+ flake8>=6.0.0
16
+ mypy>=1.5.0
17
+ build
18
+ twine
19
+
20
+ [docs]
21
+ mkdocs>=1.4.0
22
+ mkdocs-material>=8.0
23
+ mkdocstrings[python]>=0.18.0
24
+
25
+ [test]
26
+ pytest>=7.0.0
27
+ pytest-cov>=4.1.0
28
+ pytest-mock>=3.10.0
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AeroViz
3
- Version: 0.1.9.2
3
+ Version: 0.1.9.4
4
4
  Summary: Aerosol science
5
- Home-page: https://github.com/Alex870521/AeroViz
6
- Author: alex
7
- Author-email: alex870521@gmail.com
5
+ Author-email: alex <alex870521@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/Alex870521/AeroViz
8
+ Project-URL: Repository, https://github.com/Alex870521/AeroViz
9
+ Project-URL: Issues, https://github.com/Alex870521/AeroViz/issues
8
10
  Classifier: Programming Language :: Python :: 3
9
11
  Classifier: Programming Language :: Python :: 3.12
10
12
  Classifier: License :: OSI Approved :: MIT License
@@ -24,6 +26,19 @@ Requires-Dist: tabulate==0.9.0
24
26
  Requires-Dist: rich~=13.7.1
25
27
  Provides-Extra: test
26
28
  Requires-Dist: pytest>=7.0.0; extra == "test"
29
+ Requires-Dist: pytest-cov>=4.1.0; extra == "test"
30
+ Requires-Dist: pytest-mock>=3.10.0; extra == "test"
31
+ Provides-Extra: dev
32
+ Requires-Dist: black>=23.0; extra == "dev"
33
+ Requires-Dist: isort>=5.12.0; extra == "dev"
34
+ Requires-Dist: flake8>=6.0.0; extra == "dev"
35
+ Requires-Dist: mypy>=1.5.0; extra == "dev"
36
+ Requires-Dist: build; extra == "dev"
37
+ Requires-Dist: twine; extra == "dev"
38
+ Provides-Extra: docs
39
+ Requires-Dist: mkdocs>=1.4.0; extra == "docs"
40
+ Requires-Dist: mkdocs-material>=8.0; extra == "docs"
41
+ Requires-Dist: mkdocstrings[python]>=0.18.0; extra == "docs"
27
42
 
28
43
  ## <div align="center">AeroViz for Aerosol Science Visualization</div>
29
44
 
@@ -86,7 +101,7 @@ RawDataReader supports a wide range of aerosol instruments, including NEPH, SMPS
86
101
  various file types and time resolutions, making data processing efficient and standardized.
87
102
 
88
103
  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.
104
+ our [RawDataReader Usage Guide](docs/guide/RawDataReader) in the `docs` folder.
90
105
 
91
106
  ### Key Features:
92
107
 
@@ -132,10 +147,10 @@ For detailed documentation, please refer to the `docs` folder, which includes:
132
147
 
133
148
  <div align="center">
134
149
 
135
- | Documentation | Description |
136
- |--------------------------------------------|----------------------------|
137
- | [User Guide](docs/user_guide) | Basic usage instructions |
138
- | [Changelog](docs/changelog.md) | List of changes |
150
+ | Documentation | Description |
151
+ |--------------------------------|--------------------------|
152
+ | [User Guide](docs/guide) | Basic usage instructions |
153
+ | [Changelog](docs/changelog.md) | List of changes |
139
154
 
140
155
  </div>
141
156
 
@@ -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,65 @@
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.4"
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
+ "pytest-cov>=4.1.0",
36
+ "pytest-mock>=3.10.0",
37
+ ]
38
+ dev = [
39
+ "black>=23.0",
40
+ "isort>=5.12.0",
41
+ "flake8>=6.0.0",
42
+ "mypy>=1.5.0",
43
+ "build",
44
+ "twine",
45
+ ]
46
+ docs = [
47
+ "mkdocs>=1.4.0",
48
+ "mkdocs-material>=8.0",
49
+ "mkdocstrings[python]>=0.18.0",
50
+ ]
51
+
52
+ [project.urls]
53
+ Homepage = "https://github.com/Alex870521/AeroViz"
54
+ Repository = "https://github.com/Alex870521/AeroViz"
55
+ Issues = "https://github.com/Alex870521/AeroViz/issues"
56
+
57
+ # 只保留一個 setuptools 配置部分
58
+ [tool.setuptools.packages.find]
59
+ where = ["."]
60
+ include = ["AeroViz*"]
61
+ exclude = ["tests*"]
62
+ namespaces = false
63
+
64
+ [tool.setuptools.package-data]
65
+ AeroViz = ["*", "**/*"]
@@ -0,0 +1,3 @@
1
+ from setuptools import setup
2
+
3
+ setup()
@@ -1,13 +0,0 @@
1
- pandas==2.2.2
2
- numpy==1.26.4
3
- matplotlib==3.8.4
4
- scipy==1.14.0
5
- seaborn==0.13.2
6
- scikit-learn==1.5.1
7
- windrose==1.9.2
8
- cartopy==0.24.1
9
- tabulate==0.9.0
10
- rich~=13.7.1
11
-
12
- [test]
13
- pytest>=7.0.0
@@ -1,14 +0,0 @@
1
- include *.csv
2
- include *.json
3
- include *.cnf
4
- include *.txt
5
- include *.md
6
- include *.pkl
7
- include *.exe
8
- recursive-include AeroViz *.csv
9
- recursive-include AeroViz *.json
10
- recursive-include AeroViz *.cnf
11
- recursive-include AeroViz *.txt
12
- recursive-include AeroViz *.md
13
- recursive-include AeroViz *.pkl
14
- recursive-include AeroViz *.exe
@@ -1,10 +0,0 @@
1
- pandas==2.2.2
2
- numpy==1.26.4
3
- matplotlib==3.8.4
4
- scipy==1.14.0
5
- seaborn==0.13.2
6
- scikit-learn==1.5.1
7
- windrose==1.9.2
8
- cartopy==0.24.1
9
- tabulate==0.9.0
10
- rich~=13.7.1
aeroviz-0.1.9.2/setup.py DELETED
@@ -1,38 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- with open('requirements.txt') as f:
4
- requirements = f.read().splitlines()
5
-
6
- with open('README.md', 'r', encoding='utf-8') as f:
7
- long_description = f.read()
8
-
9
- setup(
10
- name="AeroViz",
11
- version="0.1.9.2",
12
- author="alex",
13
- author_email="alex870521@gmail.com",
14
- description="Aerosol science",
15
- long_description=long_description,
16
- long_description_content_type="text/markdown",
17
-
18
- url="https://github.com/Alex870521/AeroViz",
19
- python_requires=">=3.12",
20
-
21
- packages=find_packages(),
22
- include_package_data=True,
23
- install_requires=requirements,
24
-
25
- # 修正 extras_require 格式
26
- extras_require={
27
- 'test': [
28
- 'pytest>=7.0.0',
29
- ]
30
- },
31
-
32
- classifiers=[
33
- "Programming Language :: Python :: 3",
34
- "Programming Language :: Python :: 3.12",
35
- "License :: OSI Approved :: MIT License",
36
- "Operating System :: OS Independent",
37
- ],
38
- )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes