diff --git a/bom-wind/README.md b/bom-wind/README.md index 3d7bfa1..bfb2a66 100644 --- a/bom-wind/README.md +++ b/bom-wind/README.md @@ -2,5 +2,7 @@ Download latest time series data from BOM website and update local copy. -BOM does not allow direct http requests to data files, so a requests session -is opened on the product page before accessing the resource. +## Data URL +The JSON URL can be found at the bottom of the latest weather observations page of your site, e.g. [Fort Denison](http://www.bom.gov.au/products/IDN60901/IDN60901.94769.shtml) + +![BOM other formats](doc/other-formats.png) diff --git a/bom-wind/doc/other-formats.png b/bom-wind/doc/other-formats.png new file mode 100644 index 0000000..33b9f05 Binary files /dev/null and b/bom-wind/doc/other-formats.png differ