Run envi routine in IDL Virtual MAchine [message #74005] |
Mon, 13 December 2010 01:32 |
Klemen
Messages: 80 Registered: July 2009
|
Member |
|
|
Hi, I am using some of ENVI routines in my IDL tool for terrain
visualization. As far as I understood it is impossible o make a
version that functions in the IDL virtual machine - or am I wrong - is
there a way?
The ENVI routines I am using are:
envi_get_data
envi_get_projection
envi_get_map_info
They make possible to read most georeferenced data. Especially the
first one is important because I have to read data somehow into IDL.
But I can make output without specifying the exact projection,
ellipsoid and geodetic datum; coordinates and resolution are
necessary. Thus ne second and the third routine are not so importnat.
Are the perhaps any IDL routines that can be used to read
georeferenced data in various formats (e.g GEOTIF, Imagine IMG, ESRI
ArcGrid, MrSID, etc.).
Cheers, Klemen
|
|
|