processing of satellite data
Show older comments
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 Comments
Walter Roberson
on 14 Aug 2021
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
on 14 Aug 2021
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
on 14 Aug 2021
Accepted Answer
More Answers (0)
Categories
Find more on Reference Applications 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!