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

Add new super-res level 3 products #438

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Conversation

lesserwhirls
Copy link
Collaborator

@lesserwhirls lesserwhirls commented Aug 15, 2020

Add four new super-res level 3 products:

  • BaseReflectivityDR
  • BaseVelocityDV
  • SpectrumWidth
  • CorrelationCoefficient

This change is Reviewable

Variable bref = ncf.findVariable("BaseReflectivityDR");
Array data = bref.read();
double max = MAMath.getMaximum(data);
// max reflectivity value as shown by NWS web display at the time
Copy link
Member

Choose a reason for hiding this comment

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

Here and in the other tests:

  1. These (with the exception of one test) are not reflectivity
  2. Not how we arrived at these values 😉

copy-pasta!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Should be updated now. copy-pasta magic FTW!

Add four new super-res level 3 products:
 * BaseReflectivityDR
 * BaseVelocityDV
 * SpectrumWidth
 * CorrelationCoefficient
lesserwhirls added a commit to lesserwhirls/thredds that referenced this pull request Aug 17, 2020
* BaseReflectivityDR
* BaseVelocityDV
* SpectrumWidth
* CorrelationCoefficient

Backport of Unidata/netcdf-java#438
@lesserwhirls lesserwhirls merged commit 4cfc9ab into Unidata:maint-5.x Aug 17, 2020
@lesserwhirls lesserwhirls deleted the rad branch August 17, 2020 16:20
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