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

Extend eva to support legacy ConMon time/vert data #169

Merged

Conversation

EdwardSafford-NOAA
Copy link
Contributor

Extend mon_data_space.py to load legacy ConMon time/vert data files. Additionally clean up mon_data_space.py by removing unused interface components and consolidate the "magic numbers" used in processing the legacy control files by moving them to the top of class MonDataSpace and giving them descriptive names.

Modify additional eva components to allow for batch processing of DataType in a manner like Channel and Level. This is necessary to make the ConMon time plots.

Completes #167

Dependencies

None

Impact

None

Copy link
Collaborator

@CoryMartin-NOAA CoryMartin-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues that I can see!

Add support for batch processing on DataType/dtype.
Fix datatype use with station data.
@EdwardSafford-NOAA
Copy link
Contributor Author

EdwardSafford-NOAA commented Dec 28, 2023

I found I'd missed some changes in handling station data when adding the DataType features. I've also tacked on a change to support datasets for conmon vertical plots. The changes are small but it's probably worth another quick look @CoryMartin-NOAA .

Merge branch 'develop' into feature/con-167
Add update for conmon vert plots.
Copy link
Collaborator

@CoryMartin-NOAA CoryMartin-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor thing but I think it's fine to merge with/without that comment edit, your call.

@CoryMartin-NOAA CoryMartin-NOAA merged commit b14e19d into JCSDA-internal:develop Jan 2, 2024
5 checks passed
CoryMartin-NOAA pushed a commit to NOAA-EMC/obs-monitor that referenced this pull request Jan 5, 2024
Add a template for conventional time-series plots. Add support for
conventional obs in `plotObsMon.py`.

This requires a version of eva that includes PR
[JCSDA-internal/eva#169 ](url) which is not yet
in develop.
@EdwardSafford-NOAA EdwardSafford-NOAA deleted the feature/con-167 branch January 11, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants