I have a NetCDF file with storm track density data over south polar stereographic projection. Both X and Y coordinates range from -1.924274 to 1.88504 (I don't know the units here). The link for the .nc file is here.
When I open the file with Xarray and plot the data, I have the following:
Is there any way to remap this to lat-lon grid in Python or CDO? Thanks!