https://space.fmi.fi/image/www/data_download_month.php
The returned datafile is a tarball file containing gzipped daily IAGA format data files collected into a single archive.
You must specify one obligatory parameter:month | Month of the data set. Format: YYYYMM. |
stations | List of stations included in data files. Default = All stations. The list is a string of three-letter station ID codes separated by an underscrore '_'. E.g. "TRO_SOD_NUR". Some predefined sets may be used:
|
sample_rate | Time resolution in seconds used in data files. Default = 10. Note: With IAGA files the time resolution is always at least 1 minute. |
wget -q "https://space.fmi.fi/image/www/data_download_month.php?month=201803&sample_rate=60" -O image_201803.iaga.tar
wget -q "https://space.fmi.fi/image/www/data_download_month.php?month=201909&stations=PPN-NAL" -O image_201909.iaga.tar