Re: Can I open an ENVI Vector File (EVF) in batch mode? [message #70972] |
Tue, 18 May 2010 07:39 |
Nicolas
Messages: 15 Registered: September 2007
|
Junior Member |
|
|
On May 18, 2:32 pm, Maxwell Peck <maxjp...@gmail.com> wrote:
> On May 18, 8:57 pm, Nicolas <nman...@gmail.com> wrote:
>
>> Hi folks,
>
>> Do you know if I can open an ENVI EVF in batch mode the same way I
>> would open any raster data using the ENVI_OPEN_FILE routine?
>
>> The idea is get it into the "Available Vectors List", ready to do
>> futher processing.
>
>> Thanks in advance,
>> Nicolas
>
> ENVI_EVF_OPEN
Thank you for your quick answer but this function "opens an existing
EVF and returns the EVF ID, which is used to access data from the file
using ENVI_EVF_INFO and ENVI_EVF_READ_RECORD"
I don't to access its content (I create the file), but I want to
display it.
What I would like to do is the same exact task performed by an
interactive "File>Open Vector File" in ENVI, which adds your vector
data into the "Available Vectors List".
Then, I would to load this layer to a display of my choice. All is
batch mode of course.
Cheers,
Nicolas
|
|
|
Re: Can I open an ENVI Vector File (EVF) in batch mode? [message #70977 is a reply to message #70972] |
Tue, 18 May 2010 05:32  |
Maxwell Peck
Messages: 61 Registered: February 2010
|
Member |
|
|
On May 18, 8:57 pm, Nicolas <nman...@gmail.com> wrote:
> Hi folks,
>
> Do you know if I can open an ENVI EVF in batch mode the same way I
> would open any raster data using the ENVI_OPEN_FILE routine?
>
> The idea is get it into the "Available Vectors List", ready to do
> futher processing.
>
> Thanks in advance,
> Nicolas
ENVI_EVF_OPEN
|
|
|