processing of satellite data
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 14 Ago 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
il 14 Ago 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
il 14 Ago 2021
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Reference Applications in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!