Skip to content

How does xcdat's missing_bounds work? #482

Answered by pochedls
gkb999 asked this question in 2. Questions
Discussion options

You must be logged in to vote

@gkb999 – it is super helpful/important that you post a "complete minimal example." From what you posted above, it seems like you have modified the dataset you are working on (I see pandas indexes in the dataset, which I'm not used to seeing – I think this means you may have taken some intermediate steps). It's also unclear how you opened the dataset, which is relevant to your issue. Could you post code that shows the following:

  • The packages you've imported (e.g., import xcdat)
  • The command to open the dataset (e.g., ds = xc.open_dataset("...")
  • Any other commands (e.g., the axis information you added and anything else you did)
  • The command that produces the error (e.g., ds_season = ds.temp…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@pochedls
Comment options

Comment options

You must be logged in to vote
1 reply
@gkb999
Comment options

Answer selected by gkb999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants