# HG changeset patch # User Andre Heinecke # Date 1408119895 -7200 # Node ID 1d2a9c5ee97b2edad21a12882da174b35d90df5b # Parent 7b062d9b8e1b8e681a54b6fcf93fe8a8bc67ed80 Change sedimentload factory from yields to loads. diff -r 7b062d9b8e1b -r 1d2a9c5ee97b artifacts/doc/conf/meta-data.xml --- a/artifacts/doc/conf/meta-data.xml Fri Aug 15 18:21:10 2014 +0200 +++ b/artifacts/doc/conf/meta-data.xml Fri Aug 15 18:24:55 2014 +0200 @@ -1316,7 +1316,7 @@ - + @@ -1407,23 +1407,47 @@ + TODO aheinecke: This is a load of data. Needs grouping desperately. And te kidn in the ids;2 field + TODO aheinecke: Does seperation by Id even make sense here? Is not a year filter required? + + + + + + TODO aheinecke: This is a load of data. Needs grouping desperately. And the kind in the name + + + + + + + TODO aheinecke: Create a sedimentload_ls static facet + ids="{$syid}:{$syear}" /> + TODO aheinecke: Create a sedimentload_ls static facet + ids="{$syid};{$syear}-{$eyear}" /> @@ -1439,8 +1463,12 @@ - - + + + This is the macro for static datacage "Sedimentloads". + Or "Frachten". + + @@ -1450,7 +1478,8 @@ sy.id AS syid, sy.description AS description, ti.start_time AS year, - gf.name AS fraction + gf.name AS fraction, + ms.name AS station_name FROM sediment_load sy JOIN sediment_load_values syv ON sy.id = syv.sediment_load_id @@ -1477,6 +1506,7 @@ sy.description AS description, ti.start_time AS startyear, ti.stop_time AS endyear, + ms.name AS station_name, gf.name AS fraction FROM sediment_load sy JOIN sediment_load_values syv @@ -1546,7 +1576,7 @@ - +