You can maintain your own local copy of SILO datasets using the methods described below.
If you wish to mirror SILO datasets, please read the usage information about data mirroring on our Frequently asked questions page.
SILO provides an incremental update facility that enables clients to efficiently mirror our point datasets at station locations (“patched point datasets”). The system consists of:
To mirror SILO's patched point datasets:
sync
command to mirror the data.target
folder:aws s3 sync
s3://silo-open-data/Official/PPD_mirror target --exact-timestamps
--exact-timestamps
option is required otherwise sync will not download files which have been updated but still have the same file size.Note: SILO does not provide a facility for mirroring point datasets at grid cell locations because it would overload the system (there are approximately 290,000 grid cell locations). If you require temporal datasets at grid cell locations please download our gridded datasets and extract the relevant data.
To mirror SILO's gridded datasets you can either:
sync
command to mirror the data.target
folder:aws s3 sync s3://silo-open-data/Official/
annual/monthly_rain target --exact-timestamps
Notes:
sync
command it will download the entire datasetsync
command every time you wish to update your local copy (sync
will only download files that have changed)sync
will not download files which have been updated but still have the same file size.
Download the entire set of rasters for the variable(s) that you wish to mirror.
A list of files available for download can be obtained via URL:
https://s3-ap-southeast-2.amazonaws.com/silo-open-data/Official/
annual/index.html
Individual files can be downloaded using the methods described on our gridded data page. For example, the monthly rainfall rasters for 1989 can be downloaded using curl as follows:curl 'https://s3-ap-southeast-2.amazonaws.com/silo-open-data/Official/
annual/monthly_rain/1989.monthly_rain.nc'
Note: this step only needs to be done once.Each time you wish to update your local copy:
Use the file listing:
https://s3-ap-southeast-2.amazonaws.com/silo-open-data/Official/
annual/index.html
to identify any new or updated files (see the file creation date), and then manually download the relevant file(s).Please note SILO data are constantly evolving so you will need to determine how often you wish to update your local copy of the data. SILO data typically change due to:
You may also wish to consider your network bandwidth and transfer costs when determining how often you update your local copy. The rasters are packed into annual files, each being around 410 MB in size for daily variables and around 14 MB for monthly rainfall.