Importing Netcdf files, but losing spatial reference data
Hi all,
I am importing netcdf4 files using brick() from the raster package, but am losing the spatial reference data.
Example code.
tmpBrick <- brick("SomeNetcdfFile.nc")
Am I doing something wrong here? I would prefer not to use open.ncdf(), but if I have to do so and then convert to a brick object, then I guess I can do it.
Thanks for any information,
Wade