Sphere-Surface-Projections-NetCDF
When you import global NetCDF data, for example global temperature data, you can create a Contour plot in a Sphere Surface Projection.
Minimum Origin Version Required: 2021b SR0
//Lon object x*pi/180 //Lat object y*pi/180 //x object 3*Mat(2)/2 * sqrt(1.0/3 - (Mat(3)/pi)^2) //y object Mat(3)
There is longitude and latitude data as well as grid lines data in the workbook. First, we need to convert them to Spherical Surface.