Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ESGF/esgf-pyclient

Search client for the ESGF Search API
https://github.com/ESGF/esgf-pyclient

esgf logon opendap search

Last synced: 3 months ago
JSON representation

Search client for the ESGF Search API

Awesome Lists containing this project

README

        

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
:target: https://esgf-pyclient.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://github.com/ESGF/esgf-pyclient/workflows/build%20%E2%9A%99%EF%B8%8F/badge.svg
:target: https://github.com/ESGF/esgf-pyclient/actions
:alt: Build Status

.. image:: https://img.shields.io/github/license/ESGF/esgf-pyclient.svg
:target: https://github.com/ESGF/esgf-pyclient/blob/master/LICENSE
:alt: GitHub license

ESGF PyClient is a Python package designed for interacting with the `Earth System Grid Federation`_ system.
Currently this package contains API code for calling the `ESGF Search API`_ within
client code.

You can try it online using Binder, or view the notebooks on NBViewer.

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/ESGF/esgf-pyclient.git/master?filepath=notebooks
:alt: Binder Launcher
:height: 20

.. image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
:target: https://nbviewer.jupyter.org/github/ESGF/esgf-pyclient/tree/master/notebooks/
:alt: NBViewer
:height: 20

Please submit bugs and feature requests through the bug tracker on
GitHub_. Pull requests are always welcome.

Full documentation_ is available on ReadTheDocs or in the docs directory.

.. _`Earth System Grid Federation`: https://esgf.llnl.gov/
.. _`ESGF Search API`: https://github.com/ESGF/esgf.github.io/wiki/ESGF_Search_REST_API
.. _documentation: http://esgf-pyclient.readthedocs.org
.. _GitHub: https://github.com/ESGF/esgf-pyclient