X
4066

ENVI 5.6 Release Notes

See the following sections:

For system requirements, see the ENVI System Requirements topic in the L3Harris Geospatial Documentation Center.

New Features

This release includes many new and improved features.

Highlights

  • Set up ENVI Servers to run ENVI tasks and models in the background and in parallel. Or, set up remote ENVI Servers that can be used as network resources for distributed processing.
  • Updated software libraries reduce security vulnerabilities and improve performance when running ENVI.
  • ENVI supports GOES-17 and Zhuhai-1 hyperspectral data.
  • Performance improvements: ENVI opens, displays, reads pixels from, and processes NITF files up to 50% faster. QUAC atmospheric correction is also faster due to more efficient access to data during tile processing.
  • U.S. Geological Survey Spectral Library 7 was added to the spectral libraries that are included with ENVI.
  • Esri Integration: ENVI works with newer versions of ArcGIS software and can upload shapefiles to an ArcGIS Portal or ArcGIS Online account.
  • ENVI has better support for OGC WCS datasets.
  • Improvements to views: New layout options are available, linked views can rotate together, and task previews work much better.
  • Improvements to ROIs: New keyboard and mouse shortcuts are available, a new Magic Wand tool makes selecting regions easier, and other new features enhance ROI functionality.
  • Four new vector tools are available for processing shapefiles.
  • See the list of other minor updates in ENVI.
  • A new API is available for creating step-by-step workflows in ENVI programs.
  • New API routines and tasks, along with other API enhancements, are available to assist ENVI programmers.

See the detailed sections that follow.

ENVI Server

Starting with version 5.6, you can upgrade your ENVI installation to become an ENVI Server at no extra cost. This will allow you to run ENVI tasks and models in the background and in parallel. Any Windows or Linux computer with both ENVI and Geospatial Services Framework 2.3 installed is considered an ENVI Server. You can monitor the status of jobs and view the results when each job is complete. You can also define remote ENVI Servers that will be used as network resources for distributed processing.

ENVI Modeler Iterator nodes have a new button that lets you define one or more ENVI Servers on which to batch-process multiple jobs.

See the Working with ENVI Servers Tutorial and ENVI Servers help topic to get started using these new features.

Finally, ENVI programmers can use the ENVI Server API routine to define ENVI Servers and run jobs in the background, in parallel, or in distributed environments.

Updated Software Libraries

IDL and ENVI use many underlying third-party software libraries, which require ongoing updates and maintenance. Most of these have been updated to the latest version. This provides reduced security vulnerabilities and improved performance when running the software. For a complete list of library updates, see Library Updates below.

Updated USGS Spectral Libraries

ENVI now includes "U.S. Geological Survey Spectral Library Version 7" along with the other spectral libraries that were previously available. Version 7 contains a total of 2,457 individual spectra from artificial materials, coatings, liquids, minerals, organics, soils, and vegetation. Version 7 is located in the \resource\speclib\usgs_v7 directory of the ENVI installation path. For more information about this set of spectral libraries, see the readme.txt file in the usgs_v7 directory, or consult the following reference:

Kokaly, R., et al. "USGS Spectral Library Version 7." U.S. Geological Survey Data Series 1035 (2017).

Version 6 from 2007 is still available in the \resource\speclib\usgs_v6 directory.

Use the Spectral Library Viewer to access and plot the USGS Version 7 spectra, along with the other spectral libraries that ENVI provides.

Esri Integration

ENVI now works with ArcGIS Pro version 2.5 and ArcMap version 10.8.

Use the new Upload Vector to ArcGIS Portal tool to upload shapfiles from ENVI to an ArcGIS Portal or ArcGIS Online account.

Updated OGC WCS Support

The Remote Connection Manager and ENVI::OpenRaster API routine support Open Geospatial Consortium (OGC) Web Coverage Service (WCS) versions 1.1.x and 2.0.1; specifically, GeoServer, MapServer, Jagwire, and ArcGIS Server 10.7 and 10.8.

Improvements to Views

The File > Views & Layers menu option was renamed to File > ENVI Session.

Four new layout options are available in the Views menu:

Similarly, ENVI programmers can specify these new view layouts when invoking the ENVI display. See the Programming section below for details.

Multiple pixel-linked and geo-linked views will rotate at the same time.

The Preview experience has improved in task-based tools such as QUAC, Spectral Indices, and others. You can preview the results of a task while panning, zooming, and rotating. Refreshing the preview is much faster now.

Improvements to Regions of Interest (ROIs)

With polygon ROIs, you can use a shortcut to draw a rectangle at an angle: Click two vertices to define one side of the rectangle. These two points determine the angle at which the rectangle will be drawn. Press and hold the Shift key and drag the previewed rectangle to the end of the object. Click the mouse when you are ready to accept the rectangle.

You can also rotate a ROI as follows: Draw a shape, then right-click in the view and select Complete shape type. Move the cursor near the center handle and click the Shift key. A rotation icon appears. Click and drag to rotate the object as needed, then release the mouse key.

Examples:

Use the new Magic Wand tool to grow ROI polygons from one or more "seed" pixels. This tool facilitates drawing ROI polygons around complex objects such as clouds, tree crowns, and lakes. With the Region of Interest (ROI) Tool displayed, hold down the Ctrl key and click on a pixel inside of the object. An initial polygon is drawn, and the Magic Wand Parameters dialog appears. You can adjust the threshold and experiment with other parameters to better refine the shape of the object.

If one or more ROIs include pixels that are masked in the source image (i.e., they have a Data Ignore Value set), a new "Mask Count" column reports the number of those ROI pixels that were omitted from the statistics computation. The "Mask Count" column is located in the ROI Statistics dialog.

Finally, a new Remove Holes right-click option is available for multi-part ROIs.

Vector Processing Tools

Four new vector processing tools are available in the ENVI Toolbox:

  • Filter Vector: Create a new shapefile containing only vector records that fall within specified minimum and/or maximum values.
  • Smooth Vector: Reduce the number of vertices in each input record of a polyline or polygon vector. The output is a new shapefile.
  • Vector to Bounding Box: Create a new polygon shapefile containing the bounding box of each input vector record.
  • Vector to Centroid: Create a new point shapefile containing the centroid of each input vector record.

This image shows bounding boxes and centroids around aircraft:

Other Updates

The Go To tool now supports geographic lookup table (GLT) spatial reference coordinates.

The Intelligent Digitizer tool was removed from the ENVI Toolbox. It is still available in ENVI Classic.

The Raster to Vector tool was removed from ENVI. Better tools are available such as Classification to Vector and Generate Contour Lines. The Raster to Vector tool is still available in ENVI Classic.

Programming

Workflow API

You can use the ENVI API to create workflows, which are comprised of multiple steps—presented as user interface (UI) dialogs—that guide users through a sequence of data-processing operations.

With workflows, you can interact with the ENVI application as you progress through each step. Workflow steps are based on ENVITasks, where each task performs an atomic piece of functionality. At each step, you are presented with a timeline of where you are in the context of all of the steps. You can move back and forth between steps as needed.

See the Creating Workflows help topic for details. Several code examples demonstrate how to create full workflows.

The following are new routines and methods for creating workflows:

Workflow Routine/Method Description
ENVIUI::CreateWorkflowDialog This method invokes and displays a workflow.
ENVIWorkflow This routine builds a data-processing workflow consisting of multiple steps.
ENVIWorkflowStep This function defines a specific step within a workflow.

New Routines and Methods

Routine/Method Description
ENVIDataContainer This is a group of data objects such as rasters and vectors as well as variables of any data type (strings, numbers, etc.) A data container keeps track of the state of data objects in a program. This way, you can close or save a data object and retrieve it later if you need it again.
ENVIParameterUI This routine builds a data-processing workflow consisting of multiple steps.
ENVIUI::RunTask This method displays a dialog where users can select parameters for a given ENVITask. Unlike the ENVIUI::SelectTaskParameters method, it automatically runs the task after the user clicks OK; it displays a non-modal dialog; and it ets the user choose to run the task on an ENVI Server.
ENVIUI::ShowJobConsole This method displays the ENVI Server Job Console for monitoring jobs submitted to an ENVIServer.
ENVIServer This function creates an ENVIServer object so that you can run multiple, concurrent ENVI processes in the background, in parallel, or distributed among different computers.

New ENVITasks

You can use these new ENVITasks to perform data-processing operations in your own ENVI+IDL programs. They are also available as task nodes in the ENVI Modeler so that you can combine them with other tasks to build a custom data-processing workflow.

Task Description
ENVIClassificationToPixelROITask This task creates pixel ROIs from a classification raster.
ENVIClassificationToPolygonROITask This task creates polygon ROIs from a classification raster.
ENVIExtractColumnFromArrayTask This task extracts a single column from an array.
ENVIRowFromArrayTask This task extracts a single row from an array.
ENVIFeatureCountToROITask This task creates point ROIs from a saved feature count file (.efc).
ENVIFilterVectorTask This task creates a new shapefile containing only vector records that fall within specified minimum and/or maximum values.
ENVISmoothVectorTask This task uses the Douglas-Peucker smoothing algorithm to reduce the number of vertices in each input record of a polyline or polygon vector. The output is a new shapefile.
ENVIVectorRecordsToCentroidTask This task creates a new point shapefile containing the centroid of each input vector record.
ENVIVectorRecordsToBoundingBoxTask This task creates a new polygon shapefile containing the bounding box of each input vector record.

Other API Updates

The LAYOUT property of the ENVI function has four new values:

  • [3,1]: Three vertical views
  • [1,3]: Three horizontal views
  • [4,1]: Four vertical views
  • [1,4]: Four horizontal views

The ENVIView::GeoLink and ENVIView::PixelLink methods have two new keywords, ROTATE_LINK and UPDATE_ROTATE_LINK, that let you rotate selected views at the same time.

The following are new user interface API classes that ENVI programmers can use to display dialogs in their programs:

  • IDLContainer_UI: This is a container that holds multiple UI classes so that they can be displayed at once.
  • IDLPassword_UI: This displays a dialog for users to enter passwords with hidden characters.

Library Updates

Due to software library updates and compiler upgrades in this release, some features are no longer supported and were removed from ENVI:

  • ENVI: GPS-Link tool
  • ENVI: Export and chip views to Geospatial PDF on 32-bit Windows and Macintosh 64-bit platforms
  • ENVI LiDAR: The standalone 3D Viewer used to visualize extracted features
  • ENVI LiDAR: Export to COLLADA
  • ENVI LiDAR: Export to Google Earth (KML/KMZ)
  • ENVI Classic: All remaining code and file formats associated with tape devices

In addition, ENVI only supports JAXA PALSAR filenames that begin with "VOL-ALPSR."

The third-party libraries listed below have been updated to these new versions:

  • ANTLR, 2.75
  • Apache Commons Logging, 1.1.3
  • Chromium Embedded Framework, 79.1.35
  • CLL, 4.1.1
  • cURL, 7.70.0
  • DXF, 2.003
  • Eclipse CVS Client, 1.4.1200.v20191210-0610
  • HDF5, 1.10.5
  • IDL Python Bridge now supports 3.7 and 3.8
  • JPEG was replaced with JPEG-turbo library 2.0.3
  • libxml2, 2.9.9
  • netcdf, 4.7.1
  • OpenSSL, 1.1.1g
  • Proj 6.2.0

The following third-party libraries were added in this release:

  • AdoptOpenJDK 11.0.7
  • AdoptOpenJDK JRE 11.0.7
  • ecCodes 2.15.0
  • Esri Projection Engine and data 10.7.0
  • GCTP2 2
  • Mesa Open GL Utility 9.0.1
  • MGRS 1.3.4
  • NumPy 1.18.1
  • Openmp 9.0.1
  • TBB 2020.2
  • TinyXML2 8.0.0
  • wglext.h 23

The following third-party libraries were removed in this release:

  • Anaconda 2
  • Anaconda 3
  • Apache HTTP Client
  • CBLAS
  • Apache Commons Validator
  • F2CMath
  • GEOS
  • Google GSON
  • GRIB API
  • libiconv
  • MODTRAN
  • ogr2ogr
  • SpatialLite
  • Zulu

Fixed Issues

Issue Description
ENVI-65880 ENVIView::GetExtent did not account for interactive or API rotation of views.
ENVI-70711 MetOp-A AVHRR Level-1B images were not properly calibrated.
ENVI-70716 Hyperion HDF performance was very slow.
ENVI-71320 The "Create Classification Image from ROIs" tool failed with large images.
ENVI-71593 ENVI issued an error when opening Sentinel-3 .nc files.
ENVI-71798 ENVI did not open all bands of WorldView-3 Superspectral 16-band imagery.
ENVI-71938 AVHRR/MetOp-A calibration coefficients needed to be updated.
ENVI-71986 ENVIROIStatisticsTask failed when the ROI only included one pixel.
ENVI-72007 Rasters with data-ignore values of -1e34 did not retain this value when exported to TIFF format.
ENVI-72026 ENVI could not read BIL datasets included in PRISMA HDF5 files.
ENVI-72058 Executing "e = ENVI(/CURRENT)" at the IDL command line produced an undefined variable error.
ENVI-72059 ENVI froze after destroying a second ENVI object referenced to the first one.
ENVI-72101 A "file cannot be opened" message appeared when opening some NPP VIIRS data files, even though the files opened as expected.
ENVI-72120 Shapefiles with ground truth could not be imported into Feature Extraction.
ENVI-72153 Radiometric calibration of WorldView data was incorrect.
ENVI-72179 Opening WorldView-2 data returned an "Invalid tile offsets" error.
CLASSIC-68574 Output distances from the Transect tool were inaccurate.

Known Issue - Help Display on Mac OS

Using the ENVI Help System on MacOS with the Safari web browser results in the error "The operation couldn't be completed," or it displays a blank page. By default, Safari prohibits some local file operations; the error occurs when a temporary HTML file auto-created by the Help system attempts to perform a redirect to the specific ENVI Help content. There are two workarounds to display the Help:

  • In Safari, enable the Disable Local File Restrictions setting.
  • If you prefer not to disable local file restrictions in Safari, use Chrome or Firefox as your browser to open ENVI Help content.