Skip to content
Snippets Groups Projects
create_influxdb_database.sh 321 B
#!/usr/bin/env bash

echo "Creating database and continous queries for tower and buoy..."
/home/metobs/miniconda/envs/metobs_influxdb/bin/python -m metobscommon.influxdb --host metobs01.ssec.wisc.edu --dbname metobs -vvv create --symbol-list aosstower.l00.influxdb.SYMBOLS mendotabuoy.level0.influxdb.SYMBOLS
echo "Done"