Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 8113:f5c0ed04f673
Reconstruct facet description of sediment load at measurement stations. i18n will follow.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Wed, 20 Aug 2014 17:07:17 +0200 |
parents | d527cb72627f |
children | 84f42caeea2a |
comparison
equal
deleted
inserted
replaced
8112:5d5fb6ee1888 | 8113:f5c0ed04f673 |
---|---|
1405 </dc:if> | 1405 </dc:if> |
1406 </dc:context> | 1406 </dc:context> |
1407 </densities> | 1407 </densities> |
1408 </dc:macro> | 1408 </dc:macro> |
1409 | 1409 |
1410 <dc:comment> TODO aheinecke: Needs the kind in the ids;2 field </dc:comment> | |
1411 <dc:comment> TODO aheinecke: Does seperation by Id even make sense here? Is not a year filter required?</dc:comment> | |
1412 <dc:macro name="one-load"> | 1410 <dc:macro name="one-load"> |
1413 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $year)"/> | 1411 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $year)"/> |
1414 <year description="{$syear}" | 1412 <year description="{$syear}" |
1415 factory="sedimentload" | 1413 factory="sedimentload" |
1416 target_out="{$out}" | 1414 target_out="{$out}" |
1417 info="{$description}" | 1415 info="{$description}" |
1418 ids="{$syid};{$station_name} - {$syear}" /> | 1416 ids="{$syid};{$fraction};{$syear}" /> |
1419 </dc:macro> | 1417 </dc:macro> |
1420 | 1418 |
1421 <dc:comment> TODO aheinecke: Needs the kind in the name</dc:comment> | |
1422 <dc:macro name="epoch-load"> | 1419 <dc:macro name="epoch-load"> |
1423 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $startyear)"/> | 1420 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $startyear)"/> |
1424 <dc:variable name="eyear" type="string" expr="dc:date-format('yyyy', $endyear)"/> | 1421 <dc:variable name="eyear" type="string" expr="dc:date-format('yyyy', $endyear)"/> |
1425 <year description="{$syear}-{$eyear}" | 1422 <year description="{$syear}-{$eyear}" |
1426 factory="sedimentload" | 1423 factory="sedimentload" |
1427 target_out="{$out}" | 1424 target_out="{$out}" |
1428 info="{$description}" | 1425 info="{$description}" |
1429 ids="{$syid};{$station_name} - {$syear}-{$eyear}" /> | 1426 ids="{$syid};{$fraction};{$syear}-{$eyear}" /> |
1430 </dc:macro> | 1427 </dc:macro> |
1431 | 1428 |
1432 <dc:macro name="one-load_ls"> | 1429 <dc:macro name="one-load_ls"> |
1433 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $year)"/> | 1430 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $year)"/> |
1434 <year description="{$syear}" | 1431 <year description="{$syear}" |