Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ESGF/esgf-pyclient
- Owner: ESGF
- License: bsd-3-clause
- Created: 2015-05-27T08:02:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T12:50:19.000Z (5 months ago)
- Last Synced: 2024-06-11T17:02:08.805Z (5 months ago)
- Topics: esgf, logon, opendap, search
- Language: Python
- Homepage: https://esgf-pyclient.readthedocs.io/en/latest/
- Size: 462 KB
- Stars: 32
- Watchers: 14
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - ESGF PyClient - A Python package designed for interacting with the Earth System Grid Federation system. (Climate Change / Climate Data Access and Visualization)
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 licenseESGF 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: 20Please 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