Project

General

Profile

extracting data

Added by pooran khedri about 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


Replies (1)

RE: extracting data - Added by Ralf Mueller about 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.nc
Do this for all your points.

hth
ralf

    (1-1/1)