Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 5978:ebd6e8e234e0
Added mainvalues to fixanalysis wq curves.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 10 May 2013 15:44:48 +0200 |
parents | 178a873df7a9 |
children | 5159a7d85320 |
comparison
equal
deleted
inserted
replaced
5977:0ddb8be91f2f | 5978:ebd6e8e234e0 |
---|---|
621 <dc:call-macro name="basedata_3_officials"/> | 621 <dc:call-macro name="basedata_3_officials"/> |
622 <dc:call-macro name="basedata_5_flood-protections"/> | 622 <dc:call-macro name="basedata_5_flood-protections"/> |
623 <dc:call-macro name="annotations_per_type"/> | 623 <dc:call-macro name="annotations_per_type"/> |
624 </dc:macro> | 624 </dc:macro> |
625 | 625 |
626 <dc:macro name="discharge_table_gauge"> | 626 <dc:comment> |
627 + River-Node | |
628 </dc:comment> | |
629 <dc:attribute name="name" value="${river_name}"/> | |
630 | |
631 <dc:choose> | |
632 <dc:when test="dc:contains($parameters, 'recommended')"> | |
633 <dc:comment> | |
634 Recommendations (client shall load immediately). | |
635 </dc:comment> | |
636 <dc:if test="dc:contains($artifact-outs, 'w_differences') or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))"> | |
637 <dc:call-macro name="annotations"/> | |
638 </dc:if> | |
639 <dc:if test="dc:contains($artifact-outs, 'historical_discharge_wq')"> | |
640 <dc:call-macro name="mainvalues"/> | |
641 </dc:if> | |
642 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> | |
643 <dc:call-macro name="cross_sections"/> | |
644 <dc:call-macro name="hyks"/> | |
645 </dc:if> | |
646 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')"> | |
647 <dc:call-macro name="mainvalues"/> | |
648 <dc:call-macro name="basedata_2_fixations_wqkms"/> | |
649 </dc:if> | |
650 <dc:if test="dc:contains($artifact-outs, 'duration_curve')"> | |
651 <dc:call-macro name="mainvalues"/> | |
652 </dc:if> | |
653 <dc:if test="dc:contains($artifact-outs, 'reference_curve')"> | |
654 <dc:call-macro name="annotations"/> | |
655 <dc:call-macro name="mainvalues"/> | |
656 </dc:if> | |
657 <dc:if test="dc:contains($artifact-outs, 'fix_wq_curve')"> | |
658 <dc:call-macro name="qsectors"/> | |
659 <dc:call-macro name="mainvalues"/> | |
660 </dc:if> | |
661 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section')"> | |
662 <dc:call-macro name="annotations"/> | |
663 </dc:if> | |
664 <dc:if test="dc:contains($artifact-outs, 'fix_longitudinal_section_curve')"> | |
665 <dc:call-macro name="annotations"/> | |
666 </dc:if> | |
667 <dc:if test="dc:contains($artifact-outs, 'bed_difference_epoch')"> | |
668 <dc:call-macro name="annotations"/> | |
669 </dc:if> | |
670 <dc:if test="dc:contains($artifact-outs, 'bed_difference_year')"> | |
671 <dc:call-macro name="annotations"/> | |
672 </dc:if> | |
673 <dc:if test="dc:contains($artifact-outs, 'bed_difference_height_year')"> | |
674 <dc:call-macro name="annotations"/> | |
675 </dc:if> | |
676 </dc:when> | |
677 <dc:otherwise> | |
678 <dc:comment> | |
679 Non - Recommendations. | |
680 </dc:comment> | |
681 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> | |
682 <dc:call-macro name="basedata_0"/> | |
683 <dc:call-macro name="basedata_1_additionals"/> | |
684 <dc:call-macro name="basedata_2_fixations"/> | |
685 <dc:call-macro name="basedata_3_officials"/> | |
686 <dc:call-macro name="basedata_4_heightmarks-points"/> | |
687 <dc:call-macro name="cross_sections"/> | |
688 <dc:call-macro name="hyks"/> | |
689 </dc:if> | |
690 <!--dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')"> | |
691 <dc:call-macro name="basedata_0_wq"/> | |
692 <dc:call-macro name="basedata_4_heightmarks-wq"/> | |
693 </dc:if--> | |
694 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section') or (dc:contains($artifact-outs, 'w_differences')) or (dc:contains($artifact-outs, 'discharge_longitudinal_section'))"> | |
695 <dc:call-macro name="longitudinal-section-prototype"/> | |
696 </dc:if> | |
697 <dc:if test="dc:contains($artifact-outs, 'duration_curve')"> | |
698 <dc:call-macro name="mainvalues"/> | |
699 <dc:call-macro name="basedata_2_fixations_relative_point"/> | |
700 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/> | |
701 <dc:call-macro name="basedata_5_flood-protections_relative_points"/> | |
702 </dc:if> | |
703 <dc:if test="dc:contains($artifact-outs, 'reference_curve')"> | |
704 <dc:call-macro name="annotations"/> | |
705 <!--dc:call-macro name="basedata_0"/--> | |
706 <dc:call-macro name="basedata_1_additionals-relative_point"/> | |
707 <dc:comment comment=" FIXATIONS ---------------------------"/> | |
708 <dc:call-macro name="basedata_2_fixations_relative_point"/> | |
709 <dc:comment comment=" HOEHENMARKEN ---------------------------"/> | |
710 <dc:call-macro name="basedata_4_heightmarks-points-relative_points"/> | |
711 <dc:call-macro name="basedata_5_flood-protections_relative_points"/> | |
712 </dc:if> | |
713 <dc:if test="dc:contains($artifact-outs, 'fix_wq_curve')"> | |
714 <dc:call-macro name="basedata_0_wq"/> | |
715 <dc:call-macro name="basedata_1_additionals_marks"/> | |
716 <dc:call-macro name="basedata_2_fixations_wqkms"/> | |
717 <dc:call-macro name="basedata_3_officials"/> | |
718 <dc:call-macro name="basedata_4_heightmarks-points"/> | |
719 <dc:call-macro name="basedata_5_flood-protections_relative_points"/> | |
720 </dc:if> | |
721 <dc:if test="dc:contains($artifact-outs, 'fix_deltawt_curve')"> | |
722 </dc:if> | |
723 <dc:if test="dc:contains($artifact-outs, 'fix_longitudinal_section_curve')"> | |
724 <dc:call-macro name="annotations"/> | |
725 </dc:if> | |
726 <dc:if test="dc:contains($artifact-outs, 'map')"> | |
727 <dc:call-macro name="flood-map-complete"/> | |
728 </dc:if> | |
729 <dc:if test="dc:contains($artifact-outs, 'flow_velocity')"> | |
730 <dc:call-macro name="annotations_per_type"/> | |
731 <dc:call-macro name="flow_velocity_measurements"/> | |
732 </dc:if> | |
733 <dc:if test="dc:contains($artifact-outs, 'bed_longitudinal_section')"> | |
734 <dc:call-macro name="annotations_per_type"/> | |
735 </dc:if> | |
736 <dc:if test="dc:contains($artifact-outs, 'sedimentload_ls')"> | |
737 <dc:call-macro name="annotations_per_type"/> | |
738 <dc:call-macro name="morph_width"/> | |
739 </dc:if> | |
740 <dc:comment> | |
741 MINFO bedheight middle | |
742 </dc:comment> | |
743 <dc:if test="dc:contains($artifact-outs, 'bedheight_middle')"> | |
744 <dc:call-macro name="sounding-width"/> | |
745 <dc:call-macro name="basedata_0"/> | |
746 <dc:call-macro name="basedata_1_additionals"/> | |
747 <dc:call-macro name="basedata_2_fixations"/> | |
748 <dc:call-macro name="basedata_3_officials"/> | |
749 <dc:call-macro name="annotations_per_type"/> | |
750 </dc:if> | |
751 <dc:if test="dc:contains($artifact-outs, 'bed_difference_year') or | |
752 dc:contains($artifact-outs, 'bed_difference_epoch')"> | |
753 <dc:call-macro name="basedata_0"/> | |
754 <dc:call-macro name="basedata_1_additionals"/> | |
755 <dc:call-macro name="basedata_2_fixations"/> | |
756 <dc:call-macro name="basedata_3_officials"/> | |
757 <dc:call-macro name="annotations_per_type"/> | |
758 <dc:call-macro name="morph_width"/> | |
759 </dc:if> | |
760 <dc:comment comment="--- non-recommendations---"/> | |
761 </dc:otherwise> | |
762 </dc:choose> | |
763 | |
764 <dc:if test="dc:contains($artifact-outs, 'waterlevels')"> | |
765 | |
766 <!-- base data --> | |
767 <dc:call-macro name="basedata_0"/> | |
768 | |
769 <!-- extra-longitudinal-sections --> | |
770 <dc:call-macro name="basedata_1_additionals"/> | |
771 | |
772 <!-- fixations --> | |
773 <dc:call-macro name="basedata_2_fixations"/> | |
774 | |
775 <!-- flood water marks--> | |
776 <dc:call-macro name="basedata_4_heightmarks-points"/> | |
777 | |
778 <!-- flood protection --> | |
779 <dc:call-macro name="basedata_5_flood-protections"/> | |
780 | |
781 </dc:if> | |
782 | |
783 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve') and not (dc:contains($parameters, 'recommended'))"> | |
627 <discharge_table_nn> | 784 <discharge_table_nn> |
628 <discharge_table_gauge> | 785 <discharge_table_gauge> |
629 <dc:context> | 786 <dc:context> |
630 <dc:statement> | 787 <dc:statement> |
631 SELECT id AS gauge_id, | 788 SELECT id AS gauge_id, |