Some of the files in our archive are publicly available. Others have restricted access. Files and directories to which you do not have access are marked with the key symbol. By default you will only have access to files and directories which are publicly available. To access other datasets (those marked with a key symbol) you will need to get an EDC username and password. To do this, please contact EDCManager@rl.ac.uk, giving details of which data you require and what you will use it for.
Once you have a username and password from us you can use the Login link on the data browser to login. You will then be able to access files from the particular restricted datasets to which you have been given access.
When you click on a filename where the contents are in binary format then your
browser should automatically ask you if you want to download the file to your
computer.
Downloading multiple files
If you wish to download multiple files there are two ways of doing this. The first is to use a command line tool called
wget on your local computer.
For example, the following command will download all files below the /edc/Electricity/NTVV/EMMA directory:
wget -e robots=off --mirror --no-parent -r https://data.ukedc.rl.ac.uk/browse/edc/Electricity/NTVV/EMMA
Note that this will only work on publicly accessible directories.
The second method is to use the Download multiple files box at the top right of the screen. This allows you to select a set of files for downloading as a single gzipped tar file. To unpack these files you will need a utility such as WinZip on Windows or gzip and tar utilities on unix machines. Note that attempting to download many files at once is likely to result in long download times and possible failure. You are advised to split large downloads into more manageable chunks. An alternative way of downloading a large amount of data is to use FTP.
* | Wildcard which matches zero or more characters.
|
|||||||||||
? | Wildcard which matches exactly one character.
|
Note that the 'depth' parameter is still used and you will therefore need to make sure that it is set to an appropriate value. (If you used the default value of 1 then no files would be selected by the above specification as they are all below the current directory).