| Change Set |
Date |
Downloads |
Comment |
19208
by
noahsw
|
Apr 18 at
6:36 PM
|
1 |
- fixed bug in NOAA Marine parser |
19135
by
noahsw
|
Apr 14 at
6:09 AM
|
2 |
- updated test harness so you can click element on score printout to follow data through pipeline - added ShowScriptErrors reg key to make debugging gadget easier - updated NOAAMarine parser with additional clause |
18978
by
noahsw
|
Mar 30 at
4:03 AM
|
1 |
- better perf |
18977
by
noahsw
|
Mar 30 at
3:30 AM
|
2 |
- split out logging to separate files |
18976
by
noahsw
|
Mar 30 at
2:47 AM
|
2 |
- created test.js for shared functions between test.htm and test.flyout.htm |
18975
by
noahsw
|
Mar 30 at
2:46 AM
|
2 |
- fixed test.flyout.htm - updated the way we determine datafeeds are finished |
18974
by
noahsw
|
Mar 30 at
1:38 AM
|
5 |
- added more instrumentation to test harness - updated main UI to be wider and have bigger text |
17777
by
noahsw
|
Dec 23 2008 at
9:33 PM
|
9 |
- Added timeout support for xmlHttpReq - Added additional debugging info to test.htm |
17448
by
noahsw
|
Dec 2 2008 at
7:02 AM
|
8 |
- improved reliability of data feeds by increasing timeout between each and making HTTPRequest calls asynchronous - added regexp to NOAA Marine Forecast parser |
17226
by
noahsw
|
Nov 24 2008 at
6:17 AM
|
2 |
- update data feeds to support currentSkies field |
17225
by
noahsw
|
Nov 24 2008 at
5:49 AM
|
5 |
- deleted flexcroll code. we dont use it anymore. |
17224
by
noahsw
|
Nov 24 2008 at
5:48 AM
|
5 |
- added ability to choose whether or not you want live data from test.htm |
17223
by
noahsw
|
Nov 24 2008 at
5:37 AM
|
2 |
- NOAA forecasts are parsed with high accuracy - updated raw forecast txts with newer NOAA forecasts - small null check added to datafeed.library.js |
14184
by
noahsw
|
Jul 6 2008 at
11:27 PM
|
2 |
- started building forecasts flyout - updated test.flyout.htm - added forecasts link to main.htm - updated spec with forecasts flyout - todo: plumb noaa marine data to forecasts flyout |
14178
by
noahsw
|
Jul 6 2008 at
7:11 PM
|
0 |
- regexp 0 and 1 now work for today's forecast. we're getting there! |
14162
by
noahsw
|
Jul 6 2008 at
12:33 AM
|
0 |
- most NOAA forecasts are now parsed correctly! i need to get this working for today's forecast now |
14160
by
noahsw
|
Jul 5 2008 at
9:39 PM
|
0 |
- added support for 3 regular expressions in NOAA marine forecast (tonights forecast only) |
14158
by
noahsw
|
Jul 5 2008 at
8:31 PM
|
0 |
- more updates to NOAA marine forecast parser |
13949
by
noahsw
|
Jun 30 2008 at
1:08 AM
|
0 |
- added a testing file for the NOAA Marine forecast. it uses regular expressions to extract the right data. |
13947
by
noahsw
|
Jun 29 2008 at
11:36 PM
|
0 |
- wrote jetty sensor parser - updated scoring functions in area.library.js to use proper arguments - updated rawSensorJetty.txt |
12666
by
noahsw
|
Jun 12 2008 at
6:02 AM
|
1 |
- updated flyouts - added comments and more logging to flyout javascript files - plumbed currentTime through (see parser.NOAATable.js). this is for showing the latest reading time on the flyout - added neighbors to precipitation scoring function. im letting trevor do the rest but this one function was blocking me. |
12579
by
TrevorMc
|
Jun 11 2008 at
4:49 PM
|
0 |
Pressure, Temperature, and Cloud cover functions are now all capable of calculating the "desirability" of their neighbouring areas.
They do not currently DO anything with that information, but we need to discuss exactly how influential these values are.
As a result, these three functions now require additional parameters:
(arrData, arrNeighborDataNorth, arrNeighborDataSouth, arrNeighborDataEast, arrNeighborDataWest, T)
I have updated the scores test harness to accomodate for this, but you will need to make the same update in the main -- Please show me where these changes need to be made so I can do this myself in the future. |
12440
by
noahsw
|
Jun 10 2008 at
5:45 AM
|
0 |
- skies data now uses real observations data feed from NOAA |
12439
by
noahsw
|
Jun 10 2008 at
5:16 AM
|
0 |
- added Skies element for beach flyout (fair, clear, rain) - updated beach flyout - added test.flyout.htm |
12386
by
noahsw
|
Jun 8 2008 at
12:13 AM
|
0 |
- created observations template - updated test.flyout.htm to allow for rapid switching between templates - updated data in beach flyout |