ecopipeline 0.11.7__py3-none-any.whl → 0.11.8__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.
@@ -328,6 +328,9 @@ def convert_temp_resistance_type(df : pd.DataFrame, column_name : str, sensor_mo
328
328
  if sensor_model == 'veris':
329
329
  model_path_t_to_r = model_path_t_to_r + 'veris_temp_to_resistance_2.pkl'
330
330
  model_path_r_to_t = model_path_r_to_t + 'veris_resistance_to_temp_3.pkl'
331
+ elif sensor_model == 'tasseron':
332
+ model_path_t_to_r = model_path_t_to_r + 'tasseron_temp_to_resistance_2.pkl'
333
+ model_path_r_to_t = model_path_r_to_t + 'tasseron_resistance_to_temp_3.pkl'
331
334
  else:
332
335
  raise Exception("unsupported sensor model")
333
336
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecopipeline
3
- Version: 0.11.7
3
+ Version: 0.11.8
4
4
  Summary: Contains functions for use in Ecotope Datapipelines
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: GNU General Public License (GPL)
@@ -8,14 +8,14 @@ ecopipeline/load/load.py,sha256=PaSGWOZI0Xg44_SWN7htn2DPIAU_s8mOtCGibXq25tM,2461
8
8
  ecopipeline/transform/__init__.py,sha256=Cg9eIHV891zoos6mroZoDE2Q7smukm6qqt2vPxsF2NY,2652
9
9
  ecopipeline/transform/bayview.py,sha256=TP24dnTsUD95X-f6732egPZKjepFLJgDm9ImGr-fppY,17899
10
10
  ecopipeline/transform/lbnl.py,sha256=EQ54G4rJXaZ7pwVusKcdK2KBehSdCsNo2ybphtMGs7o,33400
11
- ecopipeline/transform/transform.py,sha256=Fh037o8ELJSbve8oS02KeU5FJ1Tz6_oEX4WqSQdNsQA,55372
11
+ ecopipeline/transform/transform.py,sha256=DAHw16R-rRJr7Y3EhUGCL3E-pZcnXS7byZS7vtA4Bic,55577
12
12
  ecopipeline/utils/ConfigManager.py,sha256=-g1wtExdvhYO5Y6Q3cRbywa__DxRMFruLrB4YanwaPY,12168
13
13
  ecopipeline/utils/NOAADataDownloader.py,sha256=iC2nl_O4PS1KFrchcPXRZxshwZwUMSqXy6BQBUwnOUU,20927
14
14
  ecopipeline/utils/__init__.py,sha256=7dT3tP6SMK4uBW6NBmQ8i6LaNTTuV6fpAZToBBlJ904,62
15
15
  ecopipeline/utils/unit_convert.py,sha256=VFh1we2Y8KV3u21BeWb-U3TlZJXo83q5vdxxkpgcuME,3064
16
16
  ecopipeline/utils/pkls/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- ecopipeline-0.11.7.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
- ecopipeline-0.11.7.dist-info/METADATA,sha256=eDXr-l6-jwd_FrwKFVWrJgD4xECS5iFRz21sHI4GFIw,2330
19
- ecopipeline-0.11.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- ecopipeline-0.11.7.dist-info/top_level.txt,sha256=WOPFJH2LIgKqm4lk2OnFF5cgVkYibkaBxIxgvLgO7y0,12
21
- ecopipeline-0.11.7.dist-info/RECORD,,
17
+ ecopipeline-0.11.8.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ ecopipeline-0.11.8.dist-info/METADATA,sha256=82tg1ZTMdS2VvfGAiVSrHqHuEmudNB3PzuNFvhj3EEk,2330
19
+ ecopipeline-0.11.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ ecopipeline-0.11.8.dist-info/top_level.txt,sha256=WOPFJH2LIgKqm4lk2OnFF5cgVkYibkaBxIxgvLgO7y0,12
21
+ ecopipeline-0.11.8.dist-info/RECORD,,