Read a netCDF file and extract the precipitation values for the cordinates (lat,long)
2 views (last 30 days)
Show older comments
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.
1 Comment
Star Strider
on 13 Mar 2014
Posting (or posting a link to a freely-available) netCDF file would help immensely.
Answers (0)
See Also
Categories
Find more on NetCDF in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!