The aggregation in that example lead to a stdRoot == sea_water_velocity. There was also variable with the attribute w:standard_name = "upward_sea_water_velocity" ;. For that variable name the determineVectorIdAndComponent returns null.
I have manually tested this fix with TDS, let me know if you would like any tests added to edal-java.
We came across a nullptr exception in
vectorInfo
in https://github.com/Unidata/tds/issues/268.The aggregation in that example lead to a
stdRoot == sea_water_velocity
. There was also variable with the attributew:standard_name = "upward_sea_water_velocity" ;
. For that variable name thedetermineVectorIdAndComponent
returnsnull
.I have manually tested this fix with TDS, let me know if you would like any tests added to edal-java.