- letzte Ausbesserungen bei den Piezometerdaten im Gschliefgraben
This commit is contained in:
parent
b4d7ce40b3
commit
c2f2dc1b41
|
@ -39,15 +39,65 @@ def main():
|
||||||
|
|
||||||
# Gschliefgraben Piezometer
|
# Gschliefgraben Piezometer
|
||||||
|
|
||||||
|
# offering = Offering(
|
||||||
|
# "https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||||
|
# "bohrloch",
|
||||||
|
# "Bohrlöcher, Gschliefgraben Piezometer"
|
||||||
|
# )
|
||||||
|
# procedure = Procedure("bohrloch1", "bohrloch1")
|
||||||
|
# foi = FoI("degree", "m", (13.774966, 47.910849, 0.0),
|
||||||
|
# "bohrloch1-glasfaser-gschliefgraben",
|
||||||
|
# "Piezometer1 am Gschliefgraben")
|
||||||
|
|
||||||
|
# offering = Offering(
|
||||||
|
# "https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||||
|
# "bohrloch2",
|
||||||
|
# "Bohrloch2, Gschliefgraben Piezometer"
|
||||||
|
# )
|
||||||
|
# procedure = Procedure("bohrloch2", "bohrloch2")
|
||||||
|
# foi = FoI("degree", "m", (13.80957276439, 47.882524348741, 0.0),
|
||||||
|
# "bohrloch2-glasfaser-gschliefgraben",
|
||||||
|
# "Piezometer2 am Gschliefgraben")
|
||||||
|
|
||||||
|
# offering = Offering(
|
||||||
|
# "https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||||
|
# "bohrloch3",
|
||||||
|
# "Bohrloch, Gschliefgraben Piezometer"
|
||||||
|
# )
|
||||||
|
# procedure = Procedure("bohrloch3", "bohrloch3")
|
||||||
|
# foi = FoI("degree", "m", (13.809990909737, 47.882824994038, 0.0),
|
||||||
|
# "bohrloch3-glasfaser-gschliefgraben",
|
||||||
|
# "Piezometer3 am Gschliefgraben")
|
||||||
|
|
||||||
|
# offering = Offering(
|
||||||
|
# "https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||||
|
# "bohrloch4",
|
||||||
|
# "Bohrloch, Gschliefgraben Piezometer"
|
||||||
|
# )
|
||||||
|
# procedure = Procedure("bohrloch4", "bohrloch4")
|
||||||
|
# foi = FoI("degree", "m", (13.809379587392, 47.883098856837, 0.0),
|
||||||
|
# "bohrloch4-glasfaser-gschliefgraben",
|
||||||
|
# "Piezometer4 am Gschliefgraben")
|
||||||
|
|
||||||
|
# offering = Offering(
|
||||||
|
# "https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||||
|
# "bohrloch5",
|
||||||
|
# "Bohrloch, Gschliefgraben Piezometer"
|
||||||
|
# )
|
||||||
|
# procedure = Procedure("bohrloch5", "bohrloch5")
|
||||||
|
# foi = FoI("degree", "m", (13.81120655331, 47.884145740545, 0.0),
|
||||||
|
# "bohrloch5-glasfaser-gschliefgraben",
|
||||||
|
# "Piezometer5 am Gschliefgraben")
|
||||||
|
|
||||||
offering = Offering(
|
offering = Offering(
|
||||||
"https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
"https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||||
"bohrloch",
|
"bohrloch6",
|
||||||
"Bohrlöcher, Gschliefgraben Piezometer"
|
"Bohrloch, Gschliefgraben Piezometer"
|
||||||
)
|
)
|
||||||
procedure = Procedure("bohrloch1", "bohrloch1")
|
procedure = Procedure("bohrloch6", "bohrloch6")
|
||||||
foi = FoI("degree", "m", (13.774966, 47.910849, 0.0),
|
foi = FoI("degree", "m", (13.811537883268, 47.885082327907, 0.0),
|
||||||
"bohrloch1-glasfaser-gschliefgraben",
|
"bohrloch6-glasfaser-gschliefgraben",
|
||||||
"Piezometer1 am Gschliefgraben")
|
"Piezometer6 am Gschliefgraben")
|
||||||
|
|
||||||
sensor_type = SensorType("piezometer")
|
sensor_type = SensorType("piezometer")
|
||||||
post_data = insert_sensor(offering, procedure, foi, sensor_type)
|
post_data = insert_sensor(offering, procedure, foi, sensor_type)
|
||||||
|
|
|
@ -51,7 +51,7 @@ def main():
|
||||||
elevation_dataset.is_hidden = 0
|
elevation_dataset.is_hidden = 0
|
||||||
elevation_dataset.dataset_type = "timeseries"
|
elevation_dataset.dataset_type = "timeseries"
|
||||||
elevation_dataset.observation_type = "simple"
|
elevation_dataset.observation_type = "simple"
|
||||||
elevation_dataset.value_type = "text"
|
elevation_dataset.value_type = "quantity"
|
||||||
pg_session.commit()
|
pg_session.commit()
|
||||||
|
|
||||||
platform_exists: bool = pg_session.query(Platform.id).filter_by(
|
platform_exists: bool = pg_session.query(Platform.id).filter_by(
|
||||||
|
@ -115,7 +115,7 @@ def create_observation(elevation_dataset: Dataset,
|
||||||
data: json,
|
data: json,
|
||||||
db_session: session):
|
db_session: session):
|
||||||
''' create observation in db'''
|
''' create observation in db'''
|
||||||
print("Sesnor key exist in JSON data")
|
# print("Sesnor key exist in JSON data")
|
||||||
sensor_object = data[sensor_key]
|
sensor_object = data[sensor_key]
|
||||||
zeitstempel = sensor_object["zeitstempel"]
|
zeitstempel = sensor_object["zeitstempel"]
|
||||||
abstich = sensor_object["abstich"]
|
abstich = sensor_object["abstich"]
|
||||||
|
@ -141,6 +141,11 @@ def create_observation(elevation_dataset: Dataset,
|
||||||
new_observation.value_quantity = abstich
|
new_observation.value_quantity = abstich
|
||||||
new_observation.fk_dataset_id = elevation_dataset.id
|
new_observation.fk_dataset_id = elevation_dataset.id
|
||||||
db_session.add(new_observation)
|
db_session.add(new_observation)
|
||||||
|
print(f"new observation with result time {new_observation.result_time} "
|
||||||
|
f"for drill hole {sensor_key} succesfully imported!")
|
||||||
|
else:
|
||||||
|
print(f"observation with result time {existing_observation.result_time} "
|
||||||
|
f"for drill hole {sensor_key} already exists!")
|
||||||
|
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user