I have lot of search on the BOM api of Australia. There is no easy way to get the weather details like wind, temp, humidity etc. They provide data in by ftp in .xml format. There is no json format at all. Some where they provide the data in json format.Below is link of the json response. http://www.bom.gov.au/fwo/IDW60801/IDW60801.94802.json
but the biggest problem with the product id, there is IDW60801 product ID of west Australia for the "observations" data. It is has the following information :- weather, swell, pressure and wind. but it has the previous day details not forecast details.
There is wmo id :- 94802
I got some wmo id from somewhere but it not for all the location of the Australia. I want to access weather forecast of all the location of the Australia in json or . xml format.
If anybody know how we get all the details please let me know.
Here is the ftp link for the products :- ftp://ftp.bom.gov.au/anon/sample/catalogue/ ftp://ftp.bom.gov.au/anon/sample/catalogue/Observations/ ftp://ftp.bom.gov.au/anon/sample/catalogue/Forecasts/ ftp://ftp.bom.gov.au/anon/sample/catalogue/Tide/
I also got the AAC identifier list of the Australia's cities by the BOM.If getting the details by AAC identifier please let me know the url for that so i can retrive the details by it.
Thanks