Skip to content
Snippets Groups Projects
Commit 0a5c4d76 authored by Samuel Weber's avatar Samuel Weber
Browse files

...

parent 0b894f8d
No related branches found
No related tags found
No related merge requests found
......@@ -141,14 +141,14 @@ def main():
## DICTIONARIES ASSIGNING 'VIRTUAL_SENSOR' TO 'POSITION'
## ## ## ## ## ## ## ## ## ## ## 'resistivity_fracture', ## ## ## ## ## ## ## ## ## ## ## ## ## ##
DEPO_VS = {
#'JJ01': {'resistivity_rock', 'temperature_rock'}, #ok
'JJ01': {'resistivity_rock', 'temperature_rock'}, #ok
#'JJ02': {'resistivity_rock', 'temperature_rock'}, #ok
#'JJ03': {'resistivity_rock', 'temperature_rock'}, #ok
#'JJ04': {'resistivity_rock', 'temperature_rock'}, #ok
#'JJ05': {'resistivity_rock', 'temperature_rock'}, #ok
#'JJ06': {'resistivity_rock', 'temperature_rock'}, #ok
#'JJ07': {'resistivity_rock', 'temperature_rock'}, #ok
# 'JJ08': {'temperature_fracture'}, #ok
'JJ08': {'temperature_fracture'}, #ok
# 'JJ09': {'resistivity_rock', 'temperature_rock'}, #ok
'JJ10': {'temperature_fracture'}, #ok
# 'JJ13': {'temperature_rock'}, #ok
......
......@@ -195,7 +195,7 @@ def get_GSNdata(deployment, position, vsensor, tbeg, tend, download_max_size):
df = pd.DataFrame(columns=columns_new)
df.time = pd.to_datetime(d.generation_time)
d = d.convert_objects(convert_numeric=True)
#d = d.convert_objects(convert_numeric=True)
for i in range(len(columns_old)):
if columns_new[i] != 'time':
setattr(df, columns_new[i], getattr(d,columns_old[i]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment