Hello Brains Trust,
I live in an area where we occasionally get floods. Our weather warning system here is very poor in terms of being able to use good data, it seems in the USA your system is much better in being able to specify a specific town and get warnings. In ours it is more of warnings across a 'region' which covers many towns and often the warnings will be for a whole region and in reality only a few towns will be affected.
What i would like to do is be able to pull in river information from a river monitoring site not far from me. Would someone be able to give me a hand in terms of getting something that would be able to parse the below going.
http://www.melbournewater.com.au/con....asp?SiteID=16
There is a whole lot of information, but in reality there is only four things i am interested in:
Station Value Flow As at 22-Apr-2012 5 PM : 16.468 Ml/day Level As at 22-Apr-2012 5 PM : 0.160 m Rainfall Since 9 AM 0.40 mm 24 hours to 9 AM 2.60 mm
Those things being Flow, Level and rainfall. I don't care so much about having the string be well combined, really just having the string being the value with unit, and the actual value being the value without unit.
What would be cool, is if the updated time / date could be set to be the as at date, for example 22-Apr-2012 5:00pm, but if not possible then i guess that should be in the string so i can make sure it is still working.
Thanks for the help!
I live in an area where we occasionally get floods. Our weather warning system here is very poor in terms of being able to use good data, it seems in the USA your system is much better in being able to specify a specific town and get warnings. In ours it is more of warnings across a 'region' which covers many towns and often the warnings will be for a whole region and in reality only a few towns will be affected.
What i would like to do is be able to pull in river information from a river monitoring site not far from me. Would someone be able to give me a hand in terms of getting something that would be able to parse the below going.
http://www.melbournewater.com.au/con....asp?SiteID=16
There is a whole lot of information, but in reality there is only four things i am interested in:
Station Value Flow As at 22-Apr-2012 5 PM : 16.468 Ml/day Level As at 22-Apr-2012 5 PM : 0.160 m Rainfall Since 9 AM 0.40 mm 24 hours to 9 AM 2.60 mm
Those things being Flow, Level and rainfall. I don't care so much about having the string be well combined, really just having the string being the value with unit, and the actual value being the value without unit.
What would be cool, is if the updated time / date could be set to be the as at date, for example 22-Apr-2012 5:00pm, but if not possible then i guess that should be in the string so i can make sure it is still working.
Thanks for the help!
Comment