podaac / l2ss-py

Level 2 subsetter with Harmony integration
https://podaac.github.io/l2ss-py/
Apache License 2.0
11 stars 11 forks source link

Feature/issue 119 #180

Closed nlenssen2013 closed 1 year ago

nlenssen2013 commented 1 year ago

Github Issue: #119

Description

Currently Variables in GPM point to 'phony_dims' which inhibits subsetting_with_bbox. Variables in GPM file need the dimensions in the attribute DimensionName

Overview of work done

Each variable is checked for and any unique DimensionNames will be created into a new dimension and the variable will point to that new dimension instead of the 'phony_dim' that is there currently.

Overview of verification done

Test that the new variables don't have any dimensions with 'phony' in them.

Overview of integration done

Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment.

PR checklist:

See Pull Request Review Checklist for pointers on reviewing this pull request