14 Oct 2012 02:10 PM |
|
Can you import a text File containing concentrations at specific latitude-longitude locations?
That is the file has only three columns: concentration, latitude, longitude.
thank you
|
|
|
|
Deleted User New Member
Posts:  
15 Oct 2012 06:13 AM |
|
Open your text file in IDL and just filter out what you want by using where function.
|
|
|
|
Deleted User New Member
Posts:  
16 Oct 2012 07:12 AM |
|
I apologize for not being more specific, but I thought this was an ENVI form,
i meant, how do I open the text file described in ENVI DIRECTLY,
Thank you
|
|
|
|
Deleted User New Member
Posts:  
16 Oct 2012 09:30 AM |
|
If you check the ENVI Help (Index tab, type in:ascii) you will notice that ENVI only opens ASCII image data. If you want to open your column data you could use ENVI_READ_COLS which is a programming routine. There is a good example in the Help.
|
|
|
|