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

Handle case when granules from the same collection have different variables #14

Closed
wveit opened this issue Jan 7, 2022 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@wveit
Copy link

wveit commented Jan 7, 2022

As an example, the MODIS_T-JPL-L2P-v2019.0 collection has some granules that contain the variables

  • quality_level_4um
  • sea_surface_temperature_4um
  • sses_bias_4um
  • sses_standard_deviation_4um
    while other granules do not.

Currently, concise is giving the error message "Variable schemas are inconsistent between granules" when attempting to concatenate such granules.

One solution might be to create the missing variables for granules that don't have them, and fill it with the empty fill value, before merging the granules.

Related to #12

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

No branches or pull requests

2 participants