Open leewujung opened 2 years ago
Proposed variable movements and attribute elaboration in #719.
Hey @imranmaj : once you have something in place for the changes we discussed yesterday please push up a draft PR so that I (and @emiliom ) can review the changes in smaller chunks. Thanks!
The majority of variable movements are completed in #731. I'll keep this open but defer the rest to v0.6.2.
The v0.6.0 change of netCDF data structure did not include the Nortek Signature ADCP (AD2CP) data, because the data is of substantially different format compared to the EK and AZFP echosounders. But now with the experience (and struggle!) with forcing data from the other models into a more compliant form for SONAR-netCDF4 ver.1 convention, I think we can take this step in the upcoming releases.
The main thing is that currently all backscatter and velocity data are saved in a single
Beam
group, and because of it likely result into a large number of NaNs due to the different sampling time and resolution/range setting in the different "modes" the AD2CP supports. In v0.6.0 we moved the originalBeam
(andBeam_power
) group to beSonar/Beam_group1
(andSonar/Beam_group2
) for the EK and AZFP echosounders. Taking the same approach, we can save the data from different AD2CP modes into differentBeam_groupX
so that it would be straightforward to find and use.This issue will serve as the drafting and discussion space for this change.