processing of satellite data
显示 更早的评论
I have some satellite data. I need one particular variable from all this data. But the problem is, that these data are no same dimensional. Let me explain a little bit more. I have daily data for 2years, when I looked into data from first 5 files were 215x3245. But the sixth file has a dimension of 215x3246. This thing happened many time. Maximum dimension was 215x4174. So i can not process the data for delhi region. How can I proceed in this situation. The file size is big, so I could not share the files here. Thak you.
3 个评论
Walter Roberson
2021-8-14
What do the dimensions represent? Is there a variable stored in the file that is associated with the columns that says what value the column is for? For example is there a time for each column? If the columns are associated with positions, then are the large files storing more positions that are beyond what you want to consider, or are they storing positions more densely?
KSSV
2021-8-14
You need not to worry about dimensions. For the given grid dimensions there should be associated (lat, lon), this is what you need to consider.
SWARNENDU PAL
2021-8-14
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Reference Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!