This repo keeps track of ESGF downloads.
To register and download ESGF data:
- Create a issue that follows the template.
- Create a folder/directory under
data-issueswhose name is the numeric ID of the issue (see image below, e.g.data-issues/1/). - Please, add a README file to the directory of the issue that follows this template (e.g.
data-issues/1/README.md). - All the scripts associated with that issue have to be stored within the folder of the issue (e.g.
data-issues/1/interpolate.py).
More info available below in the FAQ.
ESGF offers several mechanisms to download data:
You may develop your own solution based on the search API.
DRS stands for Data Reference Syntax and it defines the directory/folder structure that files should follow in the file system. This is not mandatory if you are using your data for personal purposes but it is highly recommended to follow it in any download.
If you have some data that has been downloaded without following the DRS and you want to organize it accordingly, you may use esgdrs or your own script.
