Added by Bang AA about 4 years ago
Hello,
I wonder cdo tool can project a netCDF file from a source CRS to target CRS as gdalwarp tool? (gdalwarp has a problem, it creates 31 bands from 31 slices from time dimension)
I have this netCDF file https://opendata.dwd.de/climate_environment/CDC/grids_germany/daily/Project_TRY/air_temperature_mean/TT_199706_daymean.nc.gz and want to project it to EPSG:4326 without changing the structure of the file with 3D.
Thanks,
If you have data on that grid, you can use it for remapping.
cdo remap,<targetGridDataFile> <ifile> <ofile>