Skip to content
Prev 361408 / 398506 Next

Convert ncdf data to dataframe

There's a pretty good chance this question has been previously asked and
answered on the R-sig-geo mailing list (though I don't know for sure).

In addition, entering

  "R convert ncdf to data frame"

in a web search returned some possibilities, the first of which (for me)
was

  http://geog.uoregon.edu/bartlein/courses/geog607/Rmd/netCDF_01.htm

and partway down that page is an entry,

  "Get a single time slice of the data, create an R data frame, and write
a .csv file"

which does indeed have some examples of how to convert to a data frame.


-Don