Refactor netcdf output structure to meet spec
- 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