Posts

028] Global Mapper - Moving Attributes: Copy Attributes Between Overlapping or Nearby Features

Image
Today, we will cover the function of copying and moving attributes between features. Instead of processing queries by referring to attribute tables, this method determines whether objects are close enough or overlapping to transfer the desired attributes. Why We Need This: Integrating Building Height Data For landscape simulations, it is essential to know the height of buildings. However, the standard "Continuous Digital Map" (National Geographic Information) typically only provides the number of floors, lacking specific height information. In tasks where exact height isn't critical, we often use a formula like "(Number of Floors * 3) + 1" to estimate height. However, this formula is virtually useless in areas with many factories. Even a single-story factory can often reach nearly 10 meters in height. In such cases, we supplement the data using "GIS Integrated Building Data." This dataset provides height information for recently completed build...

[027] Global Mapper - Spatial Operations 03: Transforms

Image
Today is our third session on Spatial Operations , focusing on Transforms . What makes this feature different from the previous two is that it doesn't just select, split, or delete; instead, it targets a single layer and creates new geometries based on the elements contained within that layer. Let's get started. First, open the file from the previous session. Since this content doesn't require extensive explanation, we'll go through it quickly. [img 1 : Global Mapper Control Center showing the layer list including Area01] Activate the Area01 layer. Now, let's examine the menu. [img 2 : Spatial Operations dialog box focusing on the Transforms tab] Spatial Transforms: Methods for Generating New Geometries MBR (Minimum Bounding Rectangle): Generates the minimum bounding rectangle for the selected geometry group. It creates the smallest possible rectangle that encompasses all features. Centroid: Calculates the center point of Area or Line featur...

026] Global Mapper - Spatial Operations 02: Understanding Predicates

Image
Today, in our second session on Spatial Operations , we will explore Predicates , which offer a more granular approach than the basic operations we discussed previously. Admittedly, there are some limitations. Since these operations typically involve only two layers at a time, you might find yourself thinking deeply when dealing with multiple layers. However, most spatial operations can be successfully performed using these methods. 1. Getting Started First, let’s open the file we used in the last session. Global Mapper Control Center showing various vector layers including Area, Line, and Point In the Control Center, you can see our sample layers: Area01 , Area02 , Line01 , and Point01 . Now, let's launch the Spatial Operations tool and navigate to the Predicates tab. 2. Understanding Spatial Predicates UI Spatial Operations dialog with the Predicates tab selected The Predicates tab has a similar layout to the Operations tab we handled last time. However, it fo...

025] Global Mapper - Spatial Operations 01: Geometric Operations

Image
Today, we will dive into Spatial Operations . These functions allow you to perform various geometric tasks such as merging shapes, subtracting one from another, finding intersection areas, or identifying elements contained within specific regions. We will practice using the following file: Attachment: Operation.zip  (This is a safe proprietary data file for Global Mapper.) Once you have downloaded the file, please open it in Global Mapper. Setting Up the Workspace Upon opening the file, you will see four layers in the Control Center: two Area layers, one Line layer, and one Point layer. The Spatial Operations tool can be found in the top menu bar under Vector Analysis -> Spatial Operations... Select "Spatial Operations..." to open the configuration window. As shown in the dialog, there are four primary types of spatial operations: Operations: Performs geometric calculations between layers. Predicates: Used for searching or filtering features. Tra...