pycoustic 0.1.14__py3-none-any.whl → 0.1.15__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.
pycoustic/survey.py
CHANGED
@@ -189,6 +189,7 @@ class Survey:
|
|
189
189
|
return combi
|
190
190
|
#test
|
191
191
|
def modal(self, cols=None, by_date=False, day_t="60min", evening_t="60min", night_t="15min"):
|
192
|
+
#TODO rename second level index so it is not 'date'
|
192
193
|
"""
|
193
194
|
Get a dataframe summarising Modal L90 values for each time period, as suggested by BS 4142:2014.
|
194
195
|
Currently, this method rounds the values to 0 decimal places by default and there is no alternative
|
@@ -1,19 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pycoustic
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.15
|
4
4
|
Summary:
|
5
5
|
Author: thumpercastle
|
6
6
|
Author-email: tony.ryb@gmail.com
|
7
|
-
Requires-Python: >=3.
|
7
|
+
Requires-Python: >=3.11,<=3.13
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: Programming Language :: Python :: 3.10
|
10
9
|
Classifier: Programming Language :: Python :: 3.11
|
11
10
|
Classifier: Programming Language :: Python :: 3.12
|
12
11
|
Classifier: Programming Language :: Python :: 3.13
|
13
12
|
Requires-Dist: numpy (==2.3.3)
|
14
13
|
Requires-Dist: openpyxl (==3.1.5)
|
15
14
|
Requires-Dist: pandas (==2.3.3)
|
16
|
-
Requires-Dist: plotly (
|
15
|
+
Requires-Dist: plotly (>=6.3.1,<7.0.0)
|
17
16
|
Requires-Dist: requests (>=2.32.4,<3.0.0)
|
18
17
|
Requires-Dist: streamlit (>=1.46.1,<2.0.0)
|
19
18
|
Description-Content-Type: text/markdown
|
@@ -1,9 +1,9 @@
|
|
1
1
|
pycoustic/__init__.py,sha256=jq9Tzc5nEgXh8eNf0AkAypmw3Dda9A-iSy-tyFaTksA,89
|
2
2
|
pycoustic/log.py,sha256=e8rAy9hIYP2H-3vTDVe0-6swe_n_gXjuFCu6Q-xNiYQ,17827
|
3
3
|
pycoustic/pycoustic_gui_app.py,sha256=Hs61Y8fAp7uoRONa4RLSVl0UvGXZZ96n5eJGilErlAU,11143
|
4
|
-
pycoustic/survey.py,sha256=
|
4
|
+
pycoustic/survey.py,sha256=yPOCNLaNJ85MhNN5ehWPWM5EQ_ixsE9Y3ikk84yIfTY,26154
|
5
5
|
pycoustic/tkgui.py,sha256=YAy5f_qkXZ3yU8BvB-nIVQX1fYwPs_IkwmDEXHPMAa4,13997
|
6
6
|
pycoustic/weather.py,sha256=q9FbDKjY0WaNvaYMHeDk7Bhbq0_Q7ehsTM_vUaCjeAk,3753
|
7
|
-
pycoustic-0.1.
|
8
|
-
pycoustic-0.1.
|
9
|
-
pycoustic-0.1.
|
7
|
+
pycoustic-0.1.15.dist-info/METADATA,sha256=T3GDJd8La3Bp2HJtl5qsM_eMc98EwNoru34KqZOJBAY,8472
|
8
|
+
pycoustic-0.1.15.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
9
|
+
pycoustic-0.1.15.dist-info/RECORD,,
|
File without changes
|