Control site (reference shore)
A matched stretch of the same shoreline at least two kilometres from the construction envelope, counted rather than instrumented: the same shore-bird counts as on the parcel, on the same days, by the regional nature research centre. Its role is to share weather, season and regional trends so that change happening everywhere can be told apart from change caused here.
';
/* Primary stream: the paired human counts. Rendered from the streams table once a stream exists for them; a static placeholder card until then. */
$c=stream_by_code('ct_shore_counts');
if($c && visible($c)){
$rows=series($c, date('Y-m-d H:i:s',strtotime('-365 days')), date('Y-m-d H:i:s'));
echo ''.h($c['label']).' '.mode_badge($c).'
Paired human counts, same day as the parcel counts, periodically through the year. The primary comparison for the wildlife paper.
$c['unit'],'series'=>[['label'=>$c['label'],'slot'=>(int)$c['series_slot'],'data'=>array_map(fn($r)=>[substr($r['ts'],0,16),(float)$r['value']],$rows)]]])).'\'>
'.instrument_card($c).'
';
}else{
echo 'Reference shore counts (Náttúrustofa Vesturlands) PLACEHOLDER DATA
Paired human counts, same day as the parcel counts, periodically through the year. The primary comparison for the wildlife paper.
First record: none yet. The tag turns green when the first count lands.
';
}
/* Below it, the recorder: at most one, and only if it can be placed and serviced. */
$s=stream_by_code('ac_control_activity');
if($s){
$rows=series($s, date('Y-m-d H:i:s',strtotime('-30 days')), date('Y-m-d H:i:s'));
echo ''.h($s['label']).' if placed '.mode_badge($s).'
At most one recorder is placed at the reference shore, and only if the landowner agrees and the Centre\'s visits can service it; the comparison rests on the counts.
$s['unit'],'series'=>[['label'=>$s['label'],'slot'=>2,'data'=>array_map(fn($r)=>[substr($r['ts'],0,16),(float)$r['value']],$rows)]]])).'\'>
'.instrument_card($s).'
';
}
echo 'Siting follows published disturbance distances for the shore species of this coast; the exact location is generalised on public pages by agreement with the regional ecologists.
';
page_footer();