X

NV5 Geospatial Blog

Each month, NV5 Geospatial posts new blog content across a variety of categories. Browse our latest posts below to learn about important geospatial information or use the search bar to find a specific topic or author. Stay informed of the latest blog posts, events, and technologies by joining our email list!



Deploy, Share, Repeat: AI Meets the Analytics Repository

Deploy, Share, Repeat: AI Meets the Analytics Repository

10/13/2025

The upcoming release of ENVI® Deep Learning 4.0 makes it easier than ever to import, deploy, and share AI models, including industry-standard ONNX models, using the integrated Analytics Repository. Whether you're building deep learning models in PyTorch, TensorFlow, or using ENVI’s native model creation tools, ENVI... Read More >

Blazing a trail: SaraniaSat-led Team Shapes the Future of Space-Based Analytics

Blazing a trail: SaraniaSat-led Team Shapes the Future of Space-Based Analytics

10/13/2025

On July 24, 2025, a unique international partnership of SaraniaSat, NV5 Geospatial Software, BruhnBruhn Innovation (BBI), Netnod, and Hewlett Packard Enterprise (HPE) achieved something unprecedented: a true demonstration of cloud-native computing onboard the International Space Station (ISS) (Fig. 1). Figure 1. Hewlett... Read More >

NV5 at ESA’s Living Planet Symposium 2025

NV5 at ESA’s Living Planet Symposium 2025

9/16/2025

We recently presented three cutting-edge research posters at the ESA Living Planet Symposium 2025 in Vienna, showcasing how NV5 technology and the ENVI® Ecosystem support innovation across ocean monitoring, mineral exploration, and disaster management. Explore each topic below and access the full posters to learn... Read More >

Monitor, Measure & Mitigate: Integrated Solutions for Geohazard Risk

Monitor, Measure & Mitigate: Integrated Solutions for Geohazard Risk

9/8/2025

Geohazards such as slope instability, erosion, settlement, or seepage pose ongoing risks to critical infrastructure. Roads, railways, pipelines, and utility corridors are especially vulnerable to these natural and human-influenced processes, which can evolve silently until sudden failure occurs. Traditional ground surveys provide only periodic... Read More >

Geo Sessions 2025: Geospatial Vision Beyond the Map

Geo Sessions 2025: Geospatial Vision Beyond the Map

8/5/2025

Lidar, SAR, and Spectral: Geospatial Innovation on the Horizon Last year, Geo Sessions brought together over 5,300 registrants from 159 countries, with attendees representing education, government agencies, consulting, and top geospatial companies like Esri, NOAA, Airbus, Planet, and USGS. At this year's Geo Sessions, NV5 is... Read More >

1345678910Last
«October 2025»
SunMonTueWedThuFriSat
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678
15012 Rate this article:
5.0

Analyzing Multitemporal Data in ENVI

Anonym

Last week I co-taught our very first Advanced Geospatial Analytics (AGA) course in our Boulder, Colorado, office. For this course, we decided to develop the content completely from scratch. This allowed us to focus on some of my favorite new tools available in ENVI + IDL for pre-processing, analyzing, and visualizing multitemporal data. The concept of performing multitemporal analysis is not new to remote sensing, but in the latest release of ENVI we have built out a lot of new tools that are powerful in their simplicity and ease-of-use. If you ever have occasion to view and compare multiple images of the same place taken at different times, these tools might be worth knowing about.

Top on my list is the the ENVITask system. The ENVITask system is a relatively new method for performing discrete bits of image processing programmatically through the ENVI object-based API. This programmatic approach to image processing can save a lot of time because you can easily chain together multiple ENVITasks, allowing the output from one ENVITask to become the input to the next. You can also loop through multiple files, so that whatever processing you choose to do, you can repeat for multiple images all at once. ENVITasks were introduced in ENVI 5.1 and the number of available ENVITasks has steadily grown with each subsequent release. At ENVI 5.3, there are over 100 ENVITasks available in the ENVI API. To programmatically run an ENVITask, a user simply needs to define the ENVITask to be executed, define the ENVITask parameters (input files, output file locations, additional task parameters), and execute the ENVITask. For a full list of available ENVITasks, along with examples for calling each individual ENVITask from the ENVI API, please consult our online ENVITasks Documentation Center.

In the case of our AGA course, we used high resolution satellite imagery provided by Airbus Defense and Space to look at agricultural fields in the Central Valley of California. The imagery was collected by the Pleiades 1A and 1B sensors. The following code example shows how we can:

1. Create a list of input Pleiades images to perform processing on

2. Call the the ENVIRadiometricCalibrationTask

3. Call the ENVIQUACTask

4. Call the ENVISpectralIndicesTask

5. Open each file and perform each step of processing

While coding in the ENVI API might not be for everyone, there are some serious advantages to digging in and becoming familiar with the ENVITask system. In the example shown above, we were able to perform radiometric calibration, atmospheric correction, and create an output NDVI image for 9 Pleiades 1A and 1B images simply by clicking "Go". I could go on and on about some of the exciting details of the ENVITask system, but in the interest of time I am going to move along.

Next on my list is the ability to build a series of images (called a raster series) for spatiotemporal analysis, then view the images incrementally. In the image below, a raster series has been created from the results of running an Optimized Soil Adjusted Vegetation Index (OSAVI) on the 9 images provided by Airbus Defense and Space. Using the Series Manager, we can quickly step forwards or backwards through our series of images to get an idea of vegetation health for any given pixel in our scene throughout time. You can also quickly annotate the date and time of acquisition for your scenes and export your time series to video. In the example below, I have chosen to create a raster series from the results of image processing, but we could have just as easily created a time series from our original images.

The images that comprise a spatiotemporal series do not necessarily have to be in the same map projection or have the same spatial extent. An example is animating a time series to track a hurricane; in this case, it is not critical that the images have the exact spatial extent, projection, or resolution. However, ensuring a common projection and spatial extent allows you to perform a true multitemporal analysis; for example, studying the change in vegetation over time or the change in a glacier's extent over time in a specific location. To this end, ENVI has introduced several tools for gridding a raster series to a common projection and spatial extent. These Regrid Raster Series tools can be found in the ENVI Toolbox and can also be called programmatically via the ENVITask System.

The Regrid Raster series tools include the ability to regrid by the union of all images in the series, by the intersection of all images in the series, by the spatial extent and coordinate system of a selected image in the series, or by defining a custom grid (i.e. coordinate system, spatial extent, pixel size, etc...). These are powerful tools when you consider how much work would have been required in the past to make sure that each pixel in an image lines up exactly with each pixel in a set of corresponding images. Learn more about Spatiotemporal Analysis.

Last, but certainly not least, I want to talk a bit about the new Series Profile tool in ENVI. Once a raster series has been regridded to a common coordinate system and spatial extent, we can use the Series Profile tool to truly dig into a scene to get an understanding of how any given pixel has changed over time. In the example below, we are using our Pleiades image processing results to look at an individual field throughout the growing season. Using our Series Profile tool to view an Optimized Soil Adjusted Vegetation Index, we see that crop health steadily increased until sometime in the middle of June. By June 23, crop health began to decline and we even see signs of crop loss in the northwest corner of the field. This is just one example of how ENVI multitemporal analysis tools can provide insight into conditions that might not be readily available from the ground.

Please login or register to post comments.