index.html 7.11 KB
Newer Older
Riehmann's avatar
Riehmann committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html>
  <head>
    <title>Einleitung</title>
    <link rel="stylesheet" type="text/css" href="styles.css" />
    <style>
      body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f0f0f0;
      }
      .dropdown {
        position: relative;
        display: inline-block;
      }
      .dropdown-content {
        display: none;
        position: absolute;
        min-width: 160px;
        z-index: 1;
      }
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      .dropdown:hover .dropdown-content {
        display: block;
      }
      .dropbtn {
        background-color: #664caf;
        color: rgb(243, 235, 235); 
        padding: 8px; 
        font-size: 14px; 
        border: none; 
        cursor: pointer; 
        font-family: Optima, sans-serif; 
      }

      .dropdown-content a {
        color: rgba(22, 24, 17, 0.76); 
        padding: 0px 0px;
        text-decoration: none;
        display: block;
        font-family: Optima, sans-serif; 
        font-size: 13px;
      }
      .dropdown:hover .dropbtn {
        background-color: #3e8e41; 
      }

      .container {
        width: 80%;
        margin: auto;
        overflow: hidden;
      }
      .header {
        background: #50a3a2;
        color: white;
        padding-top: 30px; 
        min-height: 70px;
        border-bottom: #e8491d 3px solid;
      }
      .header h1, .header h5{
        text-align: center;
        margin: 0;
      }
      
      .small-header {
        background-image: url("solar.jpg"); 
        background-size: cover; 
        background-repeat: no-repeat; 
        padding-top: 20px; 
        min-height: 30px; 
        display: flex; 
        justify-content: flex-start; 
        align-items: center; 
      }
      .content {
        padding: 16px;
      }
      .city-buttons {
     margin-left: auto;  
      display: flex;
      background-size: cover;
      gap: 10px; 
}
    </style>
  </head>
  <body>
    <div class="container">
      <div class="header">
        <h1>Photovoltaikanlage für Baden-Württemberg</h1>
        <h5>Hochschule für Technik (Geo-visualisierung) Vorgelegt von: Leilani Riehmann</h5>
      </div>
       
      <div class="content">
        <div class="small-header">
          <p style="margin-right: 10px;"><h4 style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color:#023d04">Baden-Württemberg und ausgewählte Ortsteile</h4</p>

            <div class="dropdown">
              <button class="dropbtn">Baden-Württemberg</button>
              <div class="dropdown-content">
                <a href="BW_map.html"><h3>interaktive Karte</h3></a>
                <a href="BWPopUp.html"><h3>Karte mit PopUp</h3></a>
            
              </div>
            </div>
           <div class="dropdown">
            <button class="dropbtn">Stuttgart</button>
            <div class="dropdown-content">
              <a href="Stuttgart_Map.html"><h3>Karte</h3></a>
              <a href="Stuggi.html"><h3>Karte mit PopUp</h3></a>
              <a href="MapChartStuttgart.html"><h3>Karte & Graph</h3></a>
            </div>
          </div>
          <div class="dropdown">
            <button class="dropbtn">Freiburg</button>
            <div class="dropdown-content">
              <a href="Freiburg_map.html"><h3>Karte</h3></a>
              <a href="FreiburgChart.html"><h3>Graph</h3></a>
              <a href="MapChartFreiburg.html"><h3>Karte & Graph</h3></a>
            </div>
          </div>
          <div class="dropdown">
            <button class="dropbtn">Mannheim</button>
            <div class="dropdown-content">
              <a href="Mannheim_Map.html"><h3>Karte</h3></a>
              <a href="MannheimChart.html"><h3>Graph</h3></a>
              <a href="MapChartMannheim.html"><h3>Karte & Graph</h3></a>
            </div>
          </div>
          <div class="dropdown">
            <button class="dropbtn">Karlsruhe</button>
            <div class="dropdown-content">
              <a href="Karlsruhe_Map.html"><h3>Karte</h3></a>
              <a href="KarlsruheChart.html"><h3>Graph</h3></a>
              <a href="MapChartKarlsruhe.html"><h3>Karte & Graph</h3></a>
            </div>
          </div>

        </div>
        <br />
        <br />
        <h2 style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color:#3e8e41">Choroplethenkarte</h2>
        <p>
          Dieses Projekt zielt darauf ab, die installierte PV-Leistung für <strong>Baden
          Württemberg</strong> <br />pro Postleitzahlregion als Choropletenkarte zu
          visualisieren.
        </p>

        <p>
          Eine <strong>Choroplethenkarte</strong> ist eine thematische Karte, bei der die Gebiete
          im Verhältnis zur <br />Verteilungsdichte 
          des thematischen Objektes eingefärbt, schattiert, gepunktet oder
          schraffiert sind. <br />In diesem Projekt repräsentiert die Farbe der
          Karte die installierte PV-Leistung pro Postleitzahlregion.
        </p>
        <h2 style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color:#3e8e41">Wie man die Karte verwendet</h2>
        <p>
          Um die Karte zu verwenden, fahren Sie mit der Maus über die
          verschiedenen Regionen. <br />Ein Popup-Fenster wird angezeigt, das
          Informationen über die installierte PV-Leistung <br /><strong>(Brutto und Netto)</strong> für die jeweilige
          Ortsteil enthält. Sie können auch auf die ausgewählte <br /> Ortsteile klicken, um die Karte 
          und den Graph anzusehen auf diese Region zu zoomen.
        </p>
        <h2 style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color:#3e8e41">kWp: Kilowatt-Peak</h2>
        <p>
          <strong>kWp</strong> steht für <strong>Kilowatt-Peak</strong> und ist ein Maß für die Spitzenleistung, 
          die eine Photovoltaikanlage unter<br /> Standard-Testbedingungen erreichen kann. 
          Es gibt an, welche Höchstleistung in Kilowatt (kW)<br /> eine Photovoltaikanlage 
          erbringen kann, typischerweise gemessen unter festgelegten Bedingungen<br /> 
          wie einer bestimmten Sonneneinstrahlung und Temperatur. Diese Bedingungen 
          werden <br />als <strong>Standard-Testbedingungen (STC)</strong> bezeichnet.
        </p>
        <h2 style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color:#3e8e41">Die Berechnung</h2>
        <p>
          Die Berechnung der kWp einer Photovoltaikanlage erfolgt:</br>
          Zum Beispiel:  12 Module mit einer Leistung von jeweils 400:
          <p>
          <strong>Anlagenleistung</strong> = Anzahl der Module * Leistung eines Moduls</br>
          <br />
          <strong>Anlagenleistung</strong> = 12 * 400 Wp = 4800 Wp oder 4,8 kWp
    
        </p>
      </div>
    </div>
  </body>
</html>