I have a netcdf file with the below variables
- Albers
- Band1
- Band2
- Band3
- x
- y
- time
Each band has dimensions (x,y). I want to combine the bands into a single variable with dimensions (x,y,time).
Is that possible with NCO or another library? Python or command line.
Thanks