Skip to content

Refactor netcdf output structure to meet spec

Lucile Gaultier requested to merge pyramidal_rebased3 into master
  • Instead of "rows" and "columns", use ground range and azimuth
  • Instead of having one physical variable per satellite per polarisation, define satellite and polarisation as coordinate variables and use them to index the physical variable
  • Create variable for dimensions so that xarray doesn't complain that there are "Dimensions without coordinates".
  • Use numpy as np

Merge request reports