parameter_ field of the POST /openapi/v0.1/open_model/models/reconstruction/start API. You need to serialize the JSON object into a string. The predefine_AOI parameter, which is at the same level as parameter_, is an optional parameter and only takes effect in 2D, 3D, and 3DGS tasks. The export_parameter parameter, also at the same level as parameter, is an optional parameter and is used to set the directory structure and content for outputting the reconstruction output."{"resourceUuid": "{your resource uuid}", "parameter_2d": "{\"parameter\": {}, \"predefine_AOI\": {}, \"export_parameter\": {}}"}| Parameter | Value type | Default value | Optional | Description |
|---|---|---|---|---|
| SfM_method | enum_string | GLOBAL | Optional | Aerotriangulation algorithm. Select from "GLOBAL" or "INCREMENTAL". If most images have RTK precise positioning, select "GLOBAL". If images do not have GPS data, select "INCREMENTAL" |
| sfm_feature_quantity_level | enum_int | 2 | Optional | Feature point quantity limit. Optional values are 1, 2, 3, representing: 40,000, 20,000, 9,000" |
| use_image_position | bool | true | Optional | Use position information recorded by image |
| Parameter | Value type | Default value | Optional | Description |
|---|---|---|---|---|
| generate_blocks_exchange_xml | bool | false | Optional | Generate CC-format aerotriangulation output BlocksExchange.xml |
| blocks_exchange_xml_geo_desc | struct | {} | Optional | CC format aerotriangulation output coordinate system, format: geo-desc-object Optional If reconstructing images without GPS, do not set this to geographic coordinate system, use default value |
| Parameter | Value type | Default value | Optional | Description |
|---|---|---|---|---|
| output_pointcloud | bool | false | Optional | Whether to output point cloud output. Default is false. When this option is set to true, the point cloud output parameters become effective |
| generate_pnts | bool | true | Optional | Generate point cloud LOD model in PNTS format, viewable in Terra software or Cesium web page |
| generate_las | bool | false | Optional | Generate point cloud model in LAS format Whether to generate point cloud model in S3MB format, can be viewed using SuperMap software |
| generate_point_ply | bool | false | Optional | Generate point cloud model in PLY format |
| generate_pcd | bool | false | Optional | Generate 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 value | Optional | Description |
|---|---|---|---|---|
| max_altitude | float | Required | Required | Max altitude (m) |
| min_altitude | float | Required | Required | Minimum altitude (m) |
| polygon_points | three-dimensional floating array | Required | Required | Polygon point set, describing the horizontal outline of the ROI (Region of Interest), formatted as [[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 Point set. For the format, refer to "Geographic Coordinate Systems" > "Geographic Coordinate Systems Described by WKT" or "Geographic Coordinate Systems Described by EPSG Code" section |
| Parameter | Value type | Default value | Optional | Description |
|---|---|---|---|---|
| pc_dir_structure | bool | false | Required | Whether to keep the output directory for cloud reconstruction output consistent with the output directory for Terra reconstruction output on the local device. This ensures that exported files can be imported to Terra software |
| undistort_images | bool | false | Optional | Choose whether to output undistorted photos during the reconstruction process. Lidar tasks do not support this parameter |
| Export intermediate output files during reconstruction | bool | false | Optional | Whether to export intermediate output files during reconstruction. Intermediate output files will take up a considerable amount of storage space |
| Parameter | Value type | Default value | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | GEO_CS | Optional | Geographic coordinate system. Optional values are "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 value | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | GEO_CS | Optional | Geographic coordinate system, optional values are "GEO_CS", "LOCAL_CS", "LOCAL_ENU_CS" |
| geo_cs | string | "" | Optional | Coordinate system (refer to EPSG:4326 format) |
| override_vertical_cs | string | "" | Optional | Override elevation coordinate system, optional, default is blank, 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 file 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 value | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | LOCAL_CS | Optional | Geographic coordinate system, optional values are "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 value | Optional | Description |
|---|---|---|---|---|
| cs_type | enum_string | LOCAL_ENU_CS | Optional | Geographic coordinate system. Optional values are "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 coordinates, such as {"altitude": 23.0, "latitude": 28.0, "longitude": 113.0 } |
| Parameter Category | Parameter Item | Value Type | Default Value | Optional | Description |
| Aerotriangulation Processing Parameters | Refer to "Aerotriangulation processing parameters" in “Common Section” | ||||
| Aerotriangulation Output Parameters | Refer to “Aerotriangulation output parameters” in "Common Section" | ||||
| 2D Reconstruction Parameters | map_mode | enum_int | Required | Puzzle mode. 0 represents farmland mode, 1 urban mode, 2 fruit tree mode | |
| quality_level | enum_int | 1 | Optional | Selectable values 1, 2, 3 represent reconstruction refinement: high precision, medium precision, low precision | |
| use_Wallis | bool | false | Optional | Enable image color balancing. Recommended if brightness varies within a single image. May reduce contrast, use cautiously | |
| use_Dehaze | bool | false | Optional | Enable haze removal. Recommended when clouds or haze appear in images | |
| use_gcj02 | bool | false | Optional | Use GCJ02 coordinate system. Only applies to map tiles | |
| resolution_type_2d | enum_int | 0 | Optional | Resolution mode. Selectable values are 0 and 1. 0 uses high, medium, and low resolution based on quality_level. 1 uses 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 is 0.0001–10 | |
| dom_tile_size | int | 0 | Optional | >0 outputs block splitting output. Indicates DOM single tile pixel size. Must be an integer multiple of 2 | |
| output_geo_desc | struct | {} | Optional | Geocoordinate system description. Format details in "Geographical Coordinate System" table. Default {} means output coordinate system is not specified and will be automatically determined by algorithm | |
| is_thumbnail_reconstruction | bool | false | Optional | Enable thumbnail reconstruction. Each image must have a corresponding XMP file | |
| ROI (Region of Interest) Range | predefine_AOI | struct | {} | Optional | Refer to "ROI range" in "Common Section" |
| Output Export Parameters | export_parameter | bool | false | Optional | Refer to "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 Item | Value Type | Default Value | 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 | Generate mesh This option must be enabled (true) for the texture model output parameters to be effective |
| generate_ply | bool | true | Optional | Generate texture model in PLY format | |
| generate_obj | bool | false | Optional | Generate texture model in OBJ format | |
| generate_b3dm | bool | true | Optional | Generate mesh LOD (Level of Detail) model in B3DM format Can be viewed in Terra or Cesium Web | |
| generate_osgb | bool | false | Optional | Generate mesh LOD model in OSGB format | |
| generate_s3mb | bool | false | Optional | Generate mesh LOD model in S3MB format Can be viewed with SuperMap software | |
| generate_i3s | bool | false | Optional | Generate mesh LOD model in I3S format Can be viewed with ArcGIS software | |
| water_refine | bool | false | Optional | Enable refine water surface Recommended when reconstructing a mapping area with a large water body | |
| model_simplify | float | 1.0 | Optional | Simplify number of model patches to the specified ratio (for example, 0.2 for 20%) Recommended to use a value less than 1 when using LOD models for lightweight web browsing Range is [0.05-1], 1 means no simplification | |
| Shared Parameters for Point Cloud and Texture Model | cut_AOI | bool | false | Optional | Remove parts outside aircraft location Recommended for data acquired by orbital shooting |
| quality_level | enum_int | 2 | Optional | Reconstruction detail level Selectable values: 1, 2, 3 corresponding to high, medium, and low precision | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description Format: geo-desc-object Default is null, indicating that no output coordinate system is specified and algorithm will determine automatically | |
| is_thumbnail_reconstruction | bool | false | Optional | Enable modeling with thumbnails Each image requires a corresponding XMP file | |
| Ground Point Extraction Parameters | ground_extract | bool | false | Optional | Extract ground point To enable, must also set output_pointcloud and generate_las to true |
| scene_type | enum_int | 1 | Optional | Ground scene type Selectable values: 0, 1, 2 representing flat, gentle slope, and steep slope | |
| max_size_building | float | 20 | Optional | Diagonal length of largest building in scene Range [1, 1000] | |
| iter_dist | float | Default value changes with scene type | Optional | Iteration distance Scene types: flat, gentle slope, steep slope Default values: 0.3, 0.5, 0.7 Range [0.01, 10] | |
| iter_angle | float | Default value changes with scene type | Optional | Iteration angle Scene types: flat, gentle slope, steep slope Default values: 3, 6, 10 Range [0.01, 60] | |
| ROI (Region of Interest) Area | predefine_AOI | struct | {} | Optional | See "ROI (Region of Interest) Area" 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": ""
}
}
}{
"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": {
"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 Item | Value Type | Default Value | Optional | Description |
| Aerotriangulation Processing Parameters | See "Public Section" > "Aerotriangulation Processing Parameters" | ||||
| Aerotriangulation Output Parameters | See "Public Section" > "Aerotriangulation Output Parameters" | ||||
| Gaussian Splatting Reconstruction Parameters | quality_level_3dgs | enum_int | 1 | Optional | Refinement level of reconstruction. Available values: 1, 2, 4, representing: Ultra High Quality, High Quality, Preview Quality |
| generate_3dtiles | bool | true | Optional | Whether to generate 3D Tiles format output. 3D Tiles output can be used in third-party software libraries based on Cesium. If not required, this option can be disabled | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description. Format is geo-desc-object. Default null means no output coordinate system specified, and the algorithm will determine automatically | |
| ROI (Region of Interest) Range | predefine_AOI | struct | {} | Optional | See "Public Section" > "ROI (Region of Interest) Range" |
| Output Export Parameters | export_parameter | bool | false | Optional | See "Public Section" > "Output Export Parameters" |
{
"parameter": {
"quality_level_3dgs": 2
}
}| Parameter Category | Parameter Item | Value Type | Default Value | Optional | Description |
| General Processing Parameters | colorize_point | bool | true | Optional | Whether to colorize LiDAR point cloud |
| lpp_optimise | bool | false | Optional | Whether to optimize LiDAR point cloud using ICP (Iterative Closest Point Algorithm) | |
| refine_calibrate | int | 0 | Optional | Whether to perform self-calibration (0 for no, 1 for yes) | |
| lidar_point_max_distance | int | 300 | Optional | Maximum effective distance for LiDAR point cloud. Points beyond this distance will be removed | |
| smooth_point | bool | false | Optional | Whether to smooth LiDAR point cloud | |
| sample_distance | float | 0 | Optional | Sample Distance for voxel downsampling of LiDAR point cloud. Default 0 means no downsampling If only voxel downsampling is needed, 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 | Downsampling rate for point cloud by time sequence. Optional values: 1, 2, 3, represent 100%, 25%, 6.25% Conflicts with sample_distance setting. Typically choose either voxel or sequence-based downsampling | |
| output_geo_desc | struct | {} | Optional | Output coordinate system description. Default {} means output coordinate system not specified and will be determined automatically | |
| 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 point |
| scene_type | enum_int | 1 | Optional | Ground scene type. Optional values: 0, 1, 2 represent flat, 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 by scene type | Optional | Iteration distance. Scene types include flat, gentle slope, steep slope. Default values: 0.3, 0.5, 0.7. Range [0.01, 10] | |
| iter_angle | float | Default value varies by scene type | Optional | Iteration angle. Scene types include flat, gentle slope, steep slope. Default values: 3, 6, 10. Range [0.01, 60] | |
| 2D Output Parameters | generate_maps_2d | bool | false | Optional | Whether to generate 2D outputs (DEM and DSM). The following three parameters only take effect when this is set to true |
| resolution_type_2d | enum_int | 0 | Optional | Resolution mode. Optional values: 0, 1. 0 means using high, medium, or low Resolution mode determined by resolution_level_2d. 1 means using GSD Resolution mode | |
| resolution_level_2d | enum_int | 1 | Optional | Resolution of 2D output. Values 1, 2, 3 correspond to high, medium, low precision | |
| resolution_gsd_2d | float | 0.05 | Optional | User-specified GSD Resolution (unit: m/px). Only takes effect when resolution_type_2d is 1 (GSD Resolution mode). Range is 0.0001-10 | |
| DEM Output Parameters | generate_dem | bool | false | Optional | Whether to generate DEM |
| dem_resolution | float | 2.0 | Optional | Resolution of DEM (unit: m). Default is 2.0. Range [0.05, 50] | |
| 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": ""
}
}
}| 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 elevation |
| 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 elevation | 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 elevation | 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 elevation | EPSG:5736 | Yellow Sea 1985 elevation |
| us_nga_egm08_25.tif | HKPD elevation | 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 elevation | EPSG:5743 |
| North Rona elevation | EPSG:5745 | Stornoway elevation |
| uk_os_OSGM15_GB.tif | St. Kilda elevation | 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 elevation | 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 elevation | EPSG:5777 | GHA elevation |
| SVS2000 height | EPSG:5779 | Cascais height |
| Constanta height | EPSG:5781 | Alicante height |
| es_ign_egm08-rednap.tif | DHHN92 elevation | 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 elevation | EPSG:5791 | Danger 1950 elevation |
| 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 altitude |
| 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 elevation | 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 |