Skip to content

Commit

Permalink
text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gassc committed Jan 14, 2021
1 parent b22fd7a commit cf14477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Layout extends React.Component {
title="Historical Rain Gauge"
>
<h1 className="data-type-header">Historical Rain Gauge Data</h1>
<p>Historic rain gauge data has been through a QA/QC process by ALCOSAN and 3RWW, where data errors caused by the hardware have been addressed.</p>
<p>Historic rain gauge data has been through a QA/QC process with ALCOSAN and 3RWW in which any data errors caused by the gauge hardware have been addressed.</p>
<RainfallDownloader
contextType={CONTEXT_TYPES.legacyGauge}
rainfallDataType={RAINFALL_TYPES.historic}
Expand All @@ -84,7 +84,7 @@ class Layout extends React.Component {
<h1 className="data-type-header">Calibrated Radar Rainfall</h1>
<p>Calibrated radar rainfall data is NEXRAD radar rainfall data adjusted using our rain gauge network. Calibration is performed by <a href="https://www.vieuxinc.com/" target="_blank">Vieux Associates</a>.</p>
<Alert variant='warning'>
<strong>Please note:</strong> We are currently migrating historic calibrated radar rainfall data to a new database; consequently rainfall data downloaded here will be incomplete.
<strong>Please note:</strong> We are currently migrating historic calibrated radar rainfall data to a new database; consequently you may find that rainfall data downloaded here for dates prior to July 2020 will be incomplete.
</Alert>
<RainfallDownloader
contextType={CONTEXT_TYPES.legacyGarr}
Expand Down
1 change: 1 addition & 0 deletions src/components/sidebar/legacy/legacyRealtime.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default class LegacyRealtimeRainfallPage extends React.Component {
</OverlayTrigger>
</small>
</h1>
<p>Real-time rainfall measurements are available from the rain gauge network and NEXRAD radar. This data is updated every 15 minutes.</p>
{/* <br></br>
<Card>
<Card.Header as="h2">Map Provisional Data</Card.Header>
Expand Down

0 comments on commit cf14477

Please sign in to comment.