- add TextObservation format for pechgraben fotos
This commit is contained in:
parent
edfff8bd84
commit
1b7cfa1586
4 changed files with 335 additions and 24 deletions
|
@ -45,6 +45,9 @@ def main():
|
|||
# "Inklinometer inclino1_02, Gschliefgraben Glasfaser"
|
||||
# )
|
||||
# procedure = Procedure( "inclino1_02","inclino1_02")
|
||||
# foi = FoI("degree", "m", (13.774966, 47.910849, 0.0),
|
||||
# "inclino1-glasfaser-gschliefgraben",
|
||||
# "Glasfaser Untersuchungen am Gschliefgraben (Gmunden)")
|
||||
|
||||
# offering = Offering(
|
||||
# "https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||
|
@ -52,6 +55,19 @@ def main():
|
|||
# "Inklinometer inclino1_05, Gschliefgraben Glasfaser"
|
||||
# )
|
||||
# procedure = Procedure("inclino1_05", "inclino1_05")
|
||||
# foi = FoI("degree", "m", (13.774966, 47.910849, 0.0),
|
||||
# "inclino1-glasfaser-gschliefgraben",
|
||||
# "Glasfaser Untersuchungen am Gschliefgraben (Gmunden)")
|
||||
|
||||
# offering = Offering(
|
||||
# "https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||
# "inclino1_14",
|
||||
# "Inklinometer inclino1_14, Gschliefgraben Glasfaser"
|
||||
# )
|
||||
# procedure = Procedure("inclino1_14", "inclino1_14")
|
||||
# foi = FoI("degree", "m", (13.774966, 47.910849, 0.0),
|
||||
# "inclino1-glasfaser-gschliefgraben",
|
||||
# "Glasfaser Untersuchungen am Gschliefgraben (Gmunden)")
|
||||
|
||||
offering = Offering(
|
||||
"https://geomon.geologie.ac.at/52n-sos-webapp/api/offerings/",
|
||||
|
@ -59,9 +75,9 @@ def main():
|
|||
"Inklinometer inclino1_06, Gschliefgraben Glasfaser"
|
||||
)
|
||||
procedure = Procedure("inclino1_06", "inclino1_06")
|
||||
|
||||
foi = FoI("degree", "m", (47.910849, 13.774966, 0.0),
|
||||
"FBGuard23", "Glasfaser Untersuchungen am Gschliefgraben (Gmunden)")
|
||||
foi = FoI("degree", "m", (13.774966, 47.910849, 0.0),
|
||||
"inclino1-glasfaser-gschliefgraben",
|
||||
"Glasfaser Untersuchungen am Gschliefgraben (Gmunden)")
|
||||
|
||||
sensor_type = SensorType("inclinometer")
|
||||
post_data = insert_sensor(offering, procedure, foi, sensor_type)
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue