Jiwoo Lee

Results 208 comments of Jiwoo Lee

Oh,,,, @pochedls thanks for clarifying, I must have confused it with the `add_missing_bounds`! Sorry for the confusion. What I suggested [here](https://github.com/xCDAT/xcdat/issues/435#issuecomment-1992240392) is about the `add_missing_bounds`, not `add_bounds`.

@tomvothecoder I am okay with closing the issue, thank you for the discussion.

> I know this is closed, but if there were obvious cases where we should drop a dataset's bounds and re-generate them it would be useful to document them (in...

Below is one example case from CMIP5, ACCESS 1-0 model, whose time bounds are not aligned with time step. ```python input_file = "ts_Amon_ACCESS1-0_historical_r1i1p1_185001-200512.nc" ds = xc.open_dataset(input_file) ds["time"] ds["time_bnds"] ``` In...

> Just following up after some time of inactivity in this ticket. > > > If I loop over 50 models, I might reproduce the correct bounds for the vast...

@tomvothecoder thank you for giving a thought. That would be definitely useful for PMP, although I don't have a good idea how much broader users would need (or even aware...

@acordonez I recall you have implemented the shape file capability, could you point how this task could be initiated?

@acordonez thank you for the information!