Project

General

Profile

Converting Lat/Lon Temperature Data (.csv) to NetCDF

Added by Aaron Perry almost 9 years ago

Hi Everyone,

I am currently exploring for a way to convert a .csv file full of 200+ lat/lon points with temperature values to NetCDF to eventually be plotted as a contour map. It appears that this can be done with CDO but, I am not sure where to get started...

My data looks like this:

42.88355 -76.78116 81
37.1417 -79.0164 81
36.65408 -83.21783 73
41.00928 -74.73628 69
42.29133 -73.71033 72
43.77714 -71.75598 83
44.41944 -72.01944 85
41.98525 -73.96409 82
39.5803 -79.3394 77
38.3154 -76.5501 85
38.91444 -82.09833 85
46.61667 -69.53333 80
43.05 -73.86 77
43.9848 -73.0959 83
37.8557 -81.9159 85
37.9658 -77.7459 79
44.99189 -70.66463 81
41.90755 -79.64105 77
38.6557 -78.7081 76

Any and all help/direction would be appreciated.