extracting data
Added by pooran khedri over 2 years ago
Hello everybody,
How do I extract data from multiple points on a NetCDF file (.nc) file using CDO. I have attached both files. I need to extract data based on the lat and long in the d. xlsx file.
Any help would be really appreciated.
Regards,
Pooran
sediment_properties.nc (2.18 MB) sediment_properties.nc | |||
d.xlsx (192 KB) d.xlsx |
Replies (1)
RE: extracting data - Added by Ralf Mueller over 2 years ago
hi!
you can select point with a horizontal interpolation to a single-point grid
cdo -f nc -remapnn,lon=30.1_lat=-11.1 -topo t.ncDo this for all your points.
hth
ralf