GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 27-Sep-2004, 04:23
Darksat Darksat is offline
Awaiting Email Confirmation
 
Join Date: Aug 2004
Location: London
Posts: 97
Darksat is on a distinguished road

XML feed into PHP graph


I need to create or find a system that will let me display the info in the XML feed below as a graph on a PHP website. I also need to seperate the data from different locations.
can anyone help me?

Quote:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <document>
- <forecast>
<forecastLocation>Clare</forecastLocation>
- <forecastData>
<forecastTime>9/27/2004 6:00:00 AM</forecastTime>
<windspeed>10.4</windspeed>
<winddirection>249</winddirection>
<pressure>1022.78</pressure>
<weather>CL</weather>
<surfheight>3.43</surfheight>
<surfdirection>266</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 9:00:00 AM</forecastTime>
<windspeed>9.2</windspeed>
<winddirection>235</winddirection>
<pressure>1022.86</pressure>
<weather>PC</weather>
<surfheight>3.13</surfheight>
<surfdirection>266</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 12:00:00 PM</forecastTime>
<windspeed>11.3</windspeed>
<winddirection>227</winddirection>
<pressure>1022.25</pressure>
<weather>PC</weather>
<surfheight>2.89</surfheight>
<surfdirection>265</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 3:00:00 PM</forecastTime>
<windspeed>12.8</windspeed>
<winddirection>230</winddirection>
<pressure>1021.37</pressure>
<weather>PC</weather>
<surfheight>2.71</surfheight>
<surfdirection>264</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 6:00:00 PM</forecastTime>
<windspeed>12.2</windspeed>
<winddirection>232</winddirection>
<pressure>1020.78</pressure>
<weather>CL</weather>
<surfheight>2.59</surfheight>
<surfdirection>263</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 9:00:00 PM</forecastTime>
<windspeed>11.6</windspeed>
<winddirection>229</winddirection>
<pressure>1020.03</pressure>
<weather>CL</weather>
<surfheight>2.47</surfheight>
<surfdirection>262</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 12:00:00 AM</forecastTime>
<windspeed>12.8</windspeed>
<winddirection>232</winddirection>
<pressure>1018.74</pressure>
<weather>CL</weather>
<surfheight>2.39</surfheight>
<surfdirection>260</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 3:00:00 AM</forecastTime>
<windspeed>13.7</windspeed>
<winddirection>229</winddirection>
<pressure>1017.17</pressure>
<weather>CL</weather>
<surfheight>2.35</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 6:00:00 AM</forecastTime>
<windspeed>14.1</windspeed>
<winddirection>229</winddirection>
<pressure>1016.55</pressure>
<weather>LR</weather>
<surfheight>2.34</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 9:00:00 AM</forecastTime>
<windspeed>11.4</windspeed>
<winddirection>238</winddirection>
<pressure>1016.35</pressure>
<weather>LR</weather>
<surfheight>2.25</surfheight>
<surfdirection>259</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 12:00:00 PM</forecastTime>
<windspeed>9.2</windspeed>
<winddirection>252</winddirection>
<pressure>1016.15</pressure>
<weather>LR</weather>
<surfheight>2.17</surfheight>
<surfdirection>261</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 3:00:00 PM</forecastTime>
<windspeed>7.1</windspeed>
<winddirection>255</winddirection>
<pressure>1015.55</pressure>
<weather>CL</weather>
<surfheight>2.07</surfheight>
<surfdirection>264</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 6:00:00 PM</forecastTime>
<windspeed>4.9</windspeed>
<winddirection>242</winddirection>
<pressure>1014.49</pressure>
<weather>CL</weather>
<surfheight>1.99</surfheight>
<surfdirection>267</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 9:00:00 PM</forecastTime>
<windspeed>3.8</windspeed>
<winddirection>217</winddirection>
<pressure>1014.61</pressure>
<weather>PC</weather>
<surfheight>1.9</surfheight>
<surfdirection>269</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 12:00:00 AM</forecastTime>
<windspeed>5.9</windspeed>
<winddirection>191</winddirection>
<pressure>1014</pressure>
<weather>PC</weather>
<surfheight>1.81</surfheight>
<surfdirection>271</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 3:00:00 AM</forecastTime>
<windspeed>7.1</windspeed>
<winddirection>185</winddirection>
<pressure>1013.5</pressure>
<weather>PC</weather>
<surfheight>1.72</surfheight>
<surfdirection>272</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 6:00:00 AM</forecastTime>
<windspeed>7.2</windspeed>
<winddirection>163</winddirection>
<pressure>1012.8</pressure>
<weather>PC</weather>
<surfheight>1.61</surfheight>
<surfdirection>271</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 9:00:00 AM</forecastTime>
<windspeed>9.1</windspeed>
<winddirection>149</winddirection>
<pressure>1012.41</pressure>
<weather>PC</weather>
<surfheight>1.5</surfheight>
<surfdirection>267</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 12:00:00 PM</forecastTime>
<windspeed>11.2</windspeed>
<winddirection>146</winddirection>
<pressure>1011.53</pressure>
<weather>PC</weather>
<surfheight>1.41</surfheight>
<surfdirection>258</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 3:00:00 PM</forecastTime>
<windspeed>13.7</windspeed>
<winddirection>143</winddirection>
<pressure>1009.34</pressure>
<weather>CL</weather>
<surfheight>1.35</surfheight>
<surfdirection>244</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 6:00:00 PM</forecastTime>
<windspeed>9.7</windspeed>
<winddirection>185</winddirection>
<pressure>1007.9</pressure>
<weather>SH</weather>
<surfheight>1.3</surfheight>
<surfdirection>244</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 9:00:00 PM</forecastTime>
<windspeed>11.7</windspeed>
<winddirection>257</winddirection>
<pressure>1008.67</pressure>
<weather>LR</weather>
<surfheight>1.23</surfheight>
<surfdirection>251</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 12:00:00 AM</forecastTime>
<windspeed>10.9</windspeed>
<winddirection>245</winddirection>
<pressure>1009.06</pressure>
<weather>LR</weather>
<surfheight>1.27</surfheight>
<surfdirection>251</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 3:00:00 AM</forecastTime>
<windspeed>10.0</windspeed>
<winddirection>218</winddirection>
<pressure>1008.56</pressure>
<weather>FA</weather>
<surfheight>1.49</surfheight>
<surfdirection>246</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 6:00:00 AM</forecastTime>
<windspeed>13.1</windspeed>
<winddirection>195</winddirection>
<pressure>1007.34</pressure>
<weather>FA</weather>
<surfheight>2.12</surfheight>
<surfdirection>245</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 9:00:00 AM</forecastTime>
<windspeed>13.2</windspeed>
<winddirection>221</winddirection>
<pressure>1007.73</pressure>
<weather>LR</weather>
<surfheight>3.06</surfheight>
<surfdirection>256</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 12:00:00 PM</forecastTime>
<windspeed>17.3</windspeed>
<winddirection>260</winddirection>
<pressure>1007.9</pressure>
<weather>RO</weather>
<surfheight>3.87</surfheight>
<surfdirection>265</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 3:00:00 PM</forecastTime>
<windspeed>17.9</windspeed>
<winddirection>282</winddirection>
<pressure>1008.81</pressure>
<weather>LR</weather>
<surfheight>4.32</surfheight>
<surfdirection>270</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 6:00:00 PM</forecastTime>
<windspeed>18.1</windspeed>
<winddirection>297</winddirection>
<pressure>1011.77</pressure>
<weather>LR</weather>
<surfheight>4.37</surfheight>
<surfdirection>274</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 9:00:00 PM</forecastTime>
<windspeed>15.3</windspeed>
<winddirection>302</winddirection>
<pressure>1014.93</pressure>
<weather>PC</weather>
<surfheight>4.14</surfheight>
<surfdirection>277</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 12:00:00 AM</forecastTime>
<windspeed>11.2</windspeed>
<winddirection>294</winddirection>
<pressure>1017.71</pressure>
<weather>FA</weather>
<surfheight>3.79</surfheight>
<surfdirection>277</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 3:00:00 AM</forecastTime>
<windspeed>7.2</windspeed>
<winddirection>279</winddirection>
<pressure>1018.87</pressure>
<weather>FA</weather>
<surfheight>3.4</surfheight>
<surfdirection>277</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 6:00:00 AM</forecastTime>
<windspeed>6.7</windspeed>
<winddirection>231</winddirection>
<pressure>1019.52</pressure>
<weather>FA</weather>
<surfheight>3.02</surfheight>
<surfdirection>277</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 9:00:00 AM</forecastTime>
<windspeed>9.2</windspeed>
<winddirection>214</winddirection>
<pressure>1021</pressure>
<weather>PC</weather>
<surfheight>2.65</surfheight>
<surfdirection>275</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 12:00:00 PM</forecastTime>
<windspeed>11.8</windspeed>
<winddirection>217</winddirection>
<pressure>1021.29</pressure>
<weather>PC</weather>
<surfheight>2.3</surfheight>
<surfdirection>271</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 3:00:00 PM</forecastTime>
<windspeed>13.1</windspeed>
<winddirection>206</winddirection>
<pressure>1021.16</pressure>
<weather>PC</weather>
<surfheight>2.08</surfheight>
<surfdirection>262</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 6:00:00 PM</forecastTime>
<windspeed>12.8</windspeed>
<winddirection>197</winddirection>
<pressure>1020.75</pressure>
<weather>LR</weather>
<surfheight>2.13</surfheight>
<surfdirection>251</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 9:00:00 PM</forecastTime>
<windspeed>14.8</windspeed>
<winddirection>187</winddirection>
<pressure>1021.32</pressure>
<weather>LR</weather>
<surfheight>2.44</surfheight>
<surfdirection>251</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 12:00:00 AM</forecastTime>
<windspeed>14.1</windspeed>
<winddirection>192</winddirection>
<pressure>1021.06</pressure>
<weather>LR</weather>
<surfheight>2.9</surfheight>
<surfdirection>260</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 3:00:00 AM</forecastTime>
<windspeed>9.4</windspeed>
<winddirection>202</winddirection>
<pressure>1021.03</pressure>
<weather>LR</weather>
<surfheight>3.27</surfheight>
<surfdirection>266</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 6:00:00 AM</forecastTime>
<windspeed>4.1</windspeed>
<winddirection>231</winddirection>
<pressure>1021.83</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 9:00:00 AM</forecastTime>
<windspeed>1.8</windspeed>
<winddirection>299</winddirection>
<pressure>1022.45</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 12:00:00 PM</forecastTime>
<windspeed>2.3</windspeed>
<winddirection>336</winddirection>
<pressure>1022.91</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 3:00:00 PM</forecastTime>
<windspeed>3.2</windspeed>
<winddirection>329</winddirection>
<pressure>1022.08</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 6:00:00 PM</forecastTime>
<windspeed>4.4</windspeed>
<winddirection>334</winddirection>
<pressure>1022.34</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 9:00:00 PM</forecastTime>
<windspeed>6.7</windspeed>
<winddirection>344</winddirection>
<pressure>1023.16</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 12:00:00 AM</forecastTime>
<windspeed>6.7</windspeed>
<winddirection>345</winddirection>
<pressure>1022.78</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 3:00:00 AM</forecastTime>
<windspeed>4.7</windspeed>
<winddirection>330</winddirection>
<pressure>1022.6</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 6:00:00 AM</forecastTime>
<windspeed>3.5</windspeed>
<winddirection>293</winddirection>
<pressure>1022.91</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 9:00:00 AM</forecastTime>
<windspeed>5.4</windspeed>
<winddirection>250</winddirection>
<pressure>1023.66</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 12:00:00 PM</forecastTime>
<windspeed>9.0</windspeed>
<winddirection>252</winddirection>
<pressure>1023.97</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 3:00:00 PM</forecastTime>
<windspeed>10.6</windspeed>
<winddirection>272</winddirection>
<pressure>1023.41</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 6:00:00 PM</forecastTime>
<windspeed>9.3</windspeed>
<winddirection>285</winddirection>
<pressure>1023.64</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 9:00:00 PM</forecastTime>
<windspeed>9.5</windspeed>
<winddirection>289</winddirection>
<pressure>1024.47</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/4/2004 12:00:00 AM</forecastTime>
<windspeed>11.0</windspeed>
<winddirection>296</winddirection>
<pressure>1024.77</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
</forecast>
- <forecast>
<forecastLocation>Cork</forecastLocation>
- <forecastData>
<forecastTime>9/27/2004 6:00:00 AM</forecastTime>
<windspeed>7.4</windspeed>
<winddirection>262</winddirection>
<pressure>1024.17</pressure>
<weather>PC</weather>
<surfheight>2.76</surfheight>
<surfdirection>262</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 9:00:00 AM</forecastTime>
<windspeed>6.8</windspeed>
<winddirection>250</winddirection>
<pressure>1024.36</pressure>
<weather>PC</weather>
<surfheight>2.6</surfheight>
<surfdirection>262</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 12:00:00 PM</forecastTime>
<windspeed>9.5</windspeed>
<winddirection>234</winddirection>
<pressure>1023.79</pressure>
<weather>PC</weather>
<surfheight>2.43</surfheight>
<surfdirection>261</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 3:00:00 PM</forecastTime>
<windspeed>11.5</windspeed>
<winddirection>231</winddirection>
<pressure>1022.78</pressure>
<weather>PC</weather>
<surfheight>2.28</surfheight>
<surfdirection>259</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 6:00:00 PM</forecastTime>
<windspeed>9.8</windspeed>
<winddirection>240</winddirection>
<pressure>1022.28</pressure>
<weather>PC</weather>
<surfheight>2.15</surfheight>
<surfdirection>258</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 9:00:00 PM</forecastTime>
<windspeed>8.6</windspeed>
<winddirection>235</winddirection>
<pressure>1021.75</pressure>
<weather>PC</weather>
<surfheight>2.04</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 12:00:00 AM</forecastTime>
<windspeed>8.5</windspeed>
<winddirection>239</winddirection>
<pressure>1020.45</pressure>
<weather>PC</weather>
<surfheight>1.95</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 3:00:00 AM</forecastTime>
<windspeed>8.1</windspeed>
<winddirection>235</winddirection>
<pressure>1018.82</pressure>
<weather>PC</weather>
<surfheight>1.88</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 6:00:00 AM</forecastTime>
<windspeed>9.3</windspeed>
<winddirection>232</winddirection>
<pressure>1018.23</pressure>
<weather>PC</weather>
<surfheight>1.81</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 9:00:00 AM</forecastTime>
<windspeed>11.4</windspeed>
<winddirection>228</winddirection>
<pressure>1017.97</pressure>
<weather>CL</weather>
<surfheight>1.75</surfheight>
<surfdirection>256</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 12:00:00 PM</forecastTime>
<windspeed>12.1</windspeed>
<winddirection>236</winddirection>
<pressure>1017.5</pressure>
<weather>LR</weather>
<surfheight>1.72</surfheight>
<surfdirection>255</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 3:00:00 PM</forecastTime>
<windspeed>10.4</windspeed>
<winddirection>242</winddirection>
<pressure>1016.67</pressure>
<weather>LR</weather>
<surfheight>1.69</surfheight>
<surfdirection>255</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 6:00:00 PM</forecastTime>
<windspeed>8.1</windspeed>
<winddirection>239</winddirection>
<pressure>1015.36</pressure>
<weather>LR</weather>
<surfheight>1.63</surfheight>
<surfdirection>255</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 9:00:00 PM</forecastTime>
<windspeed>6.3</windspeed>
<winddirection>223</winddirection>
<pressure>1015.34</pressure>
<weather>PC</weather>
<surfheight>1.56</surfheight>
<surfdirection>256</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 12:00:00 AM</forecastTime>
<windspeed>6.0</windspeed>
<winddirection>202</winddirection>
<pressure>1014.66</pressure>
<weather>PC</weather>
<surfheight>1.49</surfheight>
<surfdirection>256</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 3:00:00 AM</forecastTime>
<windspeed>6.2</windspeed>
<winddirection>182</winddirection>
<pressure>1013.96</pressure>
<weather>PC</weather>
<surfheight>1.43</surfheight>
<surfdirection>256</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 6:00:00 AM</forecastTime>
<windspeed>7.1</windspeed>
<winddirection>165</winddirection>
<pressure>1013.15</pressure>
<weather>PC</weather>
<surfheight>1.38</surfheight>
<surfdirection>254</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 9:00:00 AM</forecastTime>
<windspeed>9.0</windspeed>
<winddirection>157</winddirection>
<pressure>1012.63</pressure>
<weather>LR</weather>
<surfheight>1.33</surfheight>
<surfdirection>249</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 12:00:00 PM</forecastTime>
<windspeed>11.3</windspeed>
<winddirection>153</winddirection>
<pressure>1011.82</pressure>
<weather>LR</weather>
<surfheight>1.33</surfheight>
<surfdirection>238</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 3:00:00 PM</forecastTime>
<windspeed>12.7</windspeed>
<winddirection>157</winddirection>
<pressure>1009.93</pressure>
<weather>LR</weather>
<surfheight>1.39</surfheight>
<surfdirection>226</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 6:00:00 PM</forecastTime>
<windspeed>8.5</windspeed>
<winddirection>216</winddirection>
<pressure>1008.8</pressure>
<weather>HR</weather>
<surfheight>1.38</surfheight>
<surfdirection>230</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 9:00:00 PM</forecastTime>
<windspeed>11.6</windspeed>
<winddirection>276</winddirection>
<pressure>1009.95</pressure>
<weather>LR</weather>
<surfheight>1.27</surfheight>
<surfdirection>248</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 12:00:00 AM</forecastTime>
<windspeed>9.3</windspeed>
<winddirection>254</winddirection>
<pressure>1010.74</pressure>
<weather>RO</weather>
<surfheight>1.35</surfheight>
<surfdirection>256</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 3:00:00 AM</forecastTime>
<windspeed>8.6</windspeed>
<winddirection>241</winddirection>
<pressure>1010.64</pressure>
<weather>FA</weather>
<surfheight>1.52</surfheight>
<surfdirection>258</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 6:00:00 AM</forecastTime>
<windspeed>12.4</windspeed>
<winddirection>223</winddirection>
<pressure>1009.96</pressure>
<weather>FA</weather>
<surfheight>1.91</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 9:00:00 AM</forecastTime>
<windspeed>13.8</windspeed>
<winddirection>242</winddirection>
<pressure>1010.47</pressure>
<weather>LR</weather>
<surfheight>2.64</surfheight>
<surfdirection>258</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 12:00:00 PM</forecastTime>
<windspeed>17.6</windspeed>
<winddirection>264</winddirection>
<pressure>1010.51</pressure>
<weather>LR</weather>
<surfheight>3.6</surfheight>
<surfdirection>267</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 3:00:00 PM</forecastTime>
<windspeed>25.4</windspeed>
<winddirection>278</winddirection>
<pressure>1011.23</pressure>
<weather>LR</weather>
<surfheight>4.3</surfheight>
<surfdirection>274</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 6:00:00 PM</forecastTime>
<windspeed>26.0</windspeed>
<winddirection>288</winddirection>
<pressure>1013.59</pressure>
<weather>LR</weather>
<surfheight>4.54</surfheight>
<surfdirection>278</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 9:00:00 PM</forecastTime>
<windspeed>22.7</windspeed>
<winddirection>296</winddirection>
<pressure>1016.4</pressure>
<weather>CL</weather>
<surfheight>4.33</surfheight>
<surfdirection>279</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 12:00:00 AM</forecastTime>
<windspeed>18.2</windspeed>
<winddirection>296</winddirection>
<pressure>1018.87</pressure>
<weather>CL</weather>
<surfheight>3.92</surfheight>
<surfdirection>280</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 3:00:00 AM</forecastTime>
<windspeed>12.7</windspeed>
<winddirection>291</winddirection>
<pressure>1019.93</pressure>
<weather>FA</weather>
<surfheight>3.46</surfheight>
<surfdirection>279</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 6:00:00 AM</forecastTime>
<windspeed>9.0</windspeed>
<winddirection>258</winddirection>
<pressure>1020.65</pressure>
<weather>PC</weather>
<surfheight>3.04</surfheight>
<surfdirection>278</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 9:00:00 AM</forecastTime>
<windspeed>10.5</windspeed>
<winddirection>236</winddirection>
<pressure>1022.15</pressure>
<weather>PC</weather>
<surfheight>2.69</surfheight>
<surfdirection>276</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 12:00:00 PM</forecastTime>
<windspeed>13.6</windspeed>
<winddirection>228</winddirection>
<pressure>1022.76</pressure>
<weather>PC</weather>
<surfheight>2.39</surfheight>
<surfdirection>273</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 3:00:00 PM</forecastTime>
<windspeed>13.7</windspeed>
<winddirection>225</winddirection>
<pressure>1022.72</pressure>
<weather>PC</weather>
<surfheight>2.15</surfheight>
<surfdirection>269</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 6:00:00 PM</forecastTime>
<windspeed>11.3</windspeed>
<winddirection>220</winddirection>
<pressure>1022.37</pressure>
<weather>PC</weather>
<surfheight>1.96</surfheight>
<surfdirection>264</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 9:00:00 PM</forecastTime>
<windspeed>12.3</windspeed>
<winddirection>203</winddirection>
<pressure>1022.96</pressure>
<weather>LR</weather>
<surfheight>1.85</surfheight>
<surfdirection>260</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 12:00:00 AM</forecastTime>
<windspeed>15.2</windspeed>
<winddirection>200</winddirection>
<pressure>1022.45</pressure>
<weather>LR</weather>
<surfheight>1.9</surfheight>
<surfdirection>257</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 3:00:00 AM</forecastTime>
<windspeed>16.4</windspeed>
<winddirection>206</winddirection>
<pressure>1022.19</pressure>
<weather>LR</weather>
<surfheight>2.27</surfheight>
<surfdirection>259</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 6:00:00 AM</forecastTime>
<windspeed>12.9</windspeed>
<winddirection>214</winddirection>
<pressure>1022.77</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 9:00:00 AM</forecastTime>
<windspeed>9.8</windspeed>
<winddirection>221</winddirection>
<pressure>1023.16</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 12:00:00 PM</forecastTime>
<windspeed>9.1</windspeed>
<winddirection>222</winddirection>
<pressure>1023.47</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 3:00:00 PM</forecastTime>
<windspeed>9.1</windspeed>
<winddirection>227</winddirection>
<pressure>1022.56</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 6:00:00 PM</forecastTime>
<windspeed>6.9</windspeed>
<winddirection>244</winddirection>
<pressure>1022.57</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 9:00:00 PM</forecastTime>
<windspeed>4.6</windspeed>
<winddirection>287</winddirection>
<pressure>1023.35</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 12:00:00 AM</forecastTime>
<windspeed>6.7</windspeed>
<winddirection>326</winddirection>
<pressure>1022.88</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 3:00:00 AM</forecastTime>
<windspeed>8.7</windspeed>
<winddirection>341</winddirection>
<pressure>1022.79</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 6:00:00 AM</forecastTime>
<windspeed>9.1</windspeed>
<winddirection>343</winddirection>
<pressure>1023.22</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 9:00:00 AM</forecastTime>
<windspeed>7.9</windspeed>
<winddirection>334</winddirection>
<pressure>1024.09</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 12:00:00 PM</forecastTime>
<windspeed>7.2</windspeed>
<winddirection>288</winddirection>
<pressure>1024.71</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 3:00:00 PM</forecastTime>
<windspeed>12.5</windspeed>
<winddirection>282</winddirection>
<pressure>1024.15</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 6:00:00 PM</forecastTime>
<windspeed>12.1</windspeed>
<winddirection>298</winddirection>
<pressure>1024.51</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 9:00:00 PM</forecastTime>
<windspeed>12.0</windspeed>
<winddirection>306</winddirection>
<pressure>1025.58</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/4/2004 12:00:00 AM</forecastTime>
<windspeed>13.2</windspeed>
<winddirection>311</winddirection>
<pressure>1025.82</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
</forecast>
- <forecast>
<forecastLocation>Derry/L'Derry</forecastLocation>
- <forecastData>
<forecastTime>9/27/2004 6:00:00 AM</forecastTime>
<windspeed>8.7</windspeed>
<winddirection>263</winddirection>
<pressure>1019.55</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 9:00:00 AM</forecastTime>
<windspeed>8.9</windspeed>
<winddirection>245</winddirection>
<pressure>1019.46</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 12:00:00 PM</forecastTime>
<windspeed>13.0</windspeed>
<winddirection>240</winddirection>
<pressure>1018.92</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 3:00:00 PM</forecastTime>
<windspeed>12.5</windspeed>
<winddirection>235</winddirection>
<pressure>1018.08</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 6:00:00 PM</forecastTime>
<windspeed>12.7</windspeed>
<winddirection>234</winddirection>
<pressure>1017.61</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/27/2004 9:00:00 PM</forecastTime>
<windspeed>12.4</windspeed>
<winddirection>229</winddirection>
<pressure>1016.61</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 12:00:00 AM</forecastTime>
<windspeed>14.6</windspeed>
<winddirection>222</winddirection>
<pressure>1015.17</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 3:00:00 AM</forecastTime>
<windspeed>13.7</windspeed>
<winddirection>235</winddirection>
<pressure>1013.34</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 6:00:00 AM</forecastTime>
<windspeed>12.9</windspeed>
<winddirection>248</winddirection>
<pressure>1012.5</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 9:00:00 AM</forecastTime>
<windspeed>13.5</windspeed>
<winddirection>256</winddirection>
<pressure>1012.57</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 12:00:00 PM</forecastTime>
<windspeed>12.9</windspeed>
<winddirection>258</winddirection>
<pressure>1012.68</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 3:00:00 PM</forecastTime>
<windspeed>10.9</windspeed>
<winddirection>262</winddirection>
<pressure>1012.8</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 6:00:00 PM</forecastTime>
<windspeed>7.7</windspeed>
<winddirection>252</winddirection>
<pressure>1012.51</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/28/2004 9:00:00 PM</forecastTime>
<windspeed>5.6</windspeed>
<winddirection>243</winddirection>
<pressure>1013.52</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 12:00:00 AM</forecastTime>
<windspeed>5.4</windspeed>
<winddirection>219</winddirection>
<pressure>1013.26</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 3:00:00 AM</forecastTime>
<windspeed>5.5</windspeed>
<winddirection>204</winddirection>
<pressure>1013.11</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 6:00:00 AM</forecastTime>
<windspeed>5.3</windspeed>
<winddirection>172</winddirection>
<pressure>1013.02</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 9:00:00 AM</forecastTime>
<windspeed>7.2</windspeed>
<winddirection>153</winddirection>
<pressure>1013.42</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 12:00:00 PM</forecastTime>
<windspeed>9.3</windspeed>
<winddirection>150</winddirection>
<pressure>1013.49</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 3:00:00 PM</forecastTime>
<windspeed>11.0</windspeed>
<winddirection>144</winddirection>
<pressure>1011.51</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 6:00:00 PM</forecastTime>
<windspeed>12.5</windspeed>
<winddirection>145</winddirection>
<pressure>1009.23</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/29/2004 9:00:00 PM</forecastTime>
<windspeed>14.7</windspeed>
<winddirection>144</winddirection>
<pressure>1008.5</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 12:00:00 AM</forecastTime>
<windspeed>12.5</windspeed>
<winddirection>156</winddirection>
<pressure>1007.22</pressure>
<weather>SH</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 3:00:00 AM</forecastTime>
<windspeed>8.5</windspeed>
<winddirection>227</winddirection>
<pressure>1006.45</pressure>
<weather>HR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 6:00:00 AM</forecastTime>
<windspeed>9.9</windspeed>
<winddirection>252</winddirection>
<pressure>1005.91</pressure>
<weather>HR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 9:00:00 AM</forecastTime>
<windspeed>7.4</windspeed>
<winddirection>226</winddirection>
<pressure>1006.78</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 12:00:00 PM</forecastTime>
<windspeed>3.7</windspeed>
<winddirection>198</winddirection>
<pressure>1007.01</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 3:00:00 PM</forecastTime>
<windspeed>2.0</windspeed>
<winddirection>69</winddirection>
<pressure>1007.28</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 6:00:00 PM</forecastTime>
<windspeed>5.1</windspeed>
<winddirection>7</winddirection>
<pressure>1009.51</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>9/30/2004 9:00:00 PM</forecastTime>
<windspeed>7.4</windspeed>
<winddirection>330</winddirection>
<pressure>1012</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 12:00:00 AM</forecastTime>
<windspeed>7.8</windspeed>
<winddirection>315</winddirection>
<pressure>1014.64</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 3:00:00 AM</forecastTime>
<windspeed>7.6</windspeed>
<winddirection>291</winddirection>
<pressure>1016.1</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 6:00:00 AM</forecastTime>
<windspeed>6.7</windspeed>
<winddirection>275</winddirection>
<pressure>1016.99</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 9:00:00 AM</forecastTime>
<windspeed>6.0</windspeed>
<winddirection>247</winddirection>
<pressure>1019.48</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 12:00:00 PM</forecastTime>
<windspeed>6.2</windspeed>
<winddirection>221</winddirection>
<pressure>1020.39</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 3:00:00 PM</forecastTime>
<windspeed>7.7</windspeed>
<winddirection>191</winddirection>
<pressure>1020.31</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 6:00:00 PM</forecastTime>
<windspeed>10.5</windspeed>
<winddirection>173</winddirection>
<pressure>1020.19</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/1/2004 9:00:00 PM</forecastTime>
<windspeed>13.7</windspeed>
<winddirection>172</winddirection>
<pressure>1020.43</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 12:00:00 AM</forecastTime>
<windspeed>15.4</windspeed>
<winddirection>180</winddirection>
<pressure>1020.11</pressure>
<weather>HR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 3:00:00 AM</forecastTime>
<windspeed>13.0</windspeed>
<winddirection>196</winddirection>
<pressure>1019.99</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 6:00:00 AM</forecastTime>
<windspeed>7.7</windspeed>
<winddirection>221</winddirection>
<pressure>1020.93</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 9:00:00 AM</forecastTime>
<windspeed>4.6</windspeed>
<winddirection>267</winddirection>
<pressure>1021.87</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 12:00:00 PM</forecastTime>
<windspeed>5.1</windspeed>
<winddirection>300</winddirection>
<pressure>1022.19</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 3:00:00 PM</forecastTime>
<windspeed>6.2</windspeed>
<winddirection>315</winddirection>
<pressure>1021.38</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 6:00:00 PM</forecastTime>
<windspeed>5.6</windspeed>
<winddirection>328</winddirection>
<pressure>1021.79</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/2/2004 9:00:00 PM</forecastTime>
<windspeed>5.6</windspeed>
<winddirection>333</winddirection>
<pressure>1022.47</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 12:00:00 AM</forecastTime>
<windspeed>4.8</windspeed>
<winddirection>324</winddirection>
<pressure>1021.95</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 3:00:00 AM</forecastTime>
<windspeed>3.9</windspeed>
<winddirection>305</winddirection>
<pressure>1021.51</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 6:00:00 AM</forecastTime>
<windspeed>3.7</windspeed>
<winddirection>266</winddirection>
<pressure>1021.61</pressure>
<weather>FA</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 9:00:00 AM</forecastTime>
<windspeed>6.6</windspeed>
<winddirection>233</winddirection>
<pressure>1021.98</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 12:00:00 PM</forecastTime>
<windspeed>9.3</windspeed>
<winddirection>237</winddirection>
<pressure>1021.9</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 3:00:00 PM</forecastTime>
<windspeed>10.2</windspeed>
<winddirection>247</winddirection>
<pressure>1021.21</pressure>
<weather>CL</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 6:00:00 PM</forecastTime>
<windspeed>9.4</windspeed>
<winddirection>255</winddirection>
<pressure>1020.95</pressure>
<weather>LR</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/3/2004 9:00:00 PM</forecastTime>
<windspeed>10.5</windspeed>
<winddirection>261</winddirection>
<pressure>1021.18</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
- <forecastData>
<forecastTime>10/4/2004 12:00:00 AM</forecastTime>
<windspeed>12.3</windspeed>
<winddirection>277</winddirection>
<pressure>1020.99</pressure>
<weather>PC</weather>
<surfheight>0</surfheight>
<surfdirection>0</surfdirection>
</forecastData>
</forecast>
- <forecast>
  #2  
Old 27-Sep-2004, 09:02
OmarEduardo OmarEduardo is offline
New Member
 
Join Date: Sep 2004
Location: Guadalajara, México
Posts: 7
OmarEduardo is on a distinguished road
For reading the data you may use the PHP xml_* functions (if the extension is installed) or even read the file using the classical fopen, fread, fclose.
For the graph you can use the gd extension to create a image file on line.
  #3  
Old 27-Sep-2004, 09:33
Darksat Darksat is offline
Awaiting Email Confirmation
 
Join Date: Aug 2004
Location: London
Posts: 97
Darksat is on a distinguished road
Ok some Example URLs would be nice, im learning as I go along.
I need to create a map that when clicked opens up the data for that region.
any suggestions on where I could find a pre built script I could modify.
 
 

Recent GIDBlog2nd Week of IA Training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP crashing/restarting Apache - PLEASE HELP ME!! faulkj Apache Web Server Forum 4 27-Sep-2004 14:50
PHP 5 released jrobbio MySQL / PHP Forum 3 19-Jul-2004 10:21
uisng php to display php dopee MySQL / PHP Forum 6 14-May-2004 18:40
php software dopee MySQL / PHP Forum 0 04-May-2004 11:26
All the big PHP script collections that matter jrobbio MySQL / PHP Forum 5 06-Jun-2003 16:14

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 16:02.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.