diff --git a/htdocs/sites/site.php b/htdocs/sites/site.php
index 5aa49b0c10..48630d9f7f 100644
--- a/htdocs/sites/site.php
+++ b/htdocs/sites/site.php
@@ -180,6 +180,16 @@ function df($val){
$ab = df($metadata["archive_begin"]);
$ae = df($metadata["archive_end"]);
+$wigos = "";
+if (! is_null($metadata["wigos"])){
+ $wigos = sprintf(
+ "
WIGOS ID: | ".
+ "%s |
",
+ $metadata["wigos"],
+ $metadata["wigos"]);
+}
+
$t->content = <<
IEM Internal ID: | {$metadata["iemid"]} |
+{$wigos}
Station Identifier: | {$station} |
Station Name: | {$metadata["name"]} |
Network: | {$network} |
diff --git a/scripts/dbutil/sync_stations.py b/scripts/dbutil/sync_stations.py
index 79303289a2..6595f5933f 100644
--- a/scripts/dbutil/sync_stations.py
+++ b/scripts/dbutil/sync_stations.py
@@ -73,7 +73,8 @@ def sync(df, dbname):
sigstage_record = %(sigstage_record)s, ugc_county = %(ugc_county)s,
ugc_zone = %(ugc_zone)s, id = %(id)s, ncdc81 = %(ncdc81)s,
ncei91 = %(ncei91)s,
- temp24_hour = %(temp24_hour)s, precip24_hour = %(precip24_hour)s
+ temp24_hour = %(temp24_hour)s, precip24_hour = %(precip24_hour)s,
+ wigos = %(wigos)s
WHERE iemid = %(iemid)s
""",
prow,