Clear Filters
Clear Filters

Read a netCDF file and extract the precipitation values for the cordinates (lat,long)

2 views (last 30 days)
Hi,
I was able to read the netCDF file and see the precipitation values in the file. I have a matrix of (lat,long) of 66x118 by size. I need to get top left and bottom right coordinates of the lat,long grid and advance by grid resolution by 0.25 (degree resolution) horizontally and vertically along lat,long and get the corresponding precipitation value from precipitation matrix (66x118).
I have 1000 netCDF files I need to repeat the same procedure above.
Any help is appreciated.
Thanks.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!