meteostat 1.7.0__py3-none-any.whl → 1.7.1__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.
- meteostat/__init__.py +1 -1
- meteostat/series/convert.py +1 -1
- {meteostat-1.7.0.dist-info → meteostat-1.7.1.dist-info}/METADATA +1 -1
- {meteostat-1.7.0.dist-info → meteostat-1.7.1.dist-info}/RECORD +7 -7
- {meteostat-1.7.0.dist-info → meteostat-1.7.1.dist-info}/LICENSE +0 -0
- {meteostat-1.7.0.dist-info → meteostat-1.7.1.dist-info}/WHEEL +0 -0
- {meteostat-1.7.0.dist-info → meteostat-1.7.1.dist-info}/top_level.txt +0 -0
meteostat/__init__.py
CHANGED
meteostat/series/convert.py
CHANGED
|
@@ -21,7 +21,7 @@ def convert(self, units: dict):
|
|
|
21
21
|
|
|
22
22
|
# Change data units
|
|
23
23
|
for parameter, unit in units.items():
|
|
24
|
-
if parameter in temp.
|
|
24
|
+
if parameter in temp._processed_columns:
|
|
25
25
|
temp._data[parameter] = temp._data[parameter].apply(unit)
|
|
26
26
|
|
|
27
27
|
# Return class instance
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
meteostat/__init__.py,sha256=
|
|
1
|
+
meteostat/__init__.py,sha256=3Mt0lK8sXnEU6aviBXUqbANFvPUUINXDvR1D4qCYYuk,989
|
|
2
2
|
meteostat/units.py,sha256=G0vh2tYsp0ESGUpg3ZAE0U-b9Ih_oMtPNDZ71Bbq3iE,2566
|
|
3
3
|
meteostat/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
meteostat/core/cache.py,sha256=MEC6Hcf2rwg3__zv_Y1nSk16mfdTsrLH9CTraMX7NYw,1764
|
|
@@ -19,7 +19,7 @@ meteostat/interface/stations.py,sha256=hC2DmtE24u--lb3jbkFVMkFDKCR-LP5h8uXSOIb4_
|
|
|
19
19
|
meteostat/interface/timeseries.py,sha256=tE1ShXADPNnhirL5puZb2KyDq18cWU1HX8XU6J8qp4U,7909
|
|
20
20
|
meteostat/series/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
meteostat/series/aggregate.py,sha256=dhYx1c2OzOgEcdUNCrmT4zdYY1UuT4PhkWYRirmx7v0,1200
|
|
22
|
-
meteostat/series/convert.py,sha256=
|
|
22
|
+
meteostat/series/convert.py,sha256=Uu76hw-M1QzwYuliA2hp0Dl9f1YyNaLE3AQTyaask60,641
|
|
23
23
|
meteostat/series/count.py,sha256=kV0Oztmy1K0E3Z1h8Na9twxUhujRepRMtGzM_CNInJc,358
|
|
24
24
|
meteostat/series/coverage.py,sha256=76PlEoVPM_-4Oys-6THggV-7gESbPM6Cx0m1n0-1YcM,534
|
|
25
25
|
meteostat/series/fetch.py,sha256=MIrkhhtAucThO06Bcc92c6rrc3v5G31VBI0TkQd0oZ0,620
|
|
@@ -32,8 +32,8 @@ meteostat/utilities/endpoint.py,sha256=ndHSMGi5LhB1yrjA3f6pDbe-0glnnDAX7IInp0Gsc
|
|
|
32
32
|
meteostat/utilities/helpers.py,sha256=wt11OXHzIDw3DY98XGIfcrh1bPCC9dClVnNdGtqvz4U,1691
|
|
33
33
|
meteostat/utilities/mutations.py,sha256=qT9lJ1IsiEp5CKMN8IiJBdzHGPE80mJv0VBH-z6fkbg,1750
|
|
34
34
|
meteostat/utilities/validations.py,sha256=MlKY1gkeqmovFr4lR_iM6Bk7yuGdSgy0NGceiqYI7Vs,646
|
|
35
|
-
meteostat-1.7.
|
|
36
|
-
meteostat-1.7.
|
|
37
|
-
meteostat-1.7.
|
|
38
|
-
meteostat-1.7.
|
|
39
|
-
meteostat-1.7.
|
|
35
|
+
meteostat-1.7.1.dist-info/LICENSE,sha256=kqpl7FVzWOCe11BZqJBZ1aRQi-aK87j3ljtG7P3VxLc,1066
|
|
36
|
+
meteostat-1.7.1.dist-info/METADATA,sha256=GFWhu5O82sicZmJUJyL15aMAOtMuco-Y6YPTwvUXSQc,4633
|
|
37
|
+
meteostat-1.7.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
38
|
+
meteostat-1.7.1.dist-info/top_level.txt,sha256=s8LP1xi5iF2zhVv5ULkHwW-tPeMrljxnA8VqZibQqro,10
|
|
39
|
+
meteostat-1.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|