I have come across the code
cdo -outputtab, date,value -remapnn,lon=X/lat=Y infile.nc > Outfile.txt
which very nicely extracts for a single point only. Is there any way I can extract time series data from netcdf file for multiple points using a single command line or by using some script and get the output in a single text file? Something like this -
lat-lon1, lat-lon2, lat-lon3
235, 256, 254
264, 246, 249
289, 278, 259
......