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
«July 2025»
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789
21000 Rate this article:
No rating

Achieving Interoperability

Anonym

I’ve noticed that the priority of interoperability as a requirement for software applications and systems has been increasing over the past couple of years. This goes hand-in-hand with the shift we’re seeing many organizations make from desktop-oriented environments to Cloud, or Enterprise, environments. Interoperability is the ability for diverse systems to work together. This is a definition I found on Wikipedia:

Interoperability is a property of a product or system, whose interfaces are completely understood, to work with other products or systems, present or future, without any restricted access or implementation.

As a requirement, interoperability means that applications and systems need to be able to communicate with each other. Sometimes this means sharing data, but it also means that applications need to call each other or query each other about their individual capabilities.

One way we can achieve interoperability is by adherence to standards. In our community, the OGC (Open Geospatial Consortium) is responsible for a number of relevant standards, including WMS, WCS, and WPS. These standards, and many others, are completed and accepted, although they continue to evolve. Other standards are under development, and some are just emerging. In some cases, there are no standards defined for how applications inter-operate.

I was having a conversation with one of my colleagues about the increasing importance of standards the other day, and I made the comment that “it really all comes down to interoperability”. If we didn’t need systems and applications to interoperate, we wouldn’t care so much about standards. I found myself defining several levels of interoperability that I thought might be interesting to others.

Levels of Interoperability:

  1. Private Interface Control Document (ICD)
    At the lowest level of interoperability, developers mutually agree on a format or protocol for interaction. This can be informal, or formally captured as an ICD. Only other developers who can access the ICD can achieve interoperability.
  2. Public Interface Control Document (ICD)
    At a mid-level of interoperability, system developers publish interfaces that can be used to access their systems. These are still unique to each system, but access is broader and available to anyone who is willing to implement the ICD.
  3. Standards
    Standards are both publicly available and mutually agreed upon by key stakeholders in a community. There are often tests available that assure compliance to the standards which guarantees interoperability. As technologies and domains mature, they move through these levels until we have openly published and widely available and used standards. In the meantime, we make do by sharing information and cobbling together systems that can inter-operate.

Keep watching this blog for more about Enterprise technologies, standards, and interoperability.

Please login or register to post comments.