Congressional Temperature Trends
Thermometer Records from Weather Stations
Is the temperature changing in my district?
If link to Congressional District shown on map fails then click on number here:
ksort($usa[$state]['district']);
foreach($usa[$state]['district'] as $key=>$value)
{
echo ''.htmlspecialchars($key).' ';
}
if ($state=="AK")
{
echo '';
echo '
Alaska has warmed (since 1960) more than any other state.
This is consistent with the significant loss of Arctic September Sea ice Area.
Watch this NASA movie:
seaice.mov ';
}
?>