Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve index_names handling in ImpactDataInterpolator / rime-run-table #18

Open
perrette opened this issue Jun 6, 2024 · 0 comments
Open

Comments

@perrette
Copy link
Collaborator

perrette commented Jun 6, 2024

Currently rimeX.emulator.ImpactDataInterpolator.from_dataframe checks for a set of pre-defined fields: ['warming_level', 'year', 'region', 'model', 'variable', 'scenario'], and builds a n-D DataArray from that.

We should:

  1. add --index and --meta option to rime-run-table to overwrite the default
  2. in any case, build a 3-D (year not included) or 4-D (year included in the index) data-array, where the last dimension is flattened, instead of a n-D array. That would be less sparse, thus faster and likely yield better interpolation.

@mwerning @byersiiasa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant