pthelma 1.1.0__cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,51 @@
1
+ Metadata-Version: 2.1
2
+ Name: pthelma
3
+ Version: 1.1.0
4
+ Summary: Utilities for hydrological and meteorological time series processing
5
+ Author-email: Antonis Christofides <antonis@antonischristofides.com>
6
+ Maintainer-email: Antonis Christofides <antonis@antonischristofides.com>
7
+ Project-URL: Homepage, https://github.com/openmeteo/pthelma
8
+ Project-URL: Documentation, https://pthelma.readthedocs.io
9
+ Project-URL: Repository, https://github.com/openmeteo/pthelma
10
+ Project-URL: Changelog, https://github.com/openmeteo/pthelma/blob/master/CHANGELOG.rst
11
+ Keywords: time series
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
15
+ Classifier: Natural Language :: English
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/x-rst
21
+ License-File: LICENSE.rst
22
+ Requires-Dist: pandas<3,>=2.2
23
+ Requires-Dist: iso8601<3,>=2.1
24
+ Requires-Dist: textbisect<1,>=0.1
25
+ Requires-Dist: tzdata
26
+ Requires-Dist: Click<9,>=7.0
27
+ Requires-Dist: simpletail<2,>=1
28
+ Requires-Dist: affine<3,>=2.4
29
+ Requires-Dist: django<6,>=3.2
30
+ Requires-Dist: requests<3,>=1
31
+ Provides-Extra: all
32
+ Requires-Dist: gdal<4,>=1.10; extra == "all"
33
+
34
+ pthelma
35
+ =======
36
+
37
+ .. image:: https://github.com/openmeteo/pthelma/actions/workflows/run-tests.yml/badge.svg
38
+ :alt: Build button
39
+ :target: https://github.com/openmeteo/pthelma/actions/workflows/run-tests.yml
40
+
41
+ .. image:: https://codecov.io/github/openmeteo/pthelma/coverage.svg?branch=master
42
+ :alt: Coverage
43
+ :target: https://codecov.io/gh/openmeteo/pthelma
44
+
45
+ .. image:: https://img.shields.io/pypi/v/pthelma.svg
46
+ :target: https://pypi.python.org/pypi/pthelma
47
+
48
+ A Python library with utilities for hydrological and meteorological time
49
+ series processing.
50
+
51
+ Documentation: https://pthelma.readthedocs.io
@@ -0,0 +1,32 @@
1
+ htimeseries/htimeseries.py,sha256=oyf-N8l4POBmTiOSXU9llYijHNZAITsPbjRgIz1atEE,19197
2
+ htimeseries/__init__.py,sha256=ufVeWB4YLa6KGFwIa2kIe6idyfFvslDWs4JzZPv_Cro,73
3
+ htimeseries/timezone_utils.py,sha256=xEArPwKvI9tLP3z2Y9l4jpbpKMtOsC5ftHxzAo1bgNs,1238
4
+ pthelma-1.1.0.dist-info/top_level.txt,sha256=kWL0AYuVd_5KzKWRBkAG576ag46gKbojnWdeH_c-bzo,92
5
+ pthelma-1.1.0.dist-info/RECORD,,
6
+ pthelma-1.1.0.dist-info/LICENSE.rst,sha256=WFSwH2Ls72hcsUDQgd-Hof0KLWSNpC5pXQUOQs0wWWo,1345
7
+ pthelma-1.1.0.dist-info/entry_points.txt,sha256=Kh2gKKRhObmmOASJWIwX9dDEZQ5htc3ftBlqeoGer-s,155
8
+ pthelma-1.1.0.dist-info/METADATA,sha256=oZXIdTq74JAJyA1MVwEwtAOIy7MY7-K-lKrK6sDgh_o,1967
9
+ pthelma-1.1.0.dist-info/WHEEL,sha256=9BFfIe-Zq441iQ0ehutX65O5faGDpmB1Uw3WaQGk4f0,151
10
+ haggregate/regularize.cpython-311-x86_64-linux-gnu.so,sha256=eUft-Y_gJ_u_SISUcxHCWzSRK8xLiib91Hoic_ZV2eY,1133064
11
+ haggregate/regularize.c,sha256=bFky6SgxWEfggWs2S9JRRFr92aEtfQNUyb02S-5IiV4,611781
12
+ haggregate/regularize.pyx,sha256=sqqmT8F9y2b3-eoQKidB0bb2PW9qVimsFpf1X4n5tSU,5607
13
+ haggregate/__init__.py,sha256=fvt2Og4upOT1HT3QOXnuxXYlwL-X_0AERDvbf0TX4fY,68
14
+ haggregate/haggregate.py,sha256=J7MSa-EfLhbXRlYTnv_2aUqdHhQZ6OX61mSb9bumNdE,5045
15
+ haggregate/cli.py,sha256=NtGM4ka9d8x5lXYnh7ortbm0sB9f2BS4h4j0OBDjgtg,3272
16
+ evaporation/__init__.py,sha256=yvyqV97dCRu7ibPpY2_P7FyHICg4s72dq7aTrHSp5c8,122
17
+ evaporation/cli.py,sha256=4jTTM4BDTVpJuZgAcGdf0q9AuYdh_nzH1f_oNxs0m8g,27713
18
+ evaporation/evaporation.py,sha256=Tq8i4Np_AbxDIluIzsBrJVO2DMmqEG96zcjMGr22UFg,16265
19
+ enhydris_cache/__init__.py,sha256=efOjymmTWcbNF25c9iFGvOJomjfBsDQNRajItnOqKzs,152
20
+ enhydris_cache/enhydris_cache.py,sha256=M_-uf2yqPLMgJZykC2rKCdqINKQoHIM1D5m01N_PrGY,2622
21
+ enhydris_cache/cli.py,sha256=tsRwn4rQwKsTV7gYyMvH2dxCP7qgxE0670ADJ7ncKuI,4643
22
+ pthelma/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
+ pthelma/_version.py,sha256=CqDGE4B1ZqZ-56mxeOFcXRTmlxrdOh4ayrjbcPjziE4,411
24
+ enhydris_api_client/__init__.py,sha256=mFrWzz5ntJYyER0L4Lk1eWkKcytHvn0_XOQZ22_oiGo,9340
25
+ rocc/calculation.c,sha256=3JvwrIva7CEEJpog1kdmg5jPS1bIBddIPxU8c1oaSsc,687901
26
+ rocc/__init__.py,sha256=O4RKkd8Wyuqo8hwVCe6fJYpbcPm3KJrRwjR31RNg9t0,272
27
+ rocc/calculation.pyx,sha256=kwqGjn40EttceO0IsqBjUN1FbjbuMGA2hl90_btwEC8,5756
28
+ rocc/calculation.cpython-311-x86_64-linux-gnu.so,sha256=ZK5PSO8y7bL2QRgyN02-hfVAmkixlHoHp5vSVM1fZ7k,1072176
29
+ hspatial/test.py,sha256=awSPlX7f_ZrF8UL5XKnwC3K7j1k20KvMeC_31KuSyq8,1023
30
+ hspatial/hspatial.py,sha256=suhe1RaFRvVetQXPMwy5QkJ6GYOmcmASYrKBZVBX2L4,15923
31
+ hspatial/__init__.py,sha256=O4w4PsZI6iqkDAHioFcRh2Iju4xSFd5UkqfK_ycss0k,119
32
+ hspatial/cli.py,sha256=01EiLahW-55Pvwy8NXn3OiOyfrLXI2qdfipqeL_Fxh0,10376
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-manylinux_2_17_x86_64
5
+ Tag: cp311-cp311-manylinux2014_x86_64
6
+
@@ -0,0 +1,5 @@
1
+ [console_scripts]
2
+ enhydris-cache = enhydris_cache.cli:main
3
+ haggregate = haggregate.cli:main
4
+ spatialize = hspatial.cli:main
5
+ vaporize = evaporation.cli:main
@@ -0,0 +1,8 @@
1
+ enhydris_api_client
2
+ enhydris_cache
3
+ evaporation
4
+ haggregate
5
+ hspatial
6
+ htimeseries
7
+ pthelma
8
+ rocc
rocc/__init__.py ADDED
@@ -0,0 +1,9 @@
1
+ from collections import namedtuple
2
+
3
+ from .calculation import Rocc
4
+
5
+ Threshold = namedtuple("Threshold", ["delta_t", "allowed_diff"])
6
+
7
+
8
+ def rocc(*, timeseries, thresholds, symmetric=False, flag="TEMPORAL"):
9
+ return Rocc(timeseries, thresholds, symmetric, flag).execute()