Introduction¶
esgpull
is a modern ESGF data management tool, bundled with a custom asynchronous interface with the ESGF Search API.
It handles scanning, downloading and updating datasets, files and queries from ESGF.
Feature highlight¶
- Simple syntax for fast data exploration
- Asynchronous download
- Highly configurable
Search datasets
esgpull
allows multiple ways for searching ESGF data, with facet and free-text terms together with options.
Setup¶
Run $ pip install esgpull
to install the latest release and its dependencies.
Have a look at the Installation page for more ways to install.
Quickstart¶
Jump directly to the Quickstart guide to get to know how to use esgpull
.