Skip to content

AttributeError: 'ResultSet' object has no attribute 'dataset_id' #115

Description

@Noreyni27

Hi all,
I am using binder https://hub.gesis.mybinder.org/user/esgf-esgf-pyclient-d3mtf35s/notebooks/notebooks/demo/subset-cmip6.ipynb
But I got this error :
ctx = conn.new_context(
project='CMIP6',
source_id='UKESM1-0-LL',
experiment_id='historical',
variable='tas',
frequency='mon',
variant_label='r1i1p1f1',
data_node='esgf-data3.ceda.ac.uk')
ctx.hit_count

files = result.file_context().search()
for file in files:
print(file.opendap_url)


AttributeError Traceback (most recent call last)
Cell In[24], line 1
----> 1 files = result.file_context().search()
2 for file in files:
3 print(file.opendap_url)

AttributeError: 'ResultSet' object has no attribute 'file_context'

I can't get a netcdf file. Anyone could help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions