X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 08 Apr 2014 07:43 PM by  anon
Georeference from IGM in IDL
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:4
New Member


--
08 Apr 2014 07:43 PM
    Hi, I would like to use IDL to batch process files from a data collection. In ENVI, I use the "Georeference from IGM" command and then "Save As Tiff" to write the resulting georeferenced image as a GeoTiff file. How do I call these two ENVI commands from IDL? Thanks, Keith

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    09 Apr 2014 09:42 AM
    You can use ENVI_GLT_DOIT to build the GLT from the lat/lon bands and then ENVI_GEOREFERENCE_FROM_GLT_DOIT. If using ENVI 5.1, you can use the new routine ENVIGLTRasterSpatialRef. ENVI_OUTPUT_TO_EXTERNAL_FORMAT can be used to save to TIFF, or if using the new routines, use the Export method to ENVIRaster.

    Deleted User



    New Member


    Posts:4
    New Member


    --
    15 Apr 2014 10:20 AM
    Thank you. It works great. Keith
    You are not authorized to post a reply.