Mapping large satellite files [message #86419] |
Wed, 06 November 2013 10:40  |
khyde
Messages: 21 Registered: November 2013
|
Junior Member |
|
|
Hello,
I have a very large (36000 x 16000) equidistant global satellite file that I would like to remap to a smaller (4096 x 2048) global projection. In the past with smaller satellite files, I have just used MAP_PATCH, but the bigger files cause memory allocation problems. Does anyone have a suggestion on how I can I can create these files without running out of memory?
The original satellite files can be found here:
http://podaac.jpl.nasa.gov/dataset/JPL_OUROCEAN-L4UHfnd-GLOB -G1SST
My MAP_SET call is:
MAP_SET, /CYLINDRICAL, 0, 0, ISOTROPIC = 1, POSITION=[0.0, 0.0, 1.0, 1.0],/NOBORDER
If anyone has any advice I would greatly appreciate it.
Thank you,
Kim
|
|
|
Re: Mapping large satellite files [message #86420 is a reply to message #86419] |
Wed, 06 November 2013 10:43  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
khyde writes:
> I have a very large (36000 x 16000) equidistant global satellite file that I would like to remap to a smaller (4096 x 2048) global projection. In the past with smaller satellite files, I have just used MAP_PATCH, but the bigger files cause memory allocation problems. Does anyone have a suggestion on how I can I can create these files without running out of memory?
>
> The original satellite files can be found here:
> http://podaac.jpl.nasa.gov/dataset/JPL_OUROCEAN-L4UHfnd-GLOB -G1SST
>
> My MAP_SET call is:
> MAP_SET, /CYLINDRICAL, 0, 0, ISOTROPIC = 1, POSITION=[0.0, 0.0, 1.0, 1.0],/NOBORDER
>
> If anyone has any advice I would greatly appreciate it.
Congrid?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|