- add code for sensor import inside folder 'insert_sensor'

- add code for exporting firebird data to postgis db
This commit is contained in:
Arno Kaimbacher 2021-07-26 12:29:08 +02:00
parent 765322c52b
commit 54b210c07d
13 changed files with 1063 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# For relative imports to work in Python 3.6
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))