Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 3583:18d9b7af3783
Show former calculation in FixA WQ DC.
flys-artifacts/trunk@5199 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 13 Aug 2012 12:22:11 +0000 |
parents | e08bc99e097f |
children | c105b4466b4e |
comparison
equal
deleted
inserted
replaced
3582:e08bc99e097f | 3583:18d9b7af3783 |
---|---|
1579 | 1579 |
1580 <dc:context> | 1580 <dc:context> |
1581 <dc:statement> | 1581 <dc:statement> |
1582 SELECT id AS out_id | 1582 SELECT id AS out_id |
1583 FROM outs | 1583 FROM outs |
1584 WHERE artifact_id = ${a_id} AND name = 'longitudinal_section' | 1584 WHERE artifact_id = ${a_id} AND name = 'fix_wq_curve' |
1585 </dc:statement> | 1585 </dc:statement> |
1586 <dc:elements> | 1586 <dc:elements> |
1587 <dc:context> | 1587 <dc:context> |
1588 <dc:statement> | 1588 <dc:statement> |
1589 SELECT name AS facet_name, num as facet_num, description AS facet_description | 1589 SELECT name AS facet_name, num as facet_num, description AS facet_description |
1590 FROM facets | 1590 FROM facets |
1591 WHERE out_id = ${out_id} and name = 'longitudinal_section.w' | 1591 WHERE out_id = ${out_id} and ( name LIKE 'fix_sector_average_wq%' OR name = 'fix_wq_curve' ) |
1592 ORDER BY num ASC, name DESC | 1592 ORDER BY num ASC, name DESC |
1593 </dc:statement> | 1593 </dc:statement> |
1594 <waterlevels> | 1594 <waterlevels> |
1595 <dc:attribute name="description" value="${river} ${a_creation} ${collection_name}"/> | 1595 <dc:attribute name="description" value="${river} ${a_creation} ${collection_name}"/> |
1596 <dc:elements> | 1596 <dc:elements> |
1597 <dc:element name="${facet_name}"> | 1597 <dc:element name="${facet_name}"> |
1598 <dc:attribute name="description" value="${facet_description}"/> | 1598 <dc:attribute name="description" value="${facet_description}"/> |
1599 <dc:attribute name="ids" value="${facet_num}"/> | 1599 <dc:attribute name="ids" value="${facet_num}"/> |
1600 <dc:attribute name="factory" value="winfo"/> | 1600 <dc:attribute name="factory" value="fixanalysis"/> |
1601 <dc:attribute name="artifact-id" value="${a_gid}"/> | 1601 <dc:attribute name="artifact-id" value="${a_gid}"/> |
1602 <dc:attribute name="out" value="longitudinal_section"/> | 1602 <dc:attribute name="out" value="fix_wq_curve"/> |
1603 </dc:element> | 1603 </dc:element> |
1604 </dc:elements> | 1604 </dc:elements> |
1605 </waterlevels> | 1605 </waterlevels> |
1606 </dc:context> | 1606 </dc:context> |
1607 </dc:elements> | 1607 </dc:elements> |