Skip to content
Snippets Groups Projects
Unverified Commit 576bc6a7 authored by David Hoese's avatar David Hoese
Browse files

Change instrument tag to inst

parent e473541a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ from aosstower.l00.parser import read_frames
LOG = logging.getLogger(__name__)
# map station name to InfluxDB tags
STATIONS = {
"AOSS Tower": {"instrument": "tower", "site": "aoss"},
"AOSS Tower": {"inst": "tower", "site": "aoss"},
}
......
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