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
25552 Rate this article:
4.0

Disconnected Apps

Anonym

I was at a conference on Mobile Apps recently, and one of the hot topics was disconnected apps. Let’s start with a brief definition.

Connected means that the app connects with a server of some sort when it operates. In other words, the app is using data, or services, that reside beyond the mobile device itself. For example, a mapping application downloads maps for new areas as you move around in it. It also holds onto maps for a while once they are downloaded, drawing from the mobile device’s physical memory when possible. When the app needs map data for a new location, or a higher resolution as a user zooms in, it pulls that data from a server or other location outside the device.

Disconnected means that the app cannot connect with a server or other devices to communicate either to download or upload data. Putting your mobile device into Airplane Mode puts it in disconnected mode. While some apps are always disconnected, others are typically connected and can also run in a disconnected mode. I’m going to use the term disconnected for either of these, although it’s the disconnected mode we are really concerned with here.

Despite the fact that the internet and connectivity are widely available all over the world, there are some important situations where connectivity cannot be relied upon and accurate, up-to-date data is essential. In disaster situations, such as flood, fire, or earthquake, connectivity is typically disrupted. Bringing mobile devices into these locations seems like it would help the responders gain important situational awareness and provide important updates back to command centers. These devices need to operate in both connected and disconnected modes, so well-designed support for disconnected apps is critical.

There are three key considerations when designing apps that will support a disconnected mode:

  1. Data on the device that the app is using may not be up-to-date.
    The user needs to be aware both that he is in a disconnected mode and the age of the data he is relying upon.
  2. All data must be available locally for local access.
    Apps typically need some data to operate on, so this data needs to be available on the local device before a user goes disconnected in order to keep the app working.
  3. Moving between connected and disconnected modes must be seamless for the user once an app is ‘provisioned’.
    It makes sense that a user needs to be involved in the provisioning, or loading, of data he believes he’ll need in disconnected mode. Once that is done however, the user should be freed of the responsibility of moving or updating data. The apps themselves should manage switching between remote and local data as connectivity permits.

One of the ways that geospatially-oriented apps (or geo-apps) are being made more useful in disconnected mode is through the use of map caches. This can be generalized to the idea of a data cache. If the user knows she will be going into an area with limited or no communications, she can ‘provision’ the device in advance by pre-loading, or caching, the data for the area she is headed into on her mobile device. While there is connectivity, the cache can be augmented or updated with data from the server. Once the device is disconnected, all data is drawn from the cache. Data or information that might normally be sent back up to the server is also cached and delivered once the device is re-connected.

Passing geospatial data between client and server or from client to client is nothing new. Many applications do this today, and most define their own formats for the metadata or ancillary information. This becomes a problem on mobile devices where memory is limited. Multiple apps covering the same region of interest are currently storing the same geospatial data multiple times in a variety of propriety formats. To address this potential issue, OGC has developed the GeoPackage Specification which will eventually become an open standard for distribution and direct use of geospatially oriented data. This specification will likely become a standard not only for mobile applications but all geospatial data containers. Using this specification, developers can create apps that maximize storage utilization and manage their local data through a standards-based approach. Multiple apps will be able to share the same data store, economizing on space. This is an exciting development for those working in the mobile world.

Please login or register to post comments.