Copy from an hdf file to another [message #80523] |
Thu, 21 June 2012 04:44  |
laurisilla
Messages: 9 Registered: June 2012
|
Junior Member |
|
|
I´ve got a lot of hdf files, they´re like a big matrix organized in latitudes and longitudes, and each cell/pixel is a value of temperature.
I´ve chosen a region of interest and what I want to do is to create a list of new hdf files organized like the originals, but smaller, it should contain not the whole original matrix but only my region of interest.
So how can I copy the information I need from an hdf file to another?
|
|
|
RE: Copy from an hdf file to another [message #80685 is a reply to message #80523] |
Tue, 26 June 2012 09:48  |
laurisilla
Messages: 9 Registered: June 2012
|
Junior Member |
|
|
The thing is, I´ve got a list of 1000 hdf files and I want to create a new list of 1000 hdf files.
Each hdf file from the new list contains only a part of the original hdf file, a region of interest, which is the same for all the new files, a certain window with specified latitude and longitude.
|
|
|