Open sandorkertesz opened 7 months ago
@iainrussell , @pmaciel what do you think?
I'm not sure we should add a big variety of grids, this could create quite a burden, now and in future releases, for no immediate value except for the exceptional user.
But certainly some are quite important. I think N320 is the format of an older reanalysis which still sees quite some usage (ERA Interim?) I might be completely off. Maybe we should ask User Services what are the popular datasets, or CDS (but those should all be regular ll, except EFAS)
I recently got the error No matrix found! in_grid={'grid': 'O200'} out_grid={'grid': [1, 1]} method='linear'
on v0.3.2 when trying to quickplot the https://apps.ecmwf.int/ifs-experiments/rd/guxf/ dataset
@sandorkertesz I don't know if this up-to-date. But I think the H1204 above is meant to be H1024, and possibly in nested ordering (possibly the other HEALPix with #nodes = 12*2^Nside as well)
I recently got the error
No matrix found! in_grid={'grid': 'O200'} out_grid={'grid': [1, 1]} method='linear'
on v0.3.2 when trying to quickplot the https://apps.ecmwf.int/ifs-experiments/rd/guxf/ dataset
@juntyr, if it still a problem for you can I ask you to create a separate issue for it in earthkit-regrid?
The available target grids for
interpolate()
are always (with some exceptions) regular lat-lon grids. This issue is addressing the question of adding reduced Gaussian grids as targets.Proposal (targets are still to be added, exsisting ones in bold):