From 39edf2770cbb065821b038774db6415a76ee849e Mon Sep 17 00:00:00 2001
From: Bruce Flynn <brucef@ssec.wisc.edu>
Date: Wed, 15 Apr 2015 14:04:12 -0500
Subject: [PATCH] Add lat/lon

---
 aosstower/station.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/aosstower/station.py b/aosstower/station.py
index 400afa8..681ca79 100644
--- a/aosstower/station.py
+++ b/aosstower/station.py
@@ -10,3 +10,7 @@ ELEVATION = 325
 
 # Id of station from v1 records
 ID = 1
+
+# Buoy 43.098386, -89.405281
+LATITUDE = 43.070786
+LONGITUDE = -89.406939
-- 
GitLab