How do I map NetCDF files in R?

I don't know if it will help but you should be able to read netcdf file using sf package. This will ease data manipulation. ggplot2 offers a geom_sf function that could help too.
Otherwise, every spatial graph package would work I guess.

1 Like