comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Run envi routine in IDL Virtual MAchine
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Run envi routine in IDL Virtual MAchine [message #73995] Tue, 14 December 2010 07:01
Klemen is currently offline  Klemen
Messages: 80
Registered: July 2009
Member
> You can use the Catalyst Library application ImgWin
> to read and automatically register GeoTIFF files:
>
>   http://www.dfanning.com/map_tips/autogeoreg.html
>

Thank you David, I will think of it.
It looks like I will provide the user only a possiblity of using
geotiff or envi files as input.
Cheers, Klemen
Re: Run envi routine in IDL Virtual MAchine [message #73996 is a reply to message #73995] Tue, 14 December 2010 05:07 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Klemen writes:

> 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.).

You can use the Catalyst Library application ImgWin
to read and automatically register GeoTIFF files:

http://www.dfanning.com/map_tips/autogeoreg.html

Cheers,

David



--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Run envi routine in IDL Virtual MAchine [message #73997 is a reply to message #73996] Tue, 14 December 2010 03:26 Go to previous message
rogass is currently offline  rogass
Messages: 200
Registered: April 2008
Senior Member
On 13 Dez., 10:32, Klemen <klemen.zak...@gmail.com> wrote:
> 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

Hi Klemen,
you cannot use ENVI routines within the VM, but you can import and
export Geotiff with full mapinfo by write_tiff. Nevertheless, it's not
a big deal to write and to read envi files since there are hdr-files
where all the information,e.g., mapinfo is included. Reading and
writing can be performed by using openr or by openw and writeu.

Cheers

CR
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: 3D vector rotation to the Z axis
Next Topic: GRID3

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:12:19 PDT 2025

Total time taken to generate the page: 0.00636 seconds