parameter_ field of the POST /openapi/v0.1/open_model/models/reconstruction/start API. The JSON object needs to be serialized to a string first. The predefine_AOI parameter, at the same level as parameter_, is an optional parameter and only takes effect in 2D, 3D, and 3DGS jobs. The export_parameter parameter, also at the same level as parameter, is an optional parameter that sets the directory structure and content of the exported reconstruction output.{"resourceUuid": "{your resource uuid}", "parameter_2d": "{\"parameter\": {}, \"predefine_AOI\": {}, \"export_parameter\": {}}"}| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| SfM_method | enum_string | GLOBAL | Optional | Aerotriangulation algorithm. Allowed values: "GLOBAL", "INCREMENTAL". If most images have RTK precise positioning, choose "GLOBAL". If images do not have GPS, choose "INCREMENTAL". |
| sfm_feature_quantity_level | enum_int | 2 | Optional | Upper limit on number of feature points. Allowed values 1, 2, 3, representing: 40k, 20k, 9k |
| use_image_position | bool | true | Optional | Whether to use position information recorded in images |
| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| generate_blocks_exchange_xml | bool | false | Optional | Whether to generate CC-format aerotriangulation output: BlocksExchange.xml |
| blocks_exchange_xml_geo_desc | struct | {} | Optional | Output coordinate system for the CC-format aerotriangulation output, format: geo-desc-object. If reconstructing images without GPS, do not set this to a geographic coordinate system; use the default value |
| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| output_pointcloud | bool | false | Optional | Whether to output point cloud results. Default is false. The point cloud output parameters only take effect when this option is set to true |
| generate_pnts | bool | true | Optional | Whether to generate a PNTS-format point cloud LOD model, viewable in Terra software or in a Cesium web page |
| generate_las | bool | false | Optional | Whether to generate a point cloud model in LAS format |
| generate_point_s3mb | bool | false | Optional | Whether to generate a point cloud model in S3MB format, viewable with SuperMap software |
| generate_point_ply | bool | false | Optional | Whether to generate a point cloud model in PLY format |
| generate_pcd | bool | false | Optional | Whether to generate a point cloud model in PCD format |
| merge_point | bool | false | Optional | Whether to merge the point cloud into a single file |
| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| max_altitude | float | Required | Required | Maximum altitude (meters) |
| min_altitude | float | Required | Required | Minimum altitude (meters) |
| polygon_points | three-dimensional floating array | Required | Required | Polygon point set describing the horizontal outline of the region of interest, formatted like [[22.62832081, 113.9337651, 32.14], [22.6292795, 113.9333697, 33.585], [22.62957106, 113.9358513, 33.923]] |
| geo_desc | struct | Required | Required | Description of the coordinate system for polygon_points. For format details, see the "Geographic Coordinate Systems" section, "WKT-Described Geographic Coordinate System" or "EPSG-Code-Described Geographic Coordinate System" subsection |
| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| pc_dir_structure | bool | false | Required | Whether to keep the cloud reconstruction output directory consistent with the local Terra software reconstruction output directory, so that exported files can be imported into Terra software |
| undistort_images | bool | false | Optional | Whether to export undistorted photos generated during reconstruction. LiDAR jobs do not support this parameter |
| temp_result_files | bool | false | Optional | Whether to export intermediate result files generated during reconstruction. Intermediate result files take up considerable storage space |
output_geo_desc field for 2D, 3D, and LiDAR jobs can be configured as one of the following four coordinate system types.| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | GEO_CS | Optional | Geographic coordinate system. Allowed values: "GEO_CS", "LOCAL_CS", "LOCAL_ENU_CS" |
| geo_cs_wkt | string | Optional | Coordinate system description, see Well-Known-Text format | |
| offset | array | [0.0, 0.0, 0.0] | Optional | Coordinate offset. Apply an additional overall offset to output coordinates in the current coordinate system |
| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | GEO_CS | Optional | Geographic coordinate system. Allowed values: "GEO_CS", "LOCAL_CS", "LOCAL_ENU_CS" |
| geo_cs | string | "" | Optional | Coordinate system, see EPSG:4326 format |
| override_vertical_cs | string | "" | Optional | Override vertical coordinate system. Default empty, format "EPSG:4326" (bound to geo_cs) |
| geoid_file_name | string | "" | Optional | Geoid file name. Use this parameter together with override_vertical_cs. For specific naming, see Appendix 1 |
| offset | array | [0.0, 0.0, 0.0] | Optional | Coordinate offset. Apply an additional overall offset to output coordinates in the current coordinate system |
| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | LOCAL_CS | Optional | Geographic coordinate system. Allowed values: "GEO_CS", "LOCAL_CS", "LOCAL_ENU_CS" |
| offset | array | [0.0, 0.0, 0.0] | Optional | Coordinate offset. Apply an additional overall offset to output coordinates in the current coordinate system |
| Parameter | Value Type | Default | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | LOCAL_ENU_CS | Optional | Geographic coordinate system. Allowed values: "GEO_CS", "LOCAL_CS", "LOCAL_ENU_CS" |
| offset | array | [0.0, 0.0, 0.0] | Optional | Coordinate offset. Apply an additional overall offset to output coordinates in the current coordinate system |
| ref_GPS | struct | {} | Optional | Reference origin GPS coordinate, e.g. {"altitude": 23.0, "latitude": 28.0, "longitude": 113.0 } |
| Parameter Category | Parameter | Value Type | Default | Optional | Description |
| Aerotriangulation Processing Parameters | See "Aerotriangulation Processing Parameters" in "Common Section" | ||||
| Aerotriangulation Output Parameters | See "Aerotriangulation Output Parameters" in "Common Section" | ||||
| 2D Reconstruction Parameters | map_mode | enum_int | Required | Mosaic mode. Allowed values 0, 1, 2, representing farmland mode, urban mode, fruit-tree mode | |
| quality_level | enum_int | 1 | Optional | Allowed values 1, 2, 3, representing reconstruction precision: high, medium, low | |
| use_Wallis | bool | false | Optional | Whether to enable in-image color balancing. Recommended when brightness varies within a single image. May reduce contrast, use cautiously | |
| use_Dehaze | bool | false | Optional | Whether to enable haze removal. Recommended when clouds or haze appear in collected images | |
| use_gcj02 | bool | false | Optional | Whether to use the GCJ-02 coordinate system. Only applies to map tiles | |
| resolution_type_2d | enum_int | 0 | Optional | Resolution mode. Allowed values 0, 1. 0 means using high/medium/low resolution mode (determined by quality_level); 1 means using GSD resolution mode | |
| resolution_gsd_2d | float | -1 | Optional | User-specified GSD resolution (unit: m/px). Only effective when resolution_type_2d is 1 (GSD resolution mode). Range 0.0001-10 | |
| dom_tile_size | int | 0 | Optional | When >0, outputs tiled results. Indicates the pixel size of a single DOM tile. Must be an integer multiple of 2 | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description. For format details, see the "Geographic Coordinate Systems" section. Default {} means no output coordinate system specified, and the algorithm will determine it automatically | |
| is_thumbnail_reconstruction | bool | false | Optional | Whether to enable thumbnail-based modeling. Each image must have a corresponding XMP file | |
| Region of Interest Range | predefine_AOI | struct | {} | Optional | See "Region of Interest Range" in "Common Section" |
| Output Export Parameters | export_parameter | bool | false | Optional | See "Output Export Parameters" in "Common Section" |
{
"parameter": {
"map_mode": 1,
"quality_level": 1,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32650",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}{
"export_parameter": {
"pc_dir_structure": true,
"undistort_images": false,
"temp_result_files": false
},
"parameter": {
"map_mode": 1,
"quality_level": 1,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32650",
"geo_cs_wkt": "",
"override_vertical_cs": ""
},
"dom_tile_size": 5000
}
}| Parameter Category | Parameter | Value Type | Default | Optional | Description |
| Aerotriangulation Processing Parameters | See "Aerotriangulation Processing Parameters" in "Common Section" | ||||
| Aerotriangulation Output Parameters | See "Aerotriangulation Output Parameters" in "Common Section" | ||||
| Point Cloud Output Parameters | See "Point Cloud Output Parameters" in "Common Section" | ||||
| Texture Model Output Parameters | output_mesh | bool | true | Optional | Whether to generate mesh Texture model output parameters only take effect when this option is set to true |
| generate_ply | bool | true | Optional | Whether to generate a texture model in PLY format | |
| generate_obj | bool | false | Optional | Whether to generate a texture model in OBJ format | |
| generate_b3dm | bool | true | Optional | Whether to generate a mesh LOD (Level of Detail) model in B3DM format, viewable in Terra software or a Cesium web page | |
| generate_osgb | bool | false | Optional | Whether to generate a mesh LOD model in OSGB format | |
| generate_s3mb | bool | false | Optional | Whether to generate a mesh LOD model in S3MB format, viewable with SuperMap software | |
| generate_i3s | bool | false | Optional | Whether to generate a mesh LOD model in I3S format, viewable with ArcGIS software | |
| model_simplify | float | 1.0 | Optional | Simplify the number of model patches to the specified ratio (e.g. 0.2 corresponds to 20%). When using LOD models for lightweight web browsing, a value less than 1 is recommended. Range [0.05-1]; 1 means no simplification | |
| Shared Parameters for Point Cloud and Texture Model | cut_AOI | bool | false | Optional | Whether to remove parts outside the shooting positions. Recommended for data acquired by orbital shooting |
| quality_level | enum_int | 2 | Optional | Reconstruction precision. Allowed values 1, 2, 3, representing high, medium, low precision | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description, format geo-desc-object. Default null means no output coordinate system specified; the algorithm will determine it automatically | |
| is_thumbnail_reconstruction | bool | false | Optional | Whether to enable thumbnail-based modeling. Each image must have a corresponding XMP file | |
| Ground Point Extraction Parameters | ground_extract | bool | false | Optional | Whether to extract ground points. To enable this feature, both output_pointcloud and generate_las must be set to true |
| scene_type | enum_int | 1 | Optional | Ground scene type. Allowed values 0, 1, 2, representing flat ground, gentle slope, steep slope | |
| max_size_building | float | 20 | Optional | Diagonal length of the largest building in the scene. Range [1, 1000] | |
| iter_dist | float | Default value varies with scene type | Optional | Iteration distance. scene_type includes flat ground, gentle slope, steep slope. Default values 0.3, 0.5, 0.7 respectively. Range [0.01, 10] | |
| iter_angle | float | Default value varies with scene type | Optional | Iteration angle. scene_type includes flat ground, gentle slope, steep slope. Default values 3, 6, 10 respectively. Range [0.01, 60] | |
| Region of Interest Range | predefine_AOI | struct | {} | Optional | See "Region of Interest Range" in "Common Section" |
| Output Export Parameters | export_parameter | bool | false | Optional | See "Output Export Parameters" in "Common Section" |
{
"parameter": {
"output_mesh": true,
"generate_obj": true,
"generate_b3dm": true,
"generate_osgb": true
}
}{
"export_parameter": {
"pc_dir_structure": true,
"undistort_images": true,
"temp_result_files": false
},
"parameter": {
"generate_blocks_exchange_xml": true,
"output_mesh": true,
"generate_obj": true,
"generate_b3dm": true,
"generate_osgb": true,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32649",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}{
"parameter": {
"cut_AOI": true,
"output_mesh": true,
"generate_obj": true,
"generate_b3dm": true,
"generate_osgb": true,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32649",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}{
"parameter": {
"output_pointcloud": true,
"generate_pnts": true,
"generate_las": true,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32649",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}| Parameter Category | Parameter | Value Type | Default | Optional | Description |
| Aerotriangulation Processing Parameters | See "Aerotriangulation Processing Parameters" in "Common Section" | ||||
| Aerotriangulation Output Parameters | See "Aerotriangulation Output Parameters" in "Common Section" | ||||
| Gaussian Splatting Reconstruction Parameters | quality_level_3dgs | enum_int | 1 | Optional | Reconstruction precision. Allowed values 1, 2, 4, representing: ultra-high quality, high quality, preview quality |
| generate_3dtiles | bool | true | Optional | Whether to generate output in 3D Tiles format. 3D Tiles output can be used in Cesium-based third-party software libraries; disable if not needed | |
| generate_3dgs_dom | bool | true | Optional | Whether to generate a 2D map from the 3DGS output; disable if not needed | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description, format geo-desc-object. Default null means no output coordinate system specified; the algorithm will determine it automatically | |
| Region of Interest Range | predefine_AOI | struct | {} | Optional | See "Region of Interest Range" in "Common Section" |
| Output Export Parameters | export_parameter | bool | false | Optional | See "Output Export Parameters" in "Common Section" |
{
"parameter": {
"quality_level_3dgs": 2
}
}| Parameter Category | Parameter | Value Type | Default | Optional | Description |
| General Processing Parameters | colorize_point | bool | true | Optional | Whether to colorize the LiDAR point cloud |
| lpp_optimise | bool | false | Optional | Whether to optimize the LiDAR point cloud using ICP (Iterative Closest Point algorithm) | |
| refine_calibrate | int | 0 | Optional | Whether to perform self-calibration (0 = no, 1 = yes) | |
| smooth_point | bool | false | Optional | Whether to smooth the LiDAR point cloud | |
| sample_distance | float | 0 | Optional | Sample distance for voxel downsampling of the LiDAR point cloud. Default 0 means no downsampling If you only want voxel downsampling, set quality_level to 1 | |
| output_height_offset | float | 0 | Optional | Height offset value, applies a height offset to the output | |
| quality_level | enum_int | 2 | Optional | Sampling rate for time-sequence point cloud downsampling. Allowed values 1, 2, 3, representing 100%, 25%, 6.25% Conflicts with sample_distance; typically choose only one of voxel-based or sequence-based downsampling | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description. Default {} means no output coordinate system specified; the algorithm will determine it automatically | |
| can_process_L1 | bool | false | Optional | Whether L1 data can be processed | |
| Point Cloud Output Parameters | See "Point Cloud Output Parameters" in "Common Section" | ||||
| Ground Point Extraction Parameters | ground_extract | bool | false | Optional | Whether to extract ground points |
| scene_type | enum_int | 1 | Optional | Ground scene type. Allowed values 0, 1, 2, representing flat ground, gentle slope, steep slope | |
| max_size_building | float | 20 | Optional | Diagonal length of the largest building in the scene. Range [1, 1000] | |
| iter_dist | float | Default value varies with scene type | Optional | Iteration distance. scene_type includes flat ground, gentle slope, steep slope. Default values 0.3, 0.5, 0.7 respectively. Range [0.01, 10] | |
| iter_angle | float | Default value varies with scene type | Optional | Iteration angle. scene_type includes flat ground, gentle slope, steep slope. Default values 3, 6, 10 respectively. Range [0.01, 60] | |
| 2D Output Parameters | generate_maps_2d | bool | false | Optional | Whether to generate 2D outputs (DEM and DSM). The next 3 parameters only take effect when this is set to true |
| resolution_type_2d | enum_int | 0 | Optional | Resolution mode. Allowed values 0, 1. 0 means using high/medium/low resolution mode (determined by resolution_level_2d); 1 means using GSD resolution mode | |
| resolution_level_2d | enum_int | 1 | Optional | Resolution of the 2D output. Allowed values 1, 2, 3, corresponding to high, medium, low precision | |
| resolution_gsd_2d | float | 0.05 | Optional | User-specified GSD resolution (unit: m/px). Only effective when resolution_type_2d is 1 (GSD resolution mode). Range 0.0001-10 | |
| 3D Output Parameters | output_mesh | bool | true | Optional | Whether to generate 3D mesh output |
| DEM Output Parameters | generate_dem | bool | false | Optional | Whether to generate DEM |
| dem_resolution | float | 2.0 | Optional | DEM resolution (unit: meters). Default 2.0, range [0.05, 50] | |
| Gaussian Splatting Reconstruction Parameters | quality_level_3dgs | enum_int | 1 | Optional | Reconstruction precision. Allowed values 1, 2, 4, representing: ultra-high quality, high quality, preview quality |
| generate_3dtiles | bool | true | Optional | Whether to generate output in 3D Tiles format. 3D Tiles output can be used in Cesium-based third-party software libraries; disable if not needed | |
| generate_3dgs_dom | bool | true | Optional | Whether to generate a 2D map from the 3DGS output; disable if not needed | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description, format geo-desc-object. Default null means no output coordinate system specified; the algorithm will determine it automatically | |
| Region of Interest Range | predefine_AOI | struct | {} | Optional | See "Region of Interest Range" in "Common Section" |
| Output Export Parameters | export_parameter | bool | false | Optional | See "Output Export Parameters" in "Common Section" |
{
"parameter": {
"output_pointcloud": true,
"generate_las": true,
"generate_dem": true,
"dem_resolution": 2.0,
"ground_extract": true,
"scene_type": 1,
"max_size_building": 20,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32649",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}{
"export_parameter": {
"pc_dir_structure": true,
"undistort_images": false,
"temp_result_files": true
},
"parameter": {
"lpp_optimise": true,
"output_pointcloud": true,
"generate_pnts": true,
"generate_las": true,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32649",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}{
"parameter": {
"sample_distance": 0.2,
"output_pointcloud": true,
"generate_pnts": true,
"generate_las": true,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32649",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}{
"parameter": {
"output_pointcloud": true,
"smooth_point": true,
"lpp_optimise": true,
"generate_3dgs": true,
"quality_level_3dgs": 1,
"generate_3dtiles": true,
"output_geo_desc": {
"cs_type": "GEO_CS",
"geo_cs": "EPSG:32649",
"geo_cs_wkt": "",
"override_vertical_cs": ""
}
}
}geoid_file_name is empty, then pass the parameter as "geoid_file_name": "".| Coordinate System Name | override_vertical_cs | geoid_file_name |
|---|---|---|
| EGM2008 height | EPSG:3855 | us_nga_egm08_25.tif |
| Fao 1979 height | EPSG:3886 | N2000 height |
| NZVD2009 height | EPSG:4440 | nz_linz_nzgeoid2009.tif |
| Dunedin-Bluff 1960 height | EPSG:4458 | nz_linz_dublht1960-nzvd2016.tif |
| Incheon height | EPSG:5193 | Trieste height |
| Genoa 1942 height | EPSG:5214 | SLVD height |
| FVR09 height | EPSG:5317 | dk_sdfe_fvr09.tif |
| Black Sea depth | EPSG:5336 | FCSVR10 height |
| NGPF height | EPSG:5600 | IGN 1966 height |
| Moorea SAU 1981 height | EPSG:5602 | Raiatea SAU 2001 height |
| Maupiti SAU 2001 height | EPSG:5604 | Huahine SAU 2001 height |
| Tahaa SAU 2001 height | EPSG:5606 | Bora Bora SAU 2001 height |
| IGLD 1955 height | EPSG:5608 | IGLD 1985 height |
| HVRS71 height | EPSG:5610 | Caspian height |
| Baltic 1977 depth | EPSG:5612 | RH2000 height |
| se_lantmateriet_SWEN17_RH2000.tif | KOC WD depth (ft) | EPSG:5614 |
| IGN 1988 LS height | EPSG:5616 | fr_ign_ggg00_lsv2.tif, fr_ign_RALS2016.tif |
| IGN 1988 MG height | EPSG:5617 | fr_ign_ggg00_mgv2.tif, fr_ign_RAMG2016.tif |
| IGN 1992 LD height | EPSG:5618 | fr_ign_RALDW842016.tif, fr_ign_RALD2016.tif |
| IGN 1988 SB height | EPSG:5619 | fr_ign_ggg00_sbv2.tif, fr_ign_gg10_sbv2.tif |
| IGN 1988 SM height | EPSG:5620 | fr_ign_ggg00_smv2.tif, fr_ign_gg10_smv2.tif |
| EVRF2007 height | EPSG:5621 | sk_gku_Slovakia_ETRS89h_to_EVRF2007.tif |
| ODN height | EPSG:5701 | uk_os_OSGM15_GB.tif |
| NGVD29 height (ftUS) | EPSG:5702 | NAVD88 height |
| us_noaa_vertconw.tif, us_noaa_vertcone.tif, us_noaa_vertconc.tif, us_noaa_geoid09_conus.tif, us_noaa_geoid09_ak.tif, us_noaa_geoid06_ak.tif, us_noaa_geoid03_conus.tif, us_noaa_g2018u0.tif, us_noaa_g2012bu0.tif, us_noaa_g2012ba0.tif, us_noaa_g1999u08.tif, us_noaa_g1999u07.tif, us_noaa_g1999u06.tif, us_noaa_g1999u05.tif, us_noaa_g1999u04.tif, us_noaa_g1999u03.tif, us_noaa_g1999u02.tif, us_noaa_g1999u01.tif, mx_inegi_ggm10.tif | Yellow Sea | EPSG:5704 |
| Baltic 1977 height | EPSG:5705 | Caspian depth |
| NAP height | EPSG:5709 | nl_nsgi_nlgeo2018.tif |
| Ostend height | EPSG:5710 | be_ign_hBG18.tif |
| AHD height | EPSG:5711 | au_ga_AUSGeoid98.tif, au_ga_AUSGeoid2020_20180201.tif, au_ga_AUSGeoid09_V1.01.tif |
| AHD (Tasmania) height | EPSG:5712 | au_ga_AUSGeoid98.tif, au_ga_AUSGeoid09_V1.01.tif |
| CGVD28 height | EPSG:5713 | ca_nrc_HT2_2010v70.tif |
| MSL height | EPSG:5714 | MSL depth |
| Piraeus height | EPSG:5716 | N60 height |
| RH70 height | EPSG:5718 | NGF Lallemand height |
| NGF-IGN69 height | EPSG:5720 | fr_ign_RAF18b.tif, fr_ign_RAF18.tif, fr_ign_RAF09.tif |
| NGF-IGN78 height | EPSG:5721 | fr_ign_RAC09.tif |
| Maputo height | EPSG:5722 | JSLD69 height |
| PHD93 height | EPSG:5724 | Fahud HD height |
| Ha Tien 1960 height | EPSG:5726 | Hon Dau 1992 height |
| LN02 height | EPSG:5728 | ch_swisstopo_chgeo2004_ETRS89_LN02.tif |
| LHN95 height | EPSG:5729 | ch_swisstopo_chgeo2004_ETRS89_LHN95.tif |
| EVRF2000 height | EPSG:5730 | Malin Head height |
| uk_os_OSGM15_Malin.tif | Belfast height | EPSG:5732 |
| DNN height | EPSG:5733 | dk_sdfe_dnn.tif |
| AIOC95 depth | EPSG:5734 | Black Sea height |
| Yellow Sea 1956 height | EPSG:5736 | Yellow Sea 1985 height |
| us_nga_egm08_25.tif | HKPD height | EPSG:5738 |
| ODN Orkney height | EPSG:5740 | uk_os_OSGM15_GB.tif |
| Fair Isle height | EPSG:5741 | Lerwick height |
| uk_os_OSGM15_GB.tif | Foula height | EPSG:5743 |
| North Rona height | EPSG:5745 | Stornoway height |
| uk_os_OSGM15_GB.tif | St. Kilda height | EPSG:5747 |
| St. Marys height | EPSG:5749 | uk_os_OSGM15_GB.tif |
| uk_os_OSGM15_GB.tif | Fao height | EPSG:5751 |
| NGNC69 height | EPSG:5753 | Poolbeg height (ft(Br36)) |
| NGG1977 height | EPSG:5755 | fr_ign_ggguy15.tif |
| fr_ign_ggm00v2.tif, fr_ign_RAMART2016.tif | Guadeloupe 1988 height | EPSG:5757 |
| Reunion 1989 height | EPSG:5758 | fr_ign_RAR07_bl.tif |
| nz_linz_auckht1946-nzvd2016.tif | Bluff 1955 height | EPSG:5760 |
| Dunedin 1958 height | EPSG:5761 | nz_linz_duneht1958-nzvd2016.tif |
| nz_linz_gisbht1926-nzvd2016.tif | Lyttelton 1937 height | EPSG:5763 |
| Moturiki 1953 height | EPSG:5764 | nz_linz_motuht1953-nzvd2016.tif |
| nz_linz_napiht1962-nzvd2016.tif | Nelson 1955 height | EPSG:5766 |
| One Tree Point 1964 height | EPSG:5767 | nz_linz_ontpht1964-nzvd2016.tif |
| Taranaki 1970 height | EPSG:5769 | nz_linz_taraht1970-nzvd2016.tif |
| nz_linz_wellht1953-nzvd2016.tif | Chatham Island 1959 height | EPSG:5771 |
| nz_linz_stisht1977-nzvd2016.tif | EGM96 height | EPSG:5773 |
| NG95 height | EPSG:5774 | Antalya height |
| NN54 height | EPSG:5776 | no_kv_href2008a.tif |
| Durres height | EPSG:5777 | GHA height |
| SVS2000 height | EPSG:5779 | Cascais height |
| Constanta height | EPSG:5781 | Alicante height |
| es_ign_egm08-rednap.tif | DHHN92 height | EPSG:5783 |
| de_bkg_GCG2011.tif | DHHN85 height | EPSG:5784 |
| SNN76 height | EPSG:5785 | Baltic 1982 height |
| EOMA 1980 height | EPSG:5787 | Kuwait PWD height |
| KOC WD depth | EPSG:5789 | KOC CD height |
| NGC 1948 height | EPSG:5791 | Danger 1950 height |
| fr_ign_ggspm06v1.tif, fr_ign_RASPM2018.tif | Mayotte 1950 height | EPSG:5793 |
| Martinique 1955 height | EPSG:5794 | Guadeloupe 1951 height |
| Lagos 1955 height | EPSG:5796 | AIOC95 height |
| EGM84 height | EPSG:5798 | DVR90 height |
| dk_sdfe_dvr90.tif | Instantaneous Water Level height | EPSG:5829 |
| Instantaneous Water Level depth | EPSG:5831 | Ras Ghumays height |
| LAT depth | EPSG:5861 | LLWLT depth |
| ISLW depth | EPSG:5863 | MLLWS depth |
| MLWS depth | EPSG:5865 | MLLW depth |
| MLW depth | EPSG:5867 | MHW height |
| MHHW height | EPSG:5869 | MHWS height |
| HHWLT height | EPSG:5871 | HAT height |
| Low Water depth | EPSG:5873 | High Water height |
| NN2000 height | EPSG:5941 | no_kv_HREF2018B_NN2000_EUREF89.tif |
| GCVD54 height (ft) | EPSG:6130 | LCVD61 height (ft) |
| CBVD61 height (ft) | EPSG:6132 | Cais da Pontinha - Funchal height |
| Cais da Vila - Porto Santo height | EPSG:6179 | Cais das Velas height |
| Horta height | EPSG:6181 | Cais da Madalena height |
| Santa Cruz da Graciosa height | EPSG:6183 | Cais da Figueirinha - Angra do Heroismo height |
| Santa Cruz das Flores height | EPSG:6185 | Cais da Vila do Porto height |
| Ponta Delgada height | EPSG:6187 | NAVD88 depth |
| NAVD88 depth (ftUS) | EPSG:6358 | NGVD29 depth (ftUS) |
| NAVD88 height (ftUS) | EPSG:6360 | us_noaa_g2018u0.tif, us_noaa_g2012bu0.tif, us_noaa_g2012ba0.tif |
| Tutuila 1962 height | EPSG:6638 | Guam 1963 height |
| NMVD03 height | EPSG:6640 | us_noaa_g2012bg0.tif, us_noaa_g2009g01.tif |
| PRVD02 height | EPSG:6641 | us_noaa_g2018p0.tif, us_noaa_g2012bp0.tif, us_noaa_g2009p01.tif |
| VIVD09 height | EPSG:6642 | us_noaa_g2018p0.tif, us_noaa_g2012bp0.tif, us_noaa_g2009p01.tif |
| ASVD02 height | EPSG:6643 | us_noaa_g2012bs0.tif, us_noaa_g2009s01.tif |
| GUVD04 height | EPSG:6644 | us_noaa_g2012bg0.tif, us_noaa_g2009g01.tif |
| CGVD2013(CGG2013) height | EPSG:6647 | ca_nrc_CGG2013n83.tif, ca_nrc_CGG2013i08.tif |
| JSLD72 height | EPSG:6693 | JGD2000 (vertical) height |
| JGD2011 (vertical) height | EPSG:6695 | jp_gsi_gsigeo2011.tif |
| SHD height | EPSG:6916 | Famagusta 1960 height |
| PNG08 height | EPSG:7447 | Kumul 34 height |
| Kiunga height | EPSG:7652 | DHHN12 height |
| Latvia 2000 height | EPSG:7700 | ODN (Offshore) height |
| uk_os_OSGM15_GB.tif | POM96 height | EPSG:7832 |
| DHHN2016 height | EPSG:7837 | de_bkg_GCG2016.tif |
| NZVD2016 height | EPSG:7839 | nz_linz_nzgeoid2016.tif |
| POM08 height | EPSG:7841 | Jamestown 1971 height |
| St. Helena Tritan 2011 height | EPSG:7889 | SHVD2015 height |
| us_nga_egm08_25.tif | Poolbeg height (m) | EPSG:7962 |
| NGVD29 height (m) | EPSG:7968 | HKPD depth |
| KOC WD height | EPSG:7979 | MSL height (ft) |
| MSL depth (ft) | EPSG:8051 | MSL height (ftUS) |
| MSL depth (ftUS) | EPSG:8053 | ISH2004 height |
| is_lmi_Icegeoid_ISN93.tif, is_lmi_Icegeoid_ISN2016.tif, is_lmi_Icegeoid_ISN2004.tif | NAVD88 height (ft) | EPSG:8228 |
| us_noaa_g2018u0.tif, us_noaa_g2012bu0.tif, us_noaa_g2012ba0.tif | GVR2000 height | EPSG:8266 |
| dk_sdfe_gvr2000.tif | GVR2016 height | EPSG:8267 |
| dk_sdfe_gvr2016.tif | Baltic 1957 height | EPSG:8357 |
| sk_gku_Slovakia_ETRS89h_to_Baltic1957.tif | Baltic 1957 depth | EPSG:8358 |
| EPSG example wellbore local vertical CRS | EPSG:8378 | Macao height |
| N43 height | EPSG:8675 | SVS2010 height |
| SRB_VRS12 height | EPSG:8691 | MVGC height |
| Vienna height | EPSG:8881 | EPSG example wellbore local vertical CRS (ft) |
| TWVD 2001 height | EPSG:8904 | DACR52 height |
| IGN 2008 LD height | EPSG:9130 | fr_ign_RALDW842016.tif, fr_ign_RALD2016.tif |
| CGVD2013(CGG2013a) height | EPSG:9245 | ca_nrc_CGG2013an83.tif, ca_nrc_CGG2013ai08.tif |
| SRVN16 height | EPSG:9255 | EVRF2000 Austria height |
| at_bev_GV_Hoehengrid_V1.tif, at_bev_GEOID_GRS80_Oesterreich.tif, at_bev_GEOID_BESSEL_Oesterreich.tif | SA LLD height | EPSG:9279 |
| za_cdngi_sageoid2010.tif | LAT NL depth | EPSG:9287 |
| MSL NL depth | EPSG:9288 | HS2-VRF height |
| KSA-VRF14 height | EPSG:9335 | NGNC08 height |
| nc_dittt_Ranc08_Circe.tif | EVRF2019 height | EPSG:9389 |
| EVRF2019 mean-tide height | EPSG:9390 | Mallorca height |
| es_ign_egm08-rednap.tif | Menorca height | EPSG:9393 |
| es_ign_egm08-rednap.tif | Ibiza height | EPSG:9394 |
| es_ign_egm08-rednap.tif | Lanzarote height | EPSG:9395 |
| es_ign_egm08-rednap-canarias.tif | Fuerteventura height | EPSG:9396 |
| es_ign_egm08-rednap-canarias.tif | Gran Canaria height | EPSG:9397 |
| es_ign_egm08-rednap-canarias.tif | Tenerife height | EPSG:9398 |
| es_ign_egm08-rednap-canarias.tif | La Gomera height | EPSG:9399 |
| es_ign_egm08-rednap-canarias.tif | La Palma height | EPSG:9400 |
| es_ign_egm08-rednap-canarias.tif | El Hierro height | EPSG:9401 |
| es_ign_egm08-rednap-canarias.tif | Ceuta 2 height | EPSG:9402 |
| es_ign_egm08-rednap.tif | BI height | EPSG:9451 |
| uk_os_OSGM15_Malin.tif, uk_os_OSGM15_GB.tif, uk_os_OSGM15_Belfast.tif | AVWS height | EPSG:9458 |
| au_ga_AGQG_20201120.tif | INAGeoid2020 height | EPSG:9471 |
| Baltic 1986 height | EPSG:9650 | pl_gugik_geoid2011-PL-KRON86-NH.tif |
| EVRF_2007_PL_height | EPSG:9651 | pl_gugik_geoid2011-PL-EVRF2007-NH.tif |
| Catania_1965_height | EPSG:9721 | Cagliari_1956_height |
| REDNAP_height | EPSG:105603 | WGS_1984_Geoid |
| DVR90 | EPSG:105701 | RH2000 |
| NAVD88_height_(ftUS) | EPSG:105703 | LAS07_height |
| EGM2008_Geoid | EPSG:105790 | Fao_1979 |
| NZVD2009_height | EPSG:105792 | N2000_height |
| Dunedin_Bluff_1960_height | EPSG:105794 | WGS_1984 |
| ETRS_1989 | EPSG:115701 | NAD_1983 |
| Australian_Antarctic_1998 | EPSG:115703 | Cadastre_1997 |
| China_Geodetic_Coordinate_System_2000 | EPSG:115705 | Swiss_TRF_1995 |
| CIGD11 | EPSG:115707 | CR05 |
| DB_REF | EPSG:115709 | DGN_1995 |
| DRUKREF_03 | EPSG:115711 | Estonia_1997 |
| EUREF_FIN | EPSG:115713 | FEH2010 |
| GDA_1994 | EPSG:115715 | GDBD2009 |
| GDM_2000 | EPSG:115717 | Greenland_1996 |
| Hartebeesthoek_1994 | EPSG:115719 | IGD05 |
| IG05_Intermediate_CRS | EPSG:115721 | IGD05(2012) |
| IG05(2012)_Intermediate_CRS | EPSG:115723 | IGM_1995 |
| IGRS | EPSG:115725 | IRENET95 |
| ISN_1993 | EPSG:115727 | ISN_2004 |
| ITRF_1988 | EPSG:115729 | ITRF_1989 |
| ITRF_1990 | EPSG:115731 | ITRF_1991 |
| ITRF_1992 | EPSG:115733 | ITRF_1993 |
| ITRF_1996 | EPSG:115735 | ITRF_1997 |
| ITRF_2000 | EPSG:115737 | ITRF_2005 |
| JAD_2001 | EPSG:115739 | JGD_2000 |
| JGD_2011 | EPSG:115741 | Korea_2000 |
| Lao_1997 | EPSG:115743 | LGD2006 |
| LKS_1992 | EPSG:115745 | LKS_1994 |
| MACAO_2008 | EPSG:115747 | MAGNA |
| MARCARIO_SOLIS | EPSG:115749 | MARGEN |
| Mexico_ITRF2008 | EPSG:115751 | MOLDREF99 |
| MONREF_1997 | EPSG:115753 | Moznet |
| NAD_1983_2011 | EPSG:115755 | NAD_1983_CORS96 |
| North_American_1983_CSR | EPSG:115757 | North_American_1983_HARN |
| NAD_1983_MA11 | EPSG:115759 | NAD_1983_MARP00 |
| NAD_1983_NSRS2007 | EPSG:115761 | NAD_1983_PA11 |
| NAD_1983_PACP00 | EPSG:115763 | Nepal_Nagarkot |
| NZGD_2000 | EPSG:115765 | Peru96 |
| PNG94 | EPSG:115767 | POSGAR |
| POSGAR_1994 | EPSG:115769 | POSGAR_1998 |
| PRS_1992 | EPSG:115771 | PTRA08 |
| PZ_1990 | EPSG:115773 | RDN2008 |
| REGCAN95 | EPSG:115775 | REGVEN |
| RGAF09 | EPSG:115777 | RGF_1993 |
| RGFG_1995 | EPSG:115779 | RGM_2004 |
| RGNC_1991 | EPSG:115781 | RGNC_1991-93 |
| RGPF | EPSG:115783 | RGR_1992 |
| RGRDC_2005 | EPSG:115785 | RGSPM_2006 |
| RRAF_1991 | EPSG:115787 | RSRGD2000 |
| SIRGAS_2000 | EPSG:115789 | SIRGAS-Chile |
| SIRGAS_ES2007.8 | EPSG:115791 | SIRGAS-ROU98 |
| SLD99 | EPSG:115793 | Slovenia_1996 |
| SREF98 | EPSG:115795 | S_JTSK/05 |
| S_JTSK/05_Ferro | EPSG:115797 | SWEREF99 |
| TGD2005 | EPSG:115799 | TWD_1997 |
| Ukraine_2000 | EPSG:115801 | Yemen_NGN_1996 |
| ITRF_2008 | EPSG:115803 | TUREF |
| GDA2020 | EPSG:115805 | BGS2005 |
| Unknown_height_system_(meters) | EPSG:115807 | Unknown_height_system_(US_survey_feet) |
| Unknown_height_system_(Intl_Feet) | EPSG:115809 | ITRF2014 |
| SHGD2015 | EPSG:115811 | St_Helena_Tritan |
| GSK-2011 | EPSG:115813 | PZ-90.11 |
| PZ-90.02 | EPSG:115815 | WGS_1984_(Transit) |
| WGS_1984_(G1762) | EPSG:115817 | WGS_1984_(G1674) |
| WGS_1984_(G1150) | EPSG:115819 | WGS_1984_(G873) |
| WGS_1984_(G730) | EPSG:115821 | ETRF90 |
| ETRF91 | EPSG:115823 | ETRF92 |
| ETRF93 | EPSG:115825 | ETRF94 |
| ETRF96 | EPSG:115827 | ETRF97 |
| ETRF2000 | EPSG:115829 | NAD83(CSRS96) |
| NAD83(CSRS)v2 | EPSG:115831 | NAD83(CSRS)v3 |
| NAD83(CSRS)v4 | EPSG:115833 | NAD83(CSRS)v5 |
| NAD83(CSRS)v6 | EPSG:115835 | NAD83(CSRS)v7 |
| IGS14 | EPSG:115837 | ISN2016 |
| Hong_Kong_Geodetic_CS | EPSG:115839 | NAD_1983_(FBN) |
| NAD_1983_(HARN_Corrected) | EPSG:115841 | SRB_ETRS89 |
| MTRF-2000 | EPSG:115843 | California_SRS_Epoch_2017.50_(NAD83) |
| GGDE | EPSG:115845 | ONGD14 |
| ONGD17 | EPSG:115847 | S-JTSK_[JTSK03] |
| CR-SIRGAS | EPSG:115849 | RGWF96 |
| SIRGAS-CON_DGF00P01 | EPSG:115851 | SIRGAS-CON_DGF01P01 |
| SIRGAS-CON_DGF01P02 | EPSG:115853 | SIRGAS-CON_DGF02P01 |
| SIRGAS-CON_DGF04P01 | EPSG:115855 | SIRGAS-CON_DGF05P01 |
| SIRGAS-CON_DGF06P01 | EPSG:115857 | SIRGAS-CON_DGF07P01 |
| SIRGAS-CON_DGF08P01 | EPSG:115859 | SIRGAS-CON_SIR09P01 |
| SIRGAS-CON_SIR10P01 | EPSG:115861 | SIRGAS-CON_SIR11P01 |
| SIRGAS-CON_SIR13P01 | EPSG:115863 | SIRGAS-CON_SIR14P01 |
| SIRGAS-CON_SIR15P01 | EPSG:115865 | SIRGAS-CON_SIR17P01 |
| IGS97 | EPSG:115867 | IGS00 |
| IGb00 | EPSG:115869 | IGS05 |
| IGb08 | EPSG:115871 | KOSOVAREF01 |
| ETRF2005 | EPSG:115873 | ETRF2014 |