You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gis/elevations/index.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ When collecting data in the field, <MobileAppName /> provides information about
11
11
12
12
An *orthometric* height is a physical height referred to a *geoid*, a special surface that resembles the mean sea level. The difference between ellipsoidal and orthometric height is called the *geoid separation* (also known as geoid height or undulation) and it can be applied to transform between these heights.
13
13
14
-
When transforming elevations from ellipsoidal to orthometric, <MainPlatformNameLink /> uses the EGM96 geoid model by default. However, it is also possible to use another geoid model as described in the [Using custom geoid](#using-custom-geoid) section. This may be especially useful when conducting more precise surveys or when a specific vertical reference system is required.
14
+
When transforming elevations from ellipsoidal to orthometric, <MainPlatformNameLink /> uses the EGM96 geoid model by default. However, it is also possible to use another geoid model as described in the [Using custom geoid](#using-custom-geoid) section. This may be especially useful when conducting more precise surveys or when a specific vertical reference system is required.
15
15
16
16
:::warning Learn more
17
17
Height systems and elevations are complex topics. If you want to get more insight, we recommend going through some explanatory resources, such as [Height Systems](https://geodesy.science/item/height-systems/) by the International Association of Geodesy.
@@ -103,5 +103,39 @@ If there is no [user-defined transformation](#using-custom-geoid) (custom geoid)
103
103
104
104
The geoid model can be specified in [<MainPlatformName /> Project Properties](../../manage/plugin/#mergin-maps-project-properties) in QGIS. The grid shift file will be packaged with the project based on the selected vertical reference system.
105
105
106
-
In the <MobileAppNameShort />, the info about the custom geoid model is displayed in [GPS info panel](../../field/mobile-app-ui/#current-position-and-gps-info).
106
+
In the <MobileAppNameShort />, the info about the custom geoid model is displayed in the [GPS info panel](../../field/mobile-app-ui/#current-position-and-gps-info).
107
107
108
+
1. Open your <MainPlatformName /> project and navigate to the <MainPlatformName /> tab in **Project Properties**
109
+
110
+
2. Check the *Report height in a specific vertical CRS* option :heavy_check_mark:
3. Select a vertical CRS from the list or use the **Select CRS** button to choose from predefined CRS.
114
+
115
+
Use the filter to narrow the search using a keyword or the EPSG code.
116
+
117
+
Select a CRS and click **OK**.
118
+

119
+
120
+
4.**Apply** the changes in **Project Properties** and synchronise your changes.
121
+

122
+
123
+
When recording and displaying heights in the <MobileAppNameShort />, the custom geoid will be used instead of the default EGM96 model.
124
+
125
+
### Multiple datum transformation available
126
+
For some vertical CRS, there may be multiple datum transformations available. If this is the case, you will get a warning when selecting the CRS.
127
+
128
+

129
+
130
+
To make sure that <MainPlatformName /> uses the correct operation, ensure that the correct datum transformation is defined in the **Transformations** tab in **Project Properties**.
131
+
132
+
### Downloading grid shift files
133
+
Some specific vertical CRS transformations may not be included in QGIS by default (see [custom projections in QGIS](../proj/#custom-projections-in-qgis)). In this the case, the <QGISPluginNameShort /> will display a warning that it needs to download the geoid grid file.
0 commit comments