[R] Extracting Europe from a netCDF file

2017-09-19 Thread Eeusha Nafi
Dear ALL, I was trying to extract the data only for european region from this file https://www.dropbox.com/s/xpo7zklcmtm3g5r/gfdl_preci.nc?dl=0 using these points (-10.375, 35.125), (43.375, 35.125), (-10.375, 71.375), (43.375, 71.375). However, I am not sure how I can proceed further. I have start

Re: [R] Extracting subset from netCDF file using lat/lon and converting into .csv in R

2017-08-29 Thread Eeusha Nafi
le, or both? > > -Roy > > > On Aug 28, 2017, at 2:21 PM, Eeusha Nafi wrote: > > > > I have a series of nertCDF files containing global data for a particular > > variable, e.g. tmin/tmax/precipiation/windspeed/relative > > humuidity/radiation etc. I

[R] Extracting subset from netCDF file using lat/lon and converting into .csv in R

2017-08-28 Thread Eeusha Nafi
I have a series of nertCDF files containing global data for a particular variable, e.g. tmin/tmax/precipiation/windspeed/relative humuidity/radiation etc. I get the following information when using *nc_open* function in R: datafile: https://www.dropbox.com/s/xpo7zklcmtm3g5r/gfdl_preci.nc?dl=0 Fil