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!



Not All Supernovae Are Created Equal: Rethinking the Universe’s Measuring Tools

Not All Supernovae Are Created Equal: Rethinking the Universe’s Measuring Tools

6/3/2025

Rethinking the Reliability of Type 1a Supernovae   How do astronomers measure the universe? It all starts with distance. From gauging the size of a galaxy to calculating how fast the universe is expanding, measuring cosmic distances is essential to understanding everything in the sky. For nearby stars, astronomers use... Read More >

Using LLMs To Research Remote Sensing Software: Helpful, but Incomplete

Using LLMs To Research Remote Sensing Software: Helpful, but Incomplete

5/26/2025

Whether you’re new to remote sensing or a seasoned expert, there is no doubt that large language models (LLMs) like OpenAI’s ChatGPT or Google’s Gemini can be incredibly useful in many aspects of research. From exploring the electromagnetic spectrum to creating object detection models using the latest deep learning... Read More >

From Image to Insight: How GEOINT Automation Is Changing the Speed of Decision-Making

From Image to Insight: How GEOINT Automation Is Changing the Speed of Decision-Making

4/28/2025

When every second counts, the ability to process geospatial data rapidly and accurately isn’t just helpful, it’s critical. Geospatial Intelligence (GEOINT) has always played a pivotal role in defense, security, and disaster response. But in high-tempo operations, traditional workflows are no longer fast enough. Analysts are... Read More >

Thermal Infrared Echoes: Illuminating the Last Gasp of a Dying Star

Thermal Infrared Echoes: Illuminating the Last Gasp of a Dying Star

4/24/2025

This blog was written by Eli Dwek, Emeritus, NASA Goddard Space Flight Center, Greenbelt, MD and Research Fellow, Center for Astrophysics, Harvard & Smithsonian, Cambridge, MA. It is the fifth blog in a series showcasing our IDL® Fellows program which supports passionate retired IDL users who may need support to continue their work... Read More >

A New Era of Hyperspectral Imaging with ENVI® and Wyvern’s Open Data Program

A New Era of Hyperspectral Imaging with ENVI® and Wyvern’s Open Data Program

2/25/2025

This blog was written in collaboration with Adam O’Connor from Wyvern.   As hyperspectral imaging (HSI) continues to grow in importance, access to high-quality satellite data is key to unlocking new insights in environmental monitoring, agriculture, forestry, mining, security, energy infrastructure management, and more.... Read More >

1345678910Last
37829 Rate this article:
No rating

What's New in IDL 8.5.1

Anonym

IDL 8.5.1 includes new features/functionality including a New FILE_MODTIME function, HDF4 VGroup attributes read/write, New IDLnetURL encode/decode methods, HASH/ORDEREDHASH/DICTIONARY ::IsFoldCase method, WRITE_PNG to a buffer, Fixed issues with IDL-Python bridge, HDF4 library update, and HDF-EOS library update.


New Features

FILE_MODTIME

You can retrieve the modification time for a file or files using the new FILE_MODTIME function. This is significantly faster than calling FILE_INFO if you only need the modification time.

HASH, ORDEREDHASH, DICTIONARY new ::IsFoldCase method

The new IsFoldCase method can be used to check whether a hash, orderedhash, or dictionary is using case-insensitive keys (i.e. whether FOLD_CASE was specified when the object was created). For more details see HASH, DICTIONARY, or ORDEREDHASH.

HDF4 VGroup Attribute Routines

For HDF4 files, you can now read and write the attributes for VGroups. For more details see HDF_VG_ATTRFIND, HDF_VG_ATTRINFO, HDF_VG_ATTRGET, and HDF_VG_ATTRSET.

IDLnetURL::URLEncode and URLDecode Methods

You can use the new IDLnetURL::URLEncode and URLDecode static methods to convert strings to and from "percent encoding":

IDL> value = IDLnetURL.URLEncode('My JSON string is: {"key":"value"}')

IDL> PRINT, value

My%20JSON%20string%20is%3A%20%7B%22key%22%3A%22value%22%7D

 

IDL> newvalue = IDLnetURL.URLDecode(value)

IDL> PRINT, newvalue

My JSON string is: {"key":"value"}

See IDLnetURL::URLEncode and IDLnetURL::URLDecode for details.

Write PNG to a Buffer

The WRITE_PNG routine can now write its PNG output to a buffer variable instead of a file. This is useful when you want to convert the image to a Base-64 encoded image and embed it in a web page.

Updates

Library updates

The HDF4 library has been updated to version 4.2.11, while HDF-EOS has been updated to version 2.19.

© 2015 Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation. All Rights Reserved. This information is not subject to the controls of the International Traffic in Arms Regulations (ITAR) or the Export Administration Regulations (EAR). However, this information may be restricted from transfer to various embargoed countries under U.S. laws and regulations.

6 comments on article "What's New in IDL 8.5.1"

Avatar image

amrutha mm

i want download IDL previous version, how can i do so???


Avatar image

gonzalo forero

how can i download it?


Avatar image

Kate Kear

contact Tech Support at support@harris.com for previous versions. Please see think link for supported versions http://www.harrisgeospatial.com/Support/HelpArticlesDetail/TabId/219/ArtMID/900/ArticleID/14106/14106.aspx


Avatar image

Kate Kear

For current version downloads, please go to http://www.harrisgeospatial.com/MyAccount/Downloads.aspx. You will need to login to access this page.


Avatar image

marco cardinale

i have a registered version of envi 5.1 with idl 8.3...may upload only idl to 8.4 or 8.5?


Avatar image

manoj kumar

Hello,

I want to download IDL 8.5, but I am not able to download.

Error message:

Access Denied - Verification Pending

In order to access product downloads you must be logged in and a Verified user of ExelisVis.com.

Please login or register to post comments.