[go: up one dir, main page]

CN115983317B - A Method for Correcting Elevation Errors in Digital Elevation Models Based on Particle Swarm Optimization and Random Forest - Google Patents

A Method for Correcting Elevation Errors in Digital Elevation Models Based on Particle Swarm Optimization and Random Forest

Info

Publication number
CN115983317B
CN115983317B CN202310007751.5A CN202310007751A CN115983317B CN 115983317 B CN115983317 B CN 115983317B CN 202310007751 A CN202310007751 A CN 202310007751A CN 115983317 B CN115983317 B CN 115983317B
Authority
CN
China
Prior art keywords
elevation
model
error
random forest
correction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202310007751.5A
Other languages
Chinese (zh)
Other versions
CN115983317A (en
Inventor
张立华
刘翔
贾帅东
戴泽源
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
PLA Naval University of Engineering
Original Assignee
PLA Dalian Naval Academy
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by PLA Dalian Naval Academy filed Critical PLA Dalian Naval Academy
Priority to CN202310007751.5A priority Critical patent/CN115983317B/en
Publication of CN115983317A publication Critical patent/CN115983317A/en
Application granted granted Critical
Publication of CN115983317B publication Critical patent/CN115983317B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Radar Systems Or Details Thereof (AREA)

Abstract

本发明公开了一种基于粒子群优化随机森林的数字高程模型高程误差修正方法,属于遥感技术领域。本发明使用粒子群优化的随机森林方法进行修正,以进一步提高数字高程模型修正后的精度,选用SRTM作为试验所用数字高程模型,ICESat‑2强光束地表光子数据作为试验所用参考高程控制点,Globeland30作为试验所用全球地表覆盖数据,NEON发布的机载LIDAR DTM作为试验所用验证数据,通过对本发明提出的方法和基于多项式回归的修正方法进行试验,以均方根误差作为验证指标,本发明可以有效减小SRTM的高程误差,修正后的SRTM相对于修正前高程误差减小了42%‑46%,且修正精度优于基于多项式回归的修正方法。

This invention discloses a method for correcting elevation errors in digital elevation models (DEMs) based on particle swarm optimization (PSO) and random forests, belonging to the field of remote sensing technology. This invention uses a PSO-optimized random forest method for correction to further improve the accuracy of the corrected DEM. SRTM was selected as the DEM used in the experiment, ICESat-2 high-beam surface photon data was used as the reference elevation control points, Globeland30 was used as the global land cover data, and NEON-released airborne LiDAR DTM was used as the validation data. Through experiments comparing the proposed method with a multinomial regression-based correction method, using root mean square error (RMSE) as the validation index, this invention effectively reduces the elevation error of SRTM. The corrected SRTM shows a 42%-46% reduction in elevation error compared to the original method, and the correction accuracy is superior to the multinomial regression-based correction method.

Description

Method for correcting elevation error of digital elevation model based on particle swarm optimization random forest
Technical Field
The invention relates to a digital elevation model elevation error correction method based on particle swarm optimization random forest, and belongs to the technical field of remote sensing.
Background
The digital elevation model is widely applied to the fields of landform, hydrology, mapping, disaster monitoring, control and the like as the digital expression of the ground surface elevation. However, the digital elevation model is affected by factors such as observation means, topography conditions, vegetation coverage and the like, the elevation of the digital elevation model has non-negligible errors, and the elevation precision in different areas often has large difference.
For the elevation errors of the digital elevation model, some scholars try to correct the elevation errors of the digital elevation model by utilizing various elevation data with higher precision, such as high-precision GPS measurement points, airborne laser radar elevation data and high-precision DEM data. However, the above elevation data is affected by factors such as limited distribution area, and great difficulty in acquisition and manufacture, and it is difficult to correct elevation errors of SRTM in any area over a wide range. ICESat satellite height measurement data are gradually applied to digital elevation model correction due to the advantages of global coverage, high height measurement precision and the like, but ICESat fails in 2009, and the data are correspondingly stopped from being updated, so that SRTM correction with better performance cannot be realized. At present, ICESat-2 altimetric satellites still operate, high-precision altimetric data in a near global range can be provided, and a digital elevation model elevation error correction model is established by combining Landsat8 images and adopting a polynomial regression method based on ICESat-2 data by Magruder and the like. However, since the elevation error of the digital elevation model and the influencing factors thereof are often complex nonlinear relations, the relation is difficult to fully express by a polynomial regression equation simply expressed in mathematics, and thus the elevation precision of the digital elevation model corrected by the method is still limited greatly.
The random forest is used as a machine learning algorithm for solving the nonlinear regression problem, has the advantages of high precision, strong noise resistance and difficult occurrence of fitting, but the precision of the method is affected by the set super parameters, so the invention searches the optimal super parameter combination value of the random forest by fusing the particle swarm algorithm, and corrects the elevation error of the digital elevation model by a particle swarm optimization random forest method.
Disclosure of Invention
In order to achieve a higher-precision digital elevation model correction result, the invention provides a digital elevation model elevation error correction method based on a particle swarm optimization random forest.
The technical scheme adopted by the invention for achieving the purpose is as follows:
a method for correcting elevation errors of a digital elevation model based on particle swarm optimization random forest comprises the following steps:
a. extracting a reference elevation control point from the height measurement satellite data, calculating an elevation error of a digital elevation model relative to the reference elevation control point, and extracting longitude and latitude, a topography parameter and a surface coverage type parameter corresponding to the reference elevation control point;
b. constructing a digital elevation model elevation error correction model based on a particle swarm optimization random forest;
c. Using longitude and latitude, a topographic parameter and a surface coverage parameter at a reference elevation control point as correction model input data, using an elevation error as correction model target data, and establishing a training set of a training model;
d. And training the correction model by using a training set, applying the digital elevation model to the correction model obtained by training, and correcting the elevation error.
In the step a, the extracted terrain parameters are the gradient Sl, the slope As and the terrain fluctuation Re of the digital elevation model, the extracted surface coverage type parameters come from global surface coverage data Gl, the calculation of the terrain parameters corresponding to the reference elevation control point is carried out at the reference elevation control point by adopting a bilinear interpolation method, and the extraction of the surface coverage type parameters is carried out at the reference elevation control point directly.
In the step b, the elevation error correction model is as follows:
Wherein H corrected is the elevation of the corrected digital elevation model, H original is the elevation of the original digital elevation model, H error is the elevation error of the predicted digital elevation model, PSO is a particle swarm algorithm, RF is a random forest algorithm, lat and Lon are latitude and longitude respectively, and Sl, as, re, gl are gradient, slope direction, topography relief and surface coverage type parameters respectively. And (3) through parameter optimization of a PSO algorithm, an RF elevation error model of an optimal parameter combination is obtained through training by utilizing a training set, and the corrected SRTM elevation H corrected is obtained by combining the obtained elevation error with the original SRTM elevation H original according to response variables [ Lat, lon, sl, as, re and Gl ] of each SRTM pixel and used for predicting an SRTM elevation error result H error.
In the step d, the specific flow of model training and correction is shown in fig. 1, wherein the original training set is firstly divided into 5 groups randomly, 4 groups are used for training a random forest model, and 1 group is used for model accuracy verification, wherein the random forest model is as follows:
Herror-RF=fRF(Lat,Lon,Sl,As,Re,Gl)
the verification evaluation index adopts a mean square error regression loss (MSE):
where N is the number of data used for verification, H error-RF is the elevation error predicted by the random forest model, Is the elevation error of the digital elevation model relative to the reference elevation control point. And sequentially using each group of data for accuracy verification, and finally taking the average value of 5 accuracy verification results as an adaptability function value of the model, wherein the smaller the adaptability function value is, the higher the model accuracy is.
And then determining the solution space range of the super parameters (the maximum value of the number of decision trees and the number of node partition selectable characteristic variables) influencing the precision of the random forest model, comparing fitness function values under different super parameter combinations through iterative updating of the speed and the position of particles in the solution space set by a particle swarm algorithm, searching the super parameter combination with the minimum fitness function value, taking the super parameter combination as the optimal super parameter combination of the random forest model, and training the random forest model under the optimal parameter combination by using the whole training set.
Finally, according to the model obtained by training, according to [ Lat, lon, sl, as, re, gl ] corresponding to each pixel of the digital elevation model, predicting an elevation error result H error corresponding to the pixel, and adding the original elevation H original of the pixel, obtaining a corrected elevation H corrected, and finishing the elevation error correction of the digital elevation model.
The method has the beneficial effects that the particle swarm optimization random forest method is used for correction so as to further improve the accuracy of the corrected digital elevation model, SRTM is selected as the digital elevation model used for the test, ICESat-2 strong light beam earth surface photon data is selected as the reference elevation control point used for the test, globeland30 is selected as the global earth surface coverage data used for the test, the airborne LIDAR DTM issued by NEON is selected as the verification data used for the test, the method (PSO-RF) and the polynomial regression-based correction method (PR) are tested, and the Root Mean Square Error (RMSE) is used as the verification index, so that the method disclosed by the invention can effectively reduce the elevation error of SRTM, the corrected SRTM is 42% -46% smaller than the elevation error before correction, and the correction accuracy is superior to the polynomial regression-based correction method.
Drawings
FIG. 1 is a flow chart for correcting the elevation error of a digital elevation model.
FIG. 2 is an evaluation of the elevation accuracy of the original SRTM, PR-modified SRTM, and PSO-RF modified SRTM for three lines.
Detailed Description
The following detailed description of the invention is further illustrated in conjunction with the examples and the accompanying drawings, but is not intended to limit the invention.
The implementation process of the invention is to adopt a computer to realize the elevation error correction of the digital elevation model based on the particle swarm optimization random forest. Taking an SRTM digital elevation model, ICESat-2 satellite height measurement data and Globeland ground surface coverage data in a certain area as examples, the method for correcting the elevation error of the SRTM comprises the following steps:
Step a, reading ICESat-2 satellite height measurement data, selecting photons (classed _pc_flag=1) classified as ground surfaces as reference height control points, and obtaining the height error of SRTM (short-distance) at the reference height control points relative to the reference height control points
And b, performing geographic processing on the SRTM to obtain gradient, slope direction and topography fluctuation data, extracting and obtaining topography parameters [ Sl, as, re ] at the reference elevation control point by bilinear interpolation, and directly taking the pixel value As a surface coverage type parameter Gl at the reference elevation control point according to Globeland pixels at the reference elevation control point.
And c, constructing a digital elevation model elevation error correction model based on the particle swarm optimization random forest.
And d, using longitude and latitude, a topographic parameter and a surface coverage parameter at a reference elevation control point as correction model input data, using an elevation error as correction model target data, and establishing a training set of a training model.
Step e, the original training set is randomly divided into 5 groups, wherein 4 groups are used for training a random forest model, and 1 group is used for model accuracy verification, and the random forest model is H error-RF=fRF (Lat, lon, sl, as, re and Gl). And sequentially using each group of data for accuracy verification, and finally taking the average value of 5 accuracy verification results as an adaptability function value of the model, wherein the smaller the adaptability function value is, the higher the model accuracy is. And then determining the solution space range of the super parameters (the maximum value of the number of decision trees and the number of node partition selectable characteristic variables) influencing the precision of the random forest model, comparing fitness function values under different super parameter combinations through iterative updating of the speed and the position of particles in the solution space set by a particle swarm algorithm, searching the super parameter combination with the minimum fitness function value, taking the super parameter combination as the optimal super parameter combination of the random forest model, and training the random forest model under the optimal parameter combination by using the whole training set.
And f, predicting an elevation error result H error corresponding to the pixel according to [ Lat, lon, sl, as, re and Gl ] of each pixel of the digital elevation model by the trained model, and adding the original elevation H original of the pixel to obtain a corrected elevation H corrected to finish the elevation error correction of the digital elevation model.
The present application has been described in terms of embodiments, and it will be appreciated by those of skill in the art that various changes can be made to the features and embodiments, or equivalents can be substituted, without departing from the spirit and scope of the application. In addition, many modifications may be made to adapt a particular situation or material to the teachings of the application without departing from the essential scope thereof. Therefore, it is intended that the application not be limited to the particular embodiment disclosed, but that the application will include all embodiments falling within the scope of the appended claims.

Claims (4)

1.一种基于粒子群优化随机森林的数字高程模型高程误差修正方法,其特征在于,该方法包括以下步骤:1. A method for correcting elevation errors in a digital elevation model based on particle swarm optimization and random forest, characterized in that the method includes the following steps: a、从测高卫星数据中提取参考高程控制点,计算相对于参考高程控制点的数字高程模型高程误差及提取参考高程控制点对应的经纬度、地形参数和地表覆盖类型参数;a. Extract reference elevation control points from altimetry satellite data, calculate the elevation error of the digital elevation model relative to the reference elevation control points, and extract the latitude and longitude, terrain parameters, and land cover type parameters corresponding to the reference elevation control points; b、构建基于粒子群优化随机森林的数字高程模型高程误差修正模型;b. Construct a digital elevation model based on particle swarm optimization random forest for elevation error correction. 所述高程误差修正模型为:The elevation error correction model is as follows: 式中,Hcorrected为修正后数字高程模型的高程,Horiginal为原始数字高程模型高程,Herror为预测的数字高程模型高程误差,PSO为粒子群算法,RF为随机森林算法;Lat和Lon分别为纬度和经度,Sl、As、Re、Gl分别为坡度、坡向、地形起伏度和地表覆盖类型参数;通过PSO算法的参数寻优,利用训练集训练得到最优参数组合的RF高程误差模型,根据每个SRTM像元的响应变量[Lat,Lon,Sl,As,Re,Gl],用于SRTM高程误差结果Herror的预测中,再由求得的高程误差,结合原始SRTM高程Horiginal得到修正后的SRTM高程HcorrectedIn the formula, H corrected is the elevation of the corrected digital elevation model, H original is the elevation of the original digital elevation model, H error is the predicted elevation error of the digital elevation model, PSO is the particle swarm optimization algorithm, and RF is the random forest algorithm; Lat and Lon are latitude and longitude, respectively, and Sl, As, Re, and Gl are slope, aspect, topographic relief, and land cover type parameters, respectively. Through parameter optimization of the PSO algorithm, the RF elevation error model with the optimal parameter combination is obtained by training with the training set. The response variables [Lat, Lon, Sl, As, Re, Gl] of each SRTM cell are used to predict the SRTM elevation error result H error . Then, the corrected SRTM elevation H corrected is obtained by combining the obtained elevation error with the original SRTM elevation H original . c、用参考高程控制点处的经纬度、地形参数和地表覆盖参数作为修正模型输入数据,高程误差作为修正模型目标数据,建立训练模型的训练集;c. Use the latitude and longitude, topographic parameters, and land cover parameters at the reference elevation control point as input data for the correction model, and the elevation error as the target data for the correction model to establish a training set for the training model. d、用训练集对修正模型进行训练,将数字高程模型应用于训练所得修正模型中,进行高程误差的修正。d. Train the correction model using the training set, and apply the digital elevation model to the trained correction model to correct the elevation error. 2.根据权利要求1所述的一种基于粒子群优化随机森林的数字高程模型高程误差修正方法,其特征在于,所述步骤a中,提取的地形参数为数字高程模型的坡度Sl、坡向As和地形起伏度Re,提取的地表覆盖类型参数来自全球地表覆盖数据Gl;对于参考高程控制点对应地形参数的计算,采用双线性插值法在参考高程控制点处进行提取;对于地表覆盖类型参数则在参考高程控制点处直接进行提取。2. The method for correcting elevation errors in a digital elevation model based on particle swarm optimization and random forest as described in claim 1, characterized in that, in step a, the extracted terrain parameters are the slope Sl, aspect As, and topographic relief Re of the digital elevation model, and the extracted land cover type parameters are derived from global land cover data Gl; for the calculation of terrain parameters corresponding to reference elevation control points, bilinear interpolation is used to extract them at the reference elevation control points; and for the land cover type parameters, they are directly extracted at the reference elevation control points. 3.根据权利要求1或2任一项所述的一种基于粒子群优化随机森林的数字高程模型高程误差修正方法,其特征在于,所述步骤d中,模型训练和修正的具体流程为:首先将原始训练集随机分为5组,其中4组用于随机森林模型的训练,1组用于模型精度验证,其中随机森林模型为:3. A method for correcting elevation errors in a digital elevation model based on particle swarm optimization and random forest, as described in claim 1 or 2, characterized in that, in step d, the specific process of model training and correction is as follows: First, the original training set is randomly divided into 5 groups, of which 4 groups are used for training the random forest model and 1 group is used for model accuracy verification, wherein the random forest model is: Herror-RF=fRF(Lat,Lon,Sl,As,Re,Gl)H error-RF =f RF (Lat,Lon,Sl,As,Re,Gl) 验证评价指标采用均方差回归损失MSE:The validation and evaluation index uses the mean squared error regression loss (MSE). 式中,N为用于验证的数据个数,Herror-RF为随机森林模型所预测的高程误差,为数字高程模型相对于参考高程控制点的高程误差;依次将各组数据用于精度验证,最终将5次精度验证结果的均值作为模型的适应度函数值,适应度函数值越小表示模型精度越高;In the formula, N is the number of data points used for validation, and H error-RF is the elevation error predicted by the random forest model. The elevation error of the digital elevation model relative to the reference elevation control point is used. Each set of data is used for accuracy verification in turn. Finally, the mean of the five accuracy verification results is used as the fitness function value of the model. The smaller the fitness function value, the higher the model accuracy. 然后确定影响随机森林模型精度的超参数的解空间范围,通过粒子群算法设定的粒子在解空间中速度和位置的迭代更新,比较不同超参数组合下适应度函数值,搜索适应度函数值最小的超参数组合,将此超参数组合作为随机森林模型的最优超参数组合,用整个训练集训练最优参数组合下的随机森林模型;Then, the solution space range of the hyperparameters that affect the accuracy of the random forest model is determined. The velocity and position of the particles in the solution space are iteratively updated by the particle swarm algorithm. The fitness function values under different combinations of hyperparameters are compared. The hyperparameter combination with the smallest fitness function value is searched. This hyperparameter combination is taken as the optimal hyperparameter combination of the random forest model. The random forest model with the optimal parameter combination is trained using the entire training set. 最后由训练得到的模型,根据数字高程模型每个像元对应的[Lat,Lon,Sl,As,Re,Gl],预测像元对应的高程误差结果Herror,加上像元原始高程Horiginal,得到修正后的高程Hcorrected,完成对数字高程模型的高程误差修正。Finally, the trained model predicts the elevation error H_error of each pixel based on [Lat, Lon, Sl, As, Re, Gl], and adds the original elevation H_original to obtain the corrected elevation H_corrected , thus completing the elevation error correction of the digital elevation model. 4.根据权利要求1所述的一种基于粒子群优化随机森林的数字高程模型高程误差修正方法,其特征在于,所述步骤d中,模型训练和修正的具体流程为:首先将原始训练集随机分为5组,其中4组用于随机森林模型的训练,1组用于模型精度验证,其中随机森林模型为:4. The elevation error correction method for a digital elevation model based on particle swarm optimization and random forest according to claim 1, characterized in that, in step d, the specific process of model training and correction is as follows: First, the original training set is randomly divided into 5 groups, of which 4 groups are used for training the random forest model and 1 group is used for model accuracy verification, wherein the random forest model is: Herror-RF=fRF(Lat,Lon,Sl,As,Re,Gl)H error-RF =f RF (Lat,Lon,Sl,As,Re,Gl) 验证评价指标采用均方差回归损失MSE:The validation and evaluation index uses the mean squared error regression loss (MSE). 式中,N为用于验证的数据个数,Herror-RF为随机森林模型所预测的高程误差,为数字高程模型相对于参考高程控制点的高程误差;依次将各组数据用于精度验证,最终将5次精度验证结果的均值作为模型的适应度函数值,适应度函数值越小表示模型精度越高;In the formula, N is the number of data points used for validation, and H error-RF is the elevation error predicted by the random forest model. The elevation error of the digital elevation model relative to the reference elevation control point is used. Each set of data is used for accuracy verification in turn. Finally, the mean of the five accuracy verification results is used as the fitness function value of the model. The smaller the fitness function value, the higher the model accuracy. 然后确定影响随机森林模型精度的超参数的解空间范围,通过粒子群算法设定的粒子在解空间中速度和位置的迭代更新,比较不同超参数组合下适应度函数值,搜索适应度函数值最小的超参数组合,将此超参数组合作为随机森林模型的最优超参数组合,用整个训练集训练最优参数组合下的随机森林模型;Then, the solution space range of the hyperparameters that affect the accuracy of the random forest model is determined. The velocity and position of the particles in the solution space are iteratively updated by the particle swarm algorithm. The fitness function values under different combinations of hyperparameters are compared. The hyperparameter combination with the smallest fitness function value is searched. This hyperparameter combination is taken as the optimal hyperparameter combination of the random forest model. The random forest model with the optimal parameter combination is trained using the entire training set. 最后由训练得到的模型,根据数字高程模型每个像元对应的[Lat,Lon,Sl,As,Re,Gl],预测像元对应的高程误差结果Herror,加上像元原始高程Horiginal,得到修正后的高程Hcorrected,完成对数字高程模型的高程误差修正。Finally, the trained model predicts the elevation error H_error of each pixel based on [Lat, Lon, Sl, As, Re, Gl], and adds the original elevation H_original to obtain the corrected elevation H_corrected , thus completing the elevation error correction of the digital elevation model.
CN202310007751.5A 2023-01-04 2023-01-04 A Method for Correcting Elevation Errors in Digital Elevation Models Based on Particle Swarm Optimization and Random Forest Active CN115983317B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310007751.5A CN115983317B (en) 2023-01-04 2023-01-04 A Method for Correcting Elevation Errors in Digital Elevation Models Based on Particle Swarm Optimization and Random Forest

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310007751.5A CN115983317B (en) 2023-01-04 2023-01-04 A Method for Correcting Elevation Errors in Digital Elevation Models Based on Particle Swarm Optimization and Random Forest

Publications (2)

Publication Number Publication Date
CN115983317A CN115983317A (en) 2023-04-18
CN115983317B true CN115983317B (en) 2025-11-25

Family

ID=85969938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310007751.5A Active CN115983317B (en) 2023-01-04 2023-01-04 A Method for Correcting Elevation Errors in Digital Elevation Models Based on Particle Swarm Optimization and Random Forest

Country Status (1)

Country Link
CN (1) CN115983317B (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020000248A1 (en) * 2018-06-27 2020-01-02 大连理工大学 Space reconstruction based method for predicting key performance parameters of transition state acceleration process of aircraft engine
CN109374860A (en) * 2018-11-13 2019-02-22 西北大学 A Soil Nutrient Prediction and Comprehensive Evaluation Method Based on Machine Learning Algorithm
CA3120370C (en) * 2018-12-11 2025-05-27 Climate Llc Mapping soil properties with satellite data using machine learning approaches
CN115482138A (en) * 2022-09-22 2022-12-16 福州大学 Landslide risk assessment method based on feature screening and differential evolution algorithm optimization

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Enhancing SRTM DEM correction accuracy with a PSO-RF method utilizing ICESat-2/ATLAS data;Zeyuan Dai et al.;AJETS;20231030;全文 *

Also Published As

Publication number Publication date
CN115983317A (en) 2023-04-18

Similar Documents

Publication Publication Date Title
CN107341778B (en) SAR image orthorectification method based on satellite control point library and DEM
CN109470268B (en) Method for improving satellite attitude determination precision and efficiency
CN115077656A (en) Reservoir water reserve retrieval method and device
CN118259280B (en) Method, system and terminal for deformation assessment of airport in reclamation area by combining InSAR and GNSS
CN110046563B (en) Power transmission line section elevation correction method based on unmanned aerial vehicle point cloud
CN113720351B (en) Joint regional network adjustment method for spaceborne laser altimetry data and remote sensing stereo images
Guan et al. Fusion of public DEMs based on sparse representation and adaptive regularization variation model
CN113514829A (en) InSAR-oriented initial DSM block adjustment method
Anjitha Krishna et al. Assessment of topographical factor (LS-Factor) estimation procedures in a gently sloping terrain
Sun et al. Improving treatment of noise specification of Kalman filtering for state updating of hydrological models: Combining the strengths of the interacting multiple model method and cubature Kalman filter
CN115983317B (en) A Method for Correcting Elevation Errors in Digital Elevation Models Based on Particle Swarm Optimization and Random Forest
CN116089832A (en) Method and device for reducing ground water reserves of gravity satellites and computer equipment
Chen et al. Global open‐access DEM vertical elevation and along track neighbouring structure evaluations in the Tibetan Plateau using ICESat‐2 ATL03 points
CN119559246B (en) SAR image positioning method and system based on laser point cloud and optical image
CN112836449B (en) A method for calibrating hydrological models
KR101941132B1 (en) Apparatus and method for extending available area of regional ionosphere map
CN113627465A (en) Rainfall data space-time dynamic fusion method based on convolution long-short term memory neural network
CN118710838A (en) A joint terrain modeling method using satellite laser altimetry data and stereo image pairs
CN118746304A (en) A Beidou airborne data fusion method, system and device
CN115242297B (en) Method, device, equipment and storage medium for determining motion parameters of mobile terminal
Li et al. Tropospheric delay modeling based on multi-source data fusion and machine learning algorithms
CN115018973B (en) A target-free evaluation method for point cloud modeling accuracy of low-altitude UAVs
Dai et al. Enhancing SRTM DEM Correction Accuracy with a PSO-RF Method Utilizing ICESat-2/ATLAS Data
Liu et al. Enriched Krylov subspace method for resolving interferometric parameter block adjustment model in elevation calibration of spaceborne InSAR digital surface model
Wei et al. InSAR digital surface model refinement by block adjustment with horizontal constraints

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant