oscat.lib > Modulentwicklung / Module Development

Neuronales Netzwerk ... nur mal angeschnitten

<< < (3/6) > >>

NetFritz:
Hallo
Man kann sich bei Wetter.com kostenlos anmelden und dann mit Hilfe der API
sich sein Wetter runter laden.
Hier mal die Übersichtsseite von der API.
http://www.wetter.com/api/uebersicht/
Gruß NetFritz

peewit:
hallo

für alle die das näher interessiert , was netfritz da benutzt

sollten diese daten von wetter.com für andere oscat-user auch interesaant sein ,dann gebt hier bitte bescheid
dann lasse ich mich eventuell überreden und mache einen wetter.com baustein
die infos würden dann natürlich vom baustein in eine verständliche datenstruktur überführt werden

die frage ist aber ob das wesentlich mehr liefert als die vorhandenen oscat-wetter bausteine ?



beispiel: Wetterdaten von Berlin für 3 Tage

------------
legende:

    d     = Lokale Zeit (Unix Timestamp)
    du   = UTC Zeit (Unix Timestamp)
    dhu  = UTC Zeit (ISO 8601)
    dhl   = Lokale Zeit (ISO 8601)
    p     = Gültigkeitszeitraum der Prognose
    w    = Code für den Wetterzustand (beinhaltet w_txt)
    pc   = Niederschlagswahrscheinlichkeit in %
    tn   = Minimaltemperatur in Grad Celsius
    tx   = Maximaltemperatur in Grad Celsius
    wd  = Windrichtung in Grad (beinhaltet wd_txt)
    ws  = Windgeschwindigkeit in km/h

-----------------------------------------------

--- Code: ----<city>
 <city_code>DE0001020</city_code>
 <name>Berlin</name>
 <url>deutschland/berlin/DE0001020.html</url>
 <post_code>10115</post_code>
-<credit>
-<!--In order to use the free weather data from wetter.com you HAVE TO display at least two out of three of the following possibilities: text, link, logo
 -->
 <text>Powered by wetter.com</text>
 <link>http://www.wetter.com</link>
 <logo>Download at http://www.wetter.com/api/downloads/#logos</logo>
 </credit>
-<forecast>
-<date value="2011-09-03">
 <du>1315022400</du>
 <d>1315029600</d>
 <dhu>2011-09-03 04:00</dhu>
 <dhl>2011-09-03 06:00</dhl>
 <p>24</p>
 <w>10</w>
 <pc>45</pc>
 <wd>180</wd>
 <ws>35.2</ws>
-<time value="06:00">
 <du>1315022400</du>
 <d>1315029600</d>
 <dhu>2011-09-03 04:00</dhu>
 <dhl>2011-09-03 06:00</dhl>
 <p>5</p>
 <w>45</w>
 <pc>45</pc>
 <tn>16</tn>
 <tx>21</tx>
 <wd>180</wd>
 <ws>20.4</ws>
 <w_txt>Nebel</w_txt>
 <wd_txt>S</wd_txt>
 </time>
-<time value="11:00">
 <du>1315040400</du>
 <d>1315047600</d>
 <dhu>2011-09-03 09:00</dhu>
 <dhl>2011-09-03 11:00</dhl>
 <p>6</p>
 <w>10</w>
 <pc>10</pc>
 <tn>25</tn>
 <tx>27</tx>
 <wd>180</wd>
 <ws>14.8</ws>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>S</wd_txt>
 </time>
-<time value="17:00">
 <du>1315062000</du>
 <d>1315069200</d>
 <dhu>2011-09-03 15:00</dhu>
 <dhl>2011-09-03 17:00</dhl>
 <p>6</p>
 <w>10</w>
 <pc>10</pc>
 <tn>22</tn>
 <tx>25</tx>
 <wd>135</wd>
 <ws>35.2</ws>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>SO</wd_txt>
 </time>
-<time value="23:00">
 <du>1315083600</du>
 <d>1315090800</d>
 <dhu>2011-09-03 21:00</dhu>
 <dhl>2011-09-03 23:00</dhl>
 <p>7</p>
 <w>10</w>
 <pc>10</pc>
 <tn>18</tn>
 <tx>20</tx>
 <wd>135</wd>
 <ws>40.7</ws>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>SO</wd_txt>
 </time>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>S</wd_txt>
 <tn>16</tn>
 <tx>27</tx>
 </date>
-<date value="2011-09-04">
 <du>1315108800</du>
 <d>1315116000</d>
 <dhu>2011-09-04 04:00</dhu>
 <dhl>2011-09-04 06:00</dhl>
 <p>24</p>
 <w>10</w>
 <pc>10</pc>
 <wd>135</wd>
 <ws>40.7</ws>
-<time value="06:00">
 <du>1315108800</du>
 <d>1315116000</d>
 <dhu>2011-09-04 04:00</dhu>
 <dhl>2011-09-04 06:00</dhl>
 <p>5</p>
 <w>10</w>
 <pc>10</pc>
 <tn>18</tn>
 <tx>24</tx>
 <wd>135</wd>
 <ws>33.3</ws>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>SO</wd_txt>
 </time>
-<time value="11:00">
 <du>1315126800</du>
 <d>1315134000</d>
 <dhu>2011-09-04 09:00</dhu>
 <dhl>2011-09-04 11:00</dhl>
 <p>6</p>
 <w>10</w>
 <pc>10</pc>
 <tn>28</tn>
 <tx>29</tx>
 <wd>135</wd>
 <ws>25.9</ws>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>SO</wd_txt>
 </time>
-<time value="17:00">
 <du>1315148400</du>
 <d>1315155600</d>
 <dhu>2011-09-04 15:00</dhu>
 <dhl>2011-09-04 17:00</dhl>
 <p>6</p>
 <w>10</w>
 <pc>10</pc>
 <tn>23</tn>
 <tx>26</tx>
 <wd>135</wd>
 <ws>40.7</ws>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>SO</wd_txt>
 </time>
-<time value="23:00">
 <du>1315170000</du>
 <d>1315177200</d>
 <dhu>2011-09-04 21:00</dhu>
 <dhl>2011-09-04 23:00</dhl>
 <p>7</p>
 <w>61</w>
 <pc>75</pc>
 <tn>20</tn>
 <tx>22</tx>
 <wd>180</wd>
 <ws>33.3</ws>
 <w_txt>leichter Regen</w_txt>
 <wd_txt>S</wd_txt>
 </time>
 <w_txt>leicht bewölkt</w_txt>
 <wd_txt>SO</wd_txt>
 <tn>18</tn>
 <tx>29</tx>
 </date>
-<date value="2011-09-05">
 <du>1315195200</du>
 <d>1315202400</d>
 <dhu>2011-09-05 04:00</dhu>
 <dhl>2011-09-05 06:00</dhl>
 <p>24</p>
 <w>61</w>
 <pc>80</pc>
 <wd>270</wd>
 <ws>38.9</ws>
-<time value="06:00">
 <du>1315195200</du>
 <d>1315202400</d>
 <dhu>2011-09-05 04:00</dhu>
 <dhl>2011-09-05 06:00</dhl>
 <p>5</p>
 <w>61</w>
 <pc>80</pc>
 <tn>20</tn>
 <tx>20</tx>
 <wd>270</wd>
 <ws>27.8</ws>
 <w_txt>leichter Regen</w_txt>
 <wd_txt>W</wd_txt>
 </time>
-<time value="11:00">
 <du>1315213200</du>
 <d>1315220400</d>
 <dhu>2011-09-05 09:00</dhu>
 <dhl>2011-09-05 11:00</dhl>
 <p>6</p>
 <w>61</w>
 <pc>80</pc>
 <tn>21</tn>
 <tx>22</tx>
 <wd>270</wd>
 <ws>25.9</ws>
 <w_txt>leichter Regen</w_txt>
 <wd_txt>W</wd_txt>
 </time>
-<time value="17:00">
 <du>1315234800</du>
 <d>1315242000</d>
 <dhu>2011-09-05 15:00</dhu>
 <dhl>2011-09-05 17:00</dhl>
 <p>6</p>
 <w>20</w>
 <pc>25</pc>
 <tn>17</tn>
 <tx>19</tx>
 <wd>270</wd>
 <ws>38.9</ws>
 <w_txt>wolkig</w_txt>
 <wd_txt>W</wd_txt>
 </time>
-<time value="23:00">
 <du>1315256400</du>
 <d>1315263600</d>
 <dhu>2011-09-05 21:00</dhu>
 <dhl>2011-09-05 23:00</dhl>
 <p>7</p>
 <w>20</w>
 <pc>20</pc>
 <tn>14</tn>
 <tx>15</tx>
 <wd>270</wd>
 <ws>38.9</ws>
 <w_txt>wolkig</w_txt>
 <wd_txt>W</wd_txt>
 </time>
 <w_txt>leichter Regen</w_txt>
 <wd_txt>W</wd_txt>
 <tn>14</tn>
 <tx>22</tx>
 </date>
 </forecast>
 </city>
--- Ende Code ---

NetFritz:
Hallo
Es ist ja schön, das es diese APIs von Google und Wetter.com gibt aber es fehlen aber immer irgendwelche Wetterdaten.
Die Globaleinstrahlung hole ich von http://www.proplanta.de/Solar-Wetter/Solarwetter.html.
Gruß NetFritz

peewit:
hallo netfritz

danke für deine infos

solange sich niemand im detail äussert, wer was wofür benötigt, und wo man die daten beziehen kann, wird sich das nicht ändern

daher nochmals der aufruf an alle bezüglich Wetter, Geodaten, Solar oder ähnliches


1. was wird benötigt
2. kennt jemand informationsquellen


dann werden wir auch eine lösung suchen.....
 

gravieren:
Hi


Ich bräuchte nur die Sonnenstunden für ca. 3 Tage im voraus.

Die Globalstrahlung wäre auch noch gut,


Gruß Karl

Navigation

[0] Themen-Index

[#] Nächste Seite

[*] Vorherige Sete

Zur normalen Ansicht wechseln