Hi all,
I am trying to pull in some weather data from the government's Bureau of Meteorology. The way their data is stored is only accessible by each weather station number. Below is an example of one of them. If you click the 'All years of data' link near the top right of the page, you download a zip file with 2 excel files (one containing 'Data1' and the other containing 'Data 12'
I would like to go to each weather station, download the zip and combine all 'Data1' files vertically (put the data set under the previous weather station's).
I have a list of the weather stations numbers (e.g. 001021) in an excel doc, however they do not have leading zeros (they are fixed at 5 digits).
Is this possible?
Thanks in advance!
Solved! Go to Solution.
Perfect. I parsed it a little differently but using it as a matrix input as opposed to reading it in through a macro is totally the way to go!
The next step is to extract csv files from the zips. If there are 2 csv files in it, how do I extract the on whose name contains "Data1"?