Enhancing the obsdb -- pipeline script and PWV modules#1538
Open
Enhancing the obsdb -- pipeline script and PWV modules#1538
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This work introduces a new site pipeline script
update-obsdb-ancil, which may be used to populate columns in an ObsDb, especially when the data come from post-processed or external data sources, or requires significant processing or complex logic to derive.A key aspect of this work is to not only help with grabbing external/complex data and compute stats for obsdb, but also to make a reduced local copy of that data for any other applications that might find it useful.
The new io.ancil submodule holds the processing classes and supporting code.
In this PR the included modules are for radiometer readings (including combining two sources into a single number). This code has been used (unofficially) to gather and reduce PWV for many months now.
Several other modules are in advanced states and will be introduced in future pull requests.