esgf-pyclient icon indicating copy to clipboard operation
esgf-pyclient copied to clipboard

Search client for the ESGF Search API

Results 15 esgf-pyclient issues
Sort by recently updated
recently updated
newest added

I am searching for all the files matching a given list of parameters. Even though I specify `facets` while creating a `new_context`, I still get the facets warning. In case...

I'm trying to query all available CMIP6 projections for selected models, scenarios and variables but I'm getting different results depending on the additional parameters I use in the query. I...

tests/test_context.py suffers at times (rarely but still) from 503's from temporarily unavailable servers - these types of requests errors should not hard fail the tests but should be excepted. I'll...

testing

it is broken (6 failed tests) and *really* needs fixing - so we have a modicum of testing (on push, and nightly) I have turned it off for now in...

testing

- [x] Clone `esgf-pyclient` into a sandbox environment - [x] Run the unit tests and check if any need fixing - [x] Make updates to the `requests-cache` library interface as...

I am exploring to use esgf-pyclient to get a list of all retracted CMIP6 datasets (for our automated maintenance of [Pangeo CMIP6 cloud data](https://github.com/pangeo-data/pangeo-cmip6-cloud). I am trying the following: ```python...

Hello, According to the documentation, we always need to supply `facets` to the `search_context()`. If not, we get the following warning: ```------------------------------------------------------------------------------- Warning - defaulting to search with facets=* This...

The `DatasetResult.file_context` function (see `results.py`) doesn't allow a `facets` keyword argument, but we might want to set the `facets` property of the `FileSearchContext` object that is returned (especially in order...

Hi, Thank you so much for this package. I ran quite sometimes into a minor issue with the logon function when CEDA actually required a username but self._get_logon_details(openid) would not...

I am working on what I think is a fairly common workflow: 1. log on to ESGS using the `LogonManager` class 1. search for some datasets using the `SearchConnection` class...

question