Skip to content

Commit

Permalink
made some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ra-g committed Jul 12, 2024
1 parent 325048b commit d5847dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kerchunk/grib2.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,11 +684,6 @@ def extract_dataset_chunk_index(
The coordinate vars for each dataset will be used for indexing.
Datatrees generated by grib_tree have some nice properties which allow a denser index.
:param dset: a xarray dataset or datatree node
:param ref_store: the zarr store dictionary backing the dataset/datatree
:param grib: boolean for treating coordinates as grib levels
:return: a pandas dataframe of indexed chunks
Parameters
----------
dset : Union["datatree.DataTree", "xr.Dataset"]
Expand Down Expand Up @@ -787,9 +782,6 @@ def extract_datatree_chunk_index(
"""
Recursive method to iterate over the data tree and extract the data variable chunks with index metadata
:param grib_tree: the grib_tree output for a single grib file
:return: the kerchunk index dataframe
Parameters
----------
dtree : datatree.DataTree
Expand Down

0 comments on commit d5847dd

Please sign in to comment.