Skip to content

Instantly share code, notes, and snippets.

@mwengren
Created March 9, 2020 17:40
Show Gist options
  • Save mwengren/82496d8114bab0776ae34ef70510b2a1 to your computer and use it in GitHub Desktop.
Save mwengren/82496d8114bab0776ae34ef70510b2a1 to your computer and use it in GitHub Desktop.
Compliance Checker 4.3.3rc1 sample output
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="IOOS Compliance Checker Results">
<title>Compliance Checker</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<style>
.navbar-custom {
background-color: #c6d4e1;
border-size: 0px;
margin-bottom: 0px;
border-radius: 0px;
}
.navbar-custom .navbar-img-brand {
float: left;
}
.navbar-custom .navbar-img-brand img {
height: 47px;
}
.navbar-custom .navbar-brand {
color: #565c61;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: #3e4246;
background-color: transparent;
}
.navbar-custom .navbar-text {
color: #565c61;
}
.navbar-custom .navbar-nav > li > a {
color: #565c61;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
color: #333333;
background-color: #b0c4d6;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-custom .navbar-toggle {
border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
border-color: #afc2d5;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
background-color: #b0c4d6;
color: #333333;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
border-top-color: #565c61;
border-bottom-color: #565c61;
}
@media (max-width: 767) {
.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
color: #565c61;
}
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #333333;
background-color: #b0c4d6;
}
.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-custom .navbar-link {
color: #565c61;
}
.navbar-custom .navbar-link:hover {
color: #333333;
}
.bad-score {
color: #D70834;
}
thead .tname {
width: 60%;
}
thead .tpriority {
width: 20%;
}
thead .tscore {
width: 20%;
}
thead .cname {
width: 25%;
}
thead .cpriority {
width: 5%;
}
thead .ccorrection {
width: 70%;
}
.table-collapse {
display: inline;
font-size: 18px;
font-weight: bold;
}
.table-collapse a{
color: #333;
}
.table-collapse a:hover {
color: #777;
text-decoration: none;
}
.failures {
display: inline;
}
.label-as-badge {
border-radius: 1em;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-custom">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#nb-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-img-brand" href="http://ioos.noaa.gov/">
<img src="https://data.ioos.us/ioos_logo.png" alt="IOOS" />
</a>
<div class="navbar-brand">
&nbsp;&nbsp;Compliance Checker
</div>
</div>
</nav>
</header>
<div class="container">
<div class='check_wrapper'><!-- Template for the HTML markup for the results of a single test -->
<style>
/* ------------------------- */
/* ----- Table Styling ----- */
/* ------------------------- */
table {
font-family: helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
th{
text-align: left;
padding: 12 px;
}
td{
/*border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;*/
font-size: 14px;
text-align: left;
padding: 8px;
}
td:first-child{
font-style: italic;
}
/* ------------------------ */
/* ----- List styling ----- */
/* ------------------------ */
li{
line-height: 14px;
}
</style>
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h2 align="center">IOOS Compliance Checker Report</h2>
<p align="center">For dataset https://pae-paha.pacioos.hawaii.edu/erddap/tabledap/AWS-HIMB</p>
</div>
</div>
<div class="col-md-12">
<h3 align="center">
<a href=https://ioos.github.io/ioos-metadata/ioos-metadata-profile-v1-2.html target="_blank">ioos:1.2</a>
</h3>
<!--<a href=https://ioos.github.io/ioos-metadata/ioos-metadata-profile-v1-2.html>Reference Page</a>-->
</div>
<!-- -------------- -->
<!-- RESULTS TABLES -->
<!-- -------------- -->
<div class="col-md-12">
<!--<h4>Corrective Actions</h4>-->
<h4 align="center">Corrective Actions</h4>
<div class="col-md-12">
<!-- High Priority -->
<div class="table-collapse">
<a data-target="high-priority-table" href="#"> Highly Recommended <i class="glyphicon glyphicon-collapse-up"></i></a>
</div>
<div class="failures">
| <span class="label label-danger label-as-badge">9</span>
</div>
<div class="high-priority-table collapse in">
<table class="table">
<thead>
<tr>
<th class="cname">Name</th>
<th class="ccorrection">Reasoning</th>
</tr>
</thead>
<tbody>
<tr>
</td>
</tr>
<tr>
<td>creator_country</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>creator_country not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>creator_sector</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>creator_sector not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>gts_ingest</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>If provided, the global attribute "gts_ingest" must be a string and its value must be one of "true" or "false"</li>
</ul>
</td>
</tr>
<tr>
<td>gts_ingest variable</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.air_temperature_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_crv" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_din" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.sea_water_temperature_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_speed_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.gust_speed_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.wind_from_direction_std_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.rainfall_amount_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.shortwave_radiation_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.ultraviolet_radiation_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_agg" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_atn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_clm" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_flt" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_gap" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_loc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_mvr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_nbr" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_rng" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_rtc" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_spk" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>The attribute "gts_ingest" of variable "s.photosynthetic_radiation_qc_syn" must fulfill the following:
- must be a string with value "true" or "false";
- have a valid CF standard_name attribute (already checked);
- have an ancillary variable representing QARTOD aggregate flags;
- have a valid udunits units attribute
The global attribute "gts_ingest" must also have a value of "true".</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>platform</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>The global attribute "platform" must be a single string containing no blank characters; it is In Situ Land-based Platforms > Weather Stations/Networks > Weather Stations</li>
</ul>
</td>
</tr>
<tr>
<td>platform variables</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>With a single platform provided, the dimension of the cf_role variable s.station_name (cf_role==timeseries_id) should also be equal to 1 (it is 129947)</li>
</ul>
</td>
</tr>
<tr>
<td>platform_name</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>platform_name not present</li>
</ul>
</td>
</tr>
<tr>
<td>publisher_country</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>publisher_country not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>wmo_platform_code</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>The wmo_platform_code must be a numeric string of 5 or 7 characters</li>
</ul>
</td>
</tr>
<tr>
<td>§3.1 Units</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>units for variable s.rainfall_amount_raw must be convertible to kg m-2 currently they are mm</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>units for variable s.rainfall_amount must be convertible to kg m-2 currently they are mm</li>
</ul>
</td>
</tr>
<tr>
<td>§3.3 Standard Name</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>standard_name density_inversion_test_quality_flag is not defined in Standard Name Table v49</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>standard_name ts_curve_space_test_quality_flag is not defined in Standard Name Table v49</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
</tbody>
</table>
</div> <!-- .high-priority-table -->
</div> <!-- .col-md-12 -->
<!-- Medium Priority -->
<div class="col-md-12">
<div class="table-collapse">
<a data-target="medium-priority-table" href="#"> Recommended <i class="glyphicon glyphicon-collapse-up"></i></a>
</div>
<div class="failures">
| <span class="label label-danger label-as-badge">20</span>
</div>
<div class="medium-priority-table collapse in">
<table class="table">
<thead>
<tr>
<th class="cname">Name</th>
<th class="ccorrection">Reasoning</th>
</tr>
</thead>
<tbody>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>contributor_role</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>contributor_role should be from NERC or GEOIDE</li>
</ul>
</td>
</tr>
<tr>
<td>contributor_role_vocabulary</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>contributor_role_vocabulary should be one of NERC or GEOIDE</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>contributor_role_vocabulary not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>creator_address</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>creator_address not present</li>
</ul>
</td>
</tr>
<tr>
<td>creator_city</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>creator_city not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>creator_phone</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>creator_phone not present</li>
</ul>
</td>
</tr>
<tr>
<td>creator_postalcode</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>creator_postalcode not present</li>
</ul>
</td>
</tr>
<tr>
<td>creator_state</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>creator_state not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>ioos_ingest</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>Global attribute "ioos_ingest" must be a string with value "false"</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>missing_value</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.air_temperature' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.sea_water_temperature' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.wind_speed' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.gust_speed' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.wind_from_direction' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.wind_from_direction_std' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.rainfall_amount' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.shortwave_radiation' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.ultraviolet_radiation' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.photosynthetic_radiation' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.air_temperature_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.sea_water_temperature_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.wind_speed_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.gust_speed_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.wind_from_direction_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.wind_from_direction_std_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.rainfall_amount_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.shortwave_radiation_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.ultraviolet_radiation_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.photosynthetic_radiation_raw' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.platform1' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.instrument1' while checking for IOOS concept: 'missing_value'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'missing_value' not present on var 's.crs' while checking for IOOS concept: 'missing_value'</li>
</ul>
</td>
</tr>
<tr>
<td>platform_id</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>platform_id not present</li>
</ul>
</td>
</tr>
<tr>
<td>platform_vocabulary</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>platform_vocabulary must be a valid URL</li>
</ul>
</td>
</tr>
<tr>
<td>publisher_address</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>publisher_address not present</li>
</ul>
</td>
</tr>
<tr>
<td>publisher_city</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>publisher_city not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>publisher_phone</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>publisher_phone not present</li>
</ul>
</td>
</tr>
<tr>
<td>publisher_postalcode</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>publisher_postalcode not present</li>
</ul>
</td>
</tr>
<tr>
<td>publisher_state</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>publisher_state not present</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>qartod_variable:references</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.air_temperature_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.sea_water_temperature_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_speed_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.gust_speed_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.wind_from_direction_std_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.rainfall_amount_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.shortwave_radiation_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.ultraviolet_radiation_qc_syn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_agg" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_atn" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_clm" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_flt" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_gap" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_loc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_mvr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_nbr" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_rng" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_rtc" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_spk" must be a valid URL</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>"references" attribute for variable "s.photosynthetic_radiation_qc_syn" must be a valid URL</li>
</ul>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
<td>standard_name_uri</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.air_temperature' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.sea_water_temperature' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.wind_speed' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.gust_speed' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.wind_from_direction' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.wind_from_direction_std' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.rainfall_amount' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.shortwave_radiation' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.ultraviolet_radiation' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.photosynthetic_radiation' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.air_temperature_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.sea_water_temperature_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.wind_speed_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.gust_speed_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.wind_from_direction_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.wind_from_direction_std_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.rainfall_amount_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.shortwave_radiation_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.ultraviolet_radiation_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.photosynthetic_radiation_raw' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.platform1' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.instrument1' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>Attr 'standard_name_uri' not present on var 's.crs' while checking for IOOS concept: 'standard_name_uri'</li>
</ul>
</td>
</tr>
<tr>
<td>§3.1 Units</td>
<td>
<!-- bulleted list inside the table row -->
<ul>
<li>units (None) attribute of 's.crs' must be a string compatible with UDUNITS</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>units (None) attribute of 's.instrument1' must be a string compatible with UDUNITS</li>
</ul>
<!-- bulleted list inside the table row -->
<ul>
<li>units (None) attribute of 's.platform1' must be a string compatible with UDUNITS</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div> <!-- .medium-priority-table -->
</div> <!-- .col-md-12 -->
<!-- Low Priority -->
<div class="col-md-12">
</div> <!-- .col-md-12 -->
</div> <!-- .col-md-12 -->
</div> <!-- .row --></div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$('.high-priority-table').collapse({toggle: false});
$('.table-collapse').click(function(e) {
e.preventDefault();
// Find table to toggle within this check
var checkWrapper = $(e.target).closest(".check_wrapper");
$(checkWrapper).find('.' + $(e.target).data('target')).collapse('toggle');
var glyph = $(e.target).find('.glyphicon');
if(glyph.hasClass('glyphicon-collapse-up')) {
glyph.removeClass('glyphicon-collapse-up');
glyph.addClass('glyphicon-collapse-down');
} else {
glyph.removeClass('glyphicon-collapse-down');
glyph.addClass('glyphicon-collapse-up');
}
});
$('.table-collapse i.glyphicon').click(function(e) {
e.preventDefault();
// Find table to toggle within this check
var checkWrapper = $(e.target).closest(".check_wrapper");
$(checkWrapper).find('.' + $(e.target.parentElement).data('target')).collapse('toggle');
var glyph = $(e.target.parentElement).find('.glyphicon');
if(glyph.hasClass('glyphicon-collapse-up')) {
glyph.removeClass('glyphicon-collapse-up');
glyph.addClass('glyphicon-collapse-down');
} else {
glyph.removeClass('glyphicon-collapse-down');
glyph.addClass('glyphicon-collapse-up');
}
});
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment