Merged
Conversation
- Add MAX_LONG_NAME_LENGTH constant (40 chars) to control when variable names are used instead of long_name attributes in colorbar labels - Update x-axis labels to "Distance along track (km)" for clarity - Increase bottom margins from 0.03 to 0.06 to ensure x-axis labels are fully visible in both 2-column and biolume plots - Add variable_colormap_lookup dict for fallback colormap selection when standard_name attribute is not available - Add _get_colormap_name() helper method that tries standard_name first, then matches variable name patterns, then defaults to 'cividis' - Simplify colormap selection logic by using the new helper method These changes improve plot readability and make colormap selection more robust for variables without standard_name attributes.
…ll hs2_ variables.
MacOS assumes installed via mac ports.
…xt over section plots.
Contributor
Author
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.

As part of create_products.py we need to make quick look plots to help us evaluate the processing. Initially, we need to replicate the Dorado section plot creation done by the legacy Matlab code. A generic solution is needed for i2map and LRAUV log files. They are not always sections. They have some common, but also different variables.