GeoToolkit.JS: New Features and Improvements in Carnac 3D
The Carnac3D module is part of the GeoToolkit.JS library and utilizes WebGL 2.0 technology for 3D rendering on web browsers. For those who are not familiar with it, WebGL doesn’t require an extra plug-in and is built-in for almost all browsers, such as Chrome, Firefox, Edge, and Safari. GeoToolkit’s 3D library is extremely useful for […]
How Apache SIS Simplifies the Hidden Complexity of Coordinate Systems in IVAAP
To show geoscience datasets on one of IVAAP’s 2D map widgets, you need to use a common visualization coordinate reference system. This is where Apache SIS helps us: It understands the properties of both the data and visualization systems and is able to convert coordinates between them.
Improving Seamless Visualization and Embedding Dynamic Visualization with IVAAP 2.9
Companies in the energy industry face several challenges when it comes to streamlining large datasets, finding compatibility among applications, and visualizing different types of data in real-time. The latest release of INT’s IVAAP Data Visualization Platform focuses on solving these challenges by making it more efficient to find and manage subsurface data. Seamless visualization of […]
Raster Log and TIFF Rendering in the Cloud with GeoToolkit.JS
A common challenge that our users face is a need to render and display huge images like raster logs and GeoTIFF files. Interactions occur in the client’s server architecture, and while these images can be stored in the cloud or on a server, they are usually very large files, making it difficult to move from the server to the client. It is also time-consuming to read data from the cloud and unpack operations for TIFFs. When trying to open these files, the user may have to wait up to several minutes to start to receive data from the server. This can lead to a poor user experience because the client doesn't know if a server is working or if it's already halted the solution that we applied.