CN110706304A - Visualization algorithm for polar region water vapor transport flux - Google Patents

Visualization algorithm for polar region water vapor transport flux Download PDF

Info

Publication number
CN110706304A
CN110706304A CN201910900162.3A CN201910900162A CN110706304A CN 110706304 A CN110706304 A CN 110706304A CN 201910900162 A CN201910900162 A CN 201910900162A CN 110706304 A CN110706304 A CN 110706304A
Authority
CN
China
Prior art keywords
vector
water vapor
data
grid
flux
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.)
Granted
Application number
CN201910900162.3A
Other languages
Chinese (zh)
Other versions
CN110706304B (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.)
Institute of Oceanology of CAS
Original Assignee
Institute of Oceanology of CAS
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 Institute of Oceanology of CAS filed Critical Institute of Oceanology of CAS
Priority to CN201910900162.3A priority Critical patent/CN110706304B/en
Publication of CN110706304A publication Critical patent/CN110706304A/en
Application granted granted Critical
Publication of CN110706304B publication Critical patent/CN110706304B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs

Abstract

The invention relates to a visualization algorithm of polar region water vapor transport flux vectors. Reading data of an original global grid by using a program language, converting water vapor transmission flux data of a corresponding hemisphere into an Equal-Area extensible (EASE) grid with the resolution of 100km multiplied by 100km, and performing direction correction on horizontal data and vertical data. Establishing an image display window, firstly determining the coordinates of the starting point of the water vapor transmission flux, then calculating the coordinates of three vertexes of the vector arrow according to the horizontal size and the vertical size of the vector, the angle and the length of the vector arrow, and sequentially connecting the four points to form a line to finish the drawing of the vector arrow. And iterating all grid points, and displaying all water vapor transmission flux vectors in a superposition manner to finish all drawing. The method solves the problems of convergence and error of the water vapor transport flux vector in the polar region in the high latitude region, has higher accuracy and scientificity, can be used for randomly adjusting each parameter drawn by the vector by a user according to the requirement, and has the advantages of simple and convenient operation and beautiful visual result.

Description

Visualization algorithm for polar region water vapor transport flux
Technical Field
The invention relates to a polar region water vapor transmission flux vector drawing step, in particular to a flow algorithm for polar region water vapor transmission vector visualization.
Background
In the research of climate and meteorology, the mapping of meteorological vector data has wide application in the research mapping of polar regions. The visualization algorithm is realized by adopting an IDL programming language, the IDL function is strong, however, because the longitude and latitude data corresponding to the grids used by the meteorological VECTOR data of the polar region are often non-uniformly distributed, the built-in functions of the existing drawable VECTORs of the IDL, such as VECTOR, IVECTOR, ARROW and the like, require the coordinate symmetry of the data, for example, the longitude or the latitude of adjacent grids are the same or the longitude and latitude difference between grids is the same. Therefore, the existing vector drawing method is easy to generate the condition of arrow convergence in the polar region, and the condition that the arrow points outwards from the north pole and the problem that the arrow in a partial region reverses frequently occur, so that the drawing is unclear and even the drawing is wrong (fig. 3). Therefore, the visualization method of the polar water vapor transport vector has strong research value and practical application value.
Disclosure of Invention
Aiming at the technical defects, the invention provides an attractive and accurate polar water vapor transport flux visualization algorithm. The algorithm reads water vapor transport flux data by means of an IDL program language, performs iterative processing on each grid after data processing is performed, forms an arrow by drawing a straight line, and visualizes polar water vapor transport flux vectors. The algorithm has the advantages of strong accuracy and scientificity, high flexibility, convenience in implementation and accurate and attractive visual result, and a user can self-define each parameter of vector drawing according to requirements.
The technical scheme adopted by the invention for solving the technical problems is as follows: an algorithm for visualizing polar water vapor transport flux, comprising the steps of:
1) reading water vapor transmission flux data under a global geographic grid;
2) converting the data into an equal-area extensible grid with preset resolution;
3) correcting the direction of the horizontal data and the vertical data;
4) for each grid, determining the coordinates of the starting point of the vapor delivery flux vector;
5) calculating the vertex coordinates of the arrow according to the horizontal size and the vertical size of the water vapor conveying flux vector and the self-defined angle and length of the arrow;
6) sequentially connecting four vertexes of the arrow to form a line, and drawing a single arrow;
7) and repeating the steps 4) -6), performing iterative processing on all grids, and performing superposition display on all polar water vapor transmission vectors to finish drawing.
The transformation of the data into the equal-area extensible grid with the preset resolution is as follows:
setting parameters: establishing an extensible target grid coordinate system by using the projection type, the ellipsoid, the central meridian and the unit; setting the resolution of an expandable target grid coordinate system; establishing a geographic lookup table file according to the original geographic grid coordinate system and the target grid coordinate system so as to determine the result position of the initial position in the original geographic grid coordinate system in the expandable target grid coordinate system; the geographic lookup table file is used for storing the mapping relation between the original geographic grid coordinate and the extensible grid coordinate;
carrying out interpolation transformation on the water vapor transmission flux data under an extensible target grid coordinate system according to the initial position and the result position; obtaining water vapor transmission flux data under the equal-area extensible grid; and calculating longitude and latitude data of the result data corresponding to the grid under the original geographic grid coordinate system for drawing.
The performing direction correction on the horizontal data and the vertical data is as follows: the horizontal component in the data under the original geographic grid coordinate system takes longitude and latitude as reference, the horizontal component is positive to the east and negative to the west, the vertical component is positive to the north and negative to the south;
and after the data are converted into the equal-area extensible grid, adjusting according to the quadrant and the longitude and latitude, so that the result data under the extensible target grid coordinate system are subjected to vector coordinate positioning by taking the x axis and the y axis as a horizontal component and a vertical component.
The coordinates of the starting point for determining the vapor transport flux vector are as follows: reading horizontal data and vertical data of a water vapor transport flux vector under an equal-area expandable grid, and taking the abscissa of the central point of the grid where the data point is located as the abscissa x of the vector starting point A0Center of gravityThe point ordinate is the ordinate y of the vector origin A0
The step of calculating the coordinates of the three points of the vector arrow according to the horizontal size, the vertical size, the self-defined arrow angle and the self-defined length is specifically as follows: according to the coordinates of the starting point A of the vapor transmission flux vector, the abscissa x of the starting point A of the vapor transmission flux vector is determined0Adding the horizontal offset to obtain the abscissa x of the arrow head top end point B1The horizontal offset is the vector horizontal size u multiplied by a constant t; the ordinate y of the vertex B can be obtained by the same method1(ii) a According to the length 1 and the angle alpha of the vector arrow, the coordinates C (x) of the other two points of the vector arrow can be obtained by derivation of a geometric formula2,x2) And D (x)3,x3)。
The step of sequentially connecting the four vertexes of the arrow to form a line to draw a single arrow specifically includes: and connecting according to the sequence of the ABCBD or the ABDBC by using an IDL curve drawing function to obtain a water vapor transmission flux vector at the grid where a vector data point of the polar region is located.
The iterative processing is carried out on all grids, and all polar region water vapor transmission vectors are displayed in a superposition mode, and the drawing is completed as follows: and (4) performing iterative drawing on all data points in the data frame according to the steps by using a circulation function of the IDL, and visualizing all vector arrows to obtain a final polar water vapor transport flux vector diagram.
The invention has the following beneficial effects and advantages:
1. the invention relates to a polar region water vapor transmission flux vector visualization algorithm, which can provide a whole set of polar region water vapor transmission flux vector visualization flow algorithm from data reading, data processing and iteration to a picture.
2. The algorithm is completed by only adopting an IDL program, is simple and convenient and is easy to operate.
3. The algorithm has high degree of freedom, and a user can customize each parameter drawn by the vector according to needs and quickly obtain an accurate and attractive visual result of the polar region water vapor delivery vector.
4. The algorithm can also be used for drawing other reanalysis vector data of the polar region, such as wind vectors and heat transport flux, and has higher flexibility.
Drawings
FIG. 1 is a flow chart of the present invention;
FIG. 2 is a schematic diagram of the water vapor transport flux vectors over the original northern hemisphere;
FIG. 3 is a VECTOR diagram of the water vapor transport flux of the north pole drawn by using an IDL built-in function VECTOR;
FIG. 4 is a geometric schematic drawn with a single vector arrow;
FIG. 5 is a graph of the arctic water vapor transport flux vector visualization obtained by an example of the method of the present invention.
Detailed Description
The present invention will be described in further detail with reference to examples. The method steps are explained with reference to the attached drawings. The following examples are given by way of illustration of the northern hemisphere for purposes of illustrating the invention, but are not intended to limit the scope of the invention.
As shown in fig. 1, the programming language reads the data of the original global grid, converts the water vapor transport flux data of the corresponding hemisphere into an equal-area scalable grid (the water vapor transport flux data is vector data of speed and direction) with the resolution of 100km × 100km, and performs direction correction on the horizontal data and the vertical data. Establishing an image display window, firstly determining the coordinates of the starting point of the water vapor transmission flux, then calculating the coordinates of three vertexes of the vector arrow according to the horizontal size and the vertical size of the vector, the angle and the length of the vector arrow, and sequentially connecting the four points to form a line to finish the drawing of the vector arrow. And (5) iterating the grid points, and displaying all the water vapor transmission flux vectors in a superposition manner to finish all the drawings. The method comprises the following steps:
reading horizontal data and vertical data of the vapor transport flux vector under the original global grid, as shown in fig. 2, and converting the data into an equal-area scalable grid with a preset resolution, as shown in fig. 3. In the conversion process, firstly, a coordinate system corresponding to a target grid needs to be established, and parameters such as a projection type, an ellipsoid, a central meridian, a unit and the like are set; and establishing a geographic lookup table file according to the initial coordinate system and the target coordinate system so as to determine the result position of the initial position in the original geographic grid in the target coordinate system. And then, carrying out transformation and interpolation on the water vapor transmission flux according to the initial position and the result position, setting the resolution of the target result, and obtaining water vapor transmission flux data under the equal-area extensible grid. Since the direction of the vector in the original data is based on latitude and longitude, as shown in the upper left coordinate system of fig. 2, and the horizontal component and the vertical component of the resultant data are based on the x-axis and the y-axis, as shown in the upper left coordinate system of fig. 5. Therefore, after the data is converted into the equal-area extensible grid, direction correction is needed, and adjustment is performed according to the quadrants and the longitudes and latitudes:
the correction method for longitude 0-90 ° is as follows:
equation 1: u-vv × sin (lon) + uu × sin (90-lon)
Equation 2: v ═ vvxcos (lon) + uuxcos (90-lon)
The correction method for the longitude 90-180 ° is as follows:
equation 3: u-vv × sin (180-lon) -uu × sin (lon-90)
Equation 4: v ═ vvxcos (180-lon) + uuxcos (lon-90)
The correction method for longitude 180-:
equation 5: u-vv × sin (lon-180) -uu × sin (lon-180)
Equation 6: v ═ vvxcos (lon-180) -uuxcos (lon-180)
The longitude 270-:
equation 7: u-vv × sin (360-lon) + uu × sin (360-lon)
Equation 8: v ═ vvxcos (360-lon) -uuxcos (360-lon)
Uu and vv are horizontal components and vertical components of the global grid in which the northern hemisphere area is converted into the equal-area extensible grid, u and v are horizontal components and vertical components after direction correction, and lon is grid longitude.
Determining the coordinates of the starting point of the vapor delivery vector at a grid, and taking the abscissa of the central point in the grid where the data point is as the abscissa x of the vector starting point A0With the ordinate of the centre point as the ordinate y of the origin of the vector0
And calculating the coordinates of three points of the vector arrow according to the horizontal size and the vertical size, and the self-defined angle and length of the arrow, as shown in FIG. 4.
Equation 9:
Figure BDA0002211575560000051
equation 10: x is the number of1=x0+tu
Wherein 1 is the length of a side line of the arrow, w is a weight constant, and a user can determine the size of w (in the patent example, w is 0.3) according to the aesthetic sense of the user, so as to determine the proportion of the length of the arrow line in the size of the vector. u is the vector horizontal size and v is the vector vertical size. The user customizes the length 1 and angle α of the vector arrow (α is 22.5 ° in this patent example) depending on the application and preference. Then, the coordinates C (x) of the other two points of the vector arrow can be obtained by derivation of a geometric formula2,x2) And D (x)3,x3)。
Equation 11:
Figure BDA0002211575560000052
Figure BDA0002211575560000053
wherein x is2Is the abscissa of the point C, γ is the angle between the right side line of the vector arrow and the horizontal line, α is the angle of the vector arrow, and β is the angle between the vector and the horizontal line.
Equation 12: x is the number of3=x0+u-(wu cosα+wvsinα)
x3Is the abscissa of the point D.
Equation 13: y is1=y0+tv
y0Is the ordinate of the vector starting point A, Y1Is the ordinate of the vector end point B.
Equation 14: y is2=y0+v-(wv cosα+wusinα)
y2Is the ordinate of the vector start point C.
Equation 15: y is3=y0+v-(wv cosα-wusinα)
y3Is the ordinate of the vector start point C.
According to equation 10, the abscissa x of the starting point of the flux vector delivered by the vapor0The horizontal size u of the sum vector and a constant t can be obtained, and the abscissa x of the arrow head top point B can be obtained1. Similarly, according to the formula 13, the vector ordinate y is obtained1. Then, according to the formulas 11, 12, 14 and 15, the coordinates C (x) of the other two points of the vector arrow can be obtained2,y2) And D (x)3,y3). The derivation principles of equations 12, 14 and 15 are the same as equation 11.
And (3) performing straight line drawing on four vertexes forming the water vapor transport flux vector arrow according to the sequence of ABCBD or ABDBC by using the plot function of the IDL, and obtaining the water vapor transport flux vector at one data point of the polar region.
And (4) carrying out iterative processing on the vector data of all grids according to the steps by using the For cycle of the IDL, and carrying out visual superposition display.
An algorithm for visualizing polar water vapor delivery flux vectors is realized by an IDL program.

Claims (7)

1. An algorithm for visualizing polar water vapor transport flux, characterized by comprising the following steps:
1) reading water vapor transmission flux data under a global geographic grid;
2) converting the data into an equal-area extensible grid with preset resolution;
3) correcting the direction of the horizontal data and the vertical data;
4) for each grid, determining the coordinates of the starting point of the vapor delivery flux vector;
5) calculating the vertex coordinates of the arrow according to the horizontal size and the vertical size of the water vapor conveying flux vector and the self-defined angle and length of the arrow;
6) sequentially connecting four vertexes of the arrow to form a line, and drawing a single arrow;
7) and repeating the steps 4) -6), performing iterative processing on all grids, and performing superposition display on all polar water vapor transmission vectors to finish drawing.
2. The algorithm for visualizing polar water vapor transport flux according to claim 1, wherein the transformation of the data into the equal-area scalable grid with preset resolution is as follows:
setting parameters: establishing an extensible target grid coordinate system by using the projection type, the ellipsoid, the central meridian and the unit; setting the resolution of an expandable target grid coordinate system; establishing a geographic lookup table file according to the original geographic grid coordinate system and the target grid coordinate system so as to determine the result position of the initial position in the original geographic grid coordinate system in the expandable target grid coordinate system; the geographic lookup table file is used for storing the mapping relation between the original geographic grid coordinate and the extensible grid coordinate;
carrying out interpolation transformation on the water vapor transmission flux data under an extensible target grid coordinate system according to the initial position and the result position; obtaining water vapor transmission flux data under the equal-area extensible grid; and calculating longitude and latitude data of the result data corresponding to the grid under the original geographic grid coordinate system for drawing.
3. The algorithm for visualizing polar water vapor transport flux according to claim 1, wherein the direction correction is performed on the horizontal data and the vertical data as: the horizontal component in the data under the original geographic grid coordinate system takes longitude and latitude as reference, the horizontal component is positive to the east and negative to the west, the vertical component is positive to the north and negative to the south;
and after the data are converted into the equal-area extensible grid, adjusting according to the quadrant and the longitude and latitude, so that the result data under the extensible target grid coordinate system are subjected to vector coordinate positioning by taking the x axis and the y axis as a horizontal component and a vertical component.
4. The algorithm for visualizing polar water vapor transport flux as claimed in claim 1, wherein the coordinates of the starting point of the water vapor transport flux vector are determined as follows: reading equal-area expandable grid launchingHorizontal data and vertical data of the steam delivery flux vector, and the abscissa of the central point of the grid where the data point is located is used as the abscissa x of the vector starting point A0With the ordinate of the centre point as the ordinate y of the vector start A0
5. The visualization algorithm for polar water vapor transport flux according to claim 1, wherein the coordinates of three points of the vector arrow are calculated according to the horizontal size, the vertical size, the customized arrow angle and the customized arrow length, specifically: according to the coordinates of the starting point A of the vapor transmission flux vector, the abscissa x of the starting point A of the vapor transmission flux vector is determined0Adding the horizontal offset to obtain the abscissa x of the arrow head top end point B1The horizontal offset is the vector horizontal size u multiplied by a constant t; the ordinate y of the vertex B can be obtained by the same method1(ii) a According to the length 1 and the angle alpha of the vector arrow, the coordinates C (x) of the other two points of the vector arrow can be obtained by derivation of a geometric formula2,x2) And D (x)3,x3)。
6. The polar water vapor transport flux visualization algorithm according to claim 5, wherein the step of sequentially connecting the four vertices of the arrow to form a line to draw a single arrow is specifically: and connecting according to the sequence of the ABCBD or the ABDBC by using an IDL curve drawing function to obtain a water vapor transmission flux vector at the grid where a vector data point of the polar region is located.
7. The polar region water vapor transport flux vector visualization algorithm according to claim 1, wherein the iterative processing is performed on all grids, and all polar region water vapor transport vectors are displayed in a superposition manner, and are plotted as follows: and (4) performing iterative drawing on all data points in the data frame according to the steps by using a circulation function of the IDL, and visualizing all vector arrows to obtain a final polar water vapor transport flux vector diagram.
CN201910900162.3A 2019-09-23 2019-09-23 Visualization algorithm for polar region water vapor transport flux Active CN110706304B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910900162.3A CN110706304B (en) 2019-09-23 2019-09-23 Visualization algorithm for polar region water vapor transport flux

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910900162.3A CN110706304B (en) 2019-09-23 2019-09-23 Visualization algorithm for polar region water vapor transport flux

Publications (2)

Publication Number Publication Date
CN110706304A true CN110706304A (en) 2020-01-17
CN110706304B CN110706304B (en) 2023-02-03

Family

ID=69195919

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910900162.3A Active CN110706304B (en) 2019-09-23 2019-09-23 Visualization algorithm for polar region water vapor transport flux

Country Status (1)

Country Link
CN (1) CN110706304B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113112556A (en) * 2021-03-16 2021-07-13 中国科学院海洋研究所 Method for calculating divergence of energy transmission flux of polar region
CN113487704A (en) * 2021-06-25 2021-10-08 山东齐鲁数通科技有限公司 Method and device for drawing dovetail arrow head, storage medium and terminal equipment
CN114067079A (en) * 2021-11-19 2022-02-18 北京航空航天大学 Complex curved surface electromagnetic wave vector dynamic visualization method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110112802A1 (en) * 2009-11-12 2011-05-12 Wilson Brian D System and Method For Visualizing Data Corresponding To Physical Objects
CN103984748A (en) * 2014-05-26 2014-08-13 中国科学院空间科学与应用研究中心 Solar wind data subdivision, encoding and access method of large-scale solar-terrestrial space
CN107451958A (en) * 2017-08-09 2017-12-08 中国科学院海洋研究所 A kind of angular transition algorithm towards ArcGIS polar regions vector field visualization
CN107798712A (en) * 2017-11-16 2018-03-13 中国科学院海洋研究所 A kind of algorithm towards IDL polar regions Vector Field Visualization
CN109254767A (en) * 2018-08-28 2019-01-22 中国科学院海洋研究所 A kind of polar region Sea Ice Drift vector visualized algorithm
CN109685901A (en) * 2018-12-10 2019-04-26 西北工业大学 A kind of military symbol mark and draw in dynamic arrow mark method for drafting

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110112802A1 (en) * 2009-11-12 2011-05-12 Wilson Brian D System and Method For Visualizing Data Corresponding To Physical Objects
CN103984748A (en) * 2014-05-26 2014-08-13 中国科学院空间科学与应用研究中心 Solar wind data subdivision, encoding and access method of large-scale solar-terrestrial space
CN107451958A (en) * 2017-08-09 2017-12-08 中国科学院海洋研究所 A kind of angular transition algorithm towards ArcGIS polar regions vector field visualization
CN107798712A (en) * 2017-11-16 2018-03-13 中国科学院海洋研究所 A kind of algorithm towards IDL polar regions Vector Field Visualization
CN109254767A (en) * 2018-08-28 2019-01-22 中国科学院海洋研究所 A kind of polar region Sea Ice Drift vector visualized algorithm
CN109685901A (en) * 2018-12-10 2019-04-26 西北工业大学 A kind of military symbol mark and draw in dynamic arrow mark method for drafting

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陈静: "面向虚拟地球的三维气象可视化方法", 《武汉大学学报(信息科学版)》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113112556A (en) * 2021-03-16 2021-07-13 中国科学院海洋研究所 Method for calculating divergence of energy transmission flux of polar region
CN113487704A (en) * 2021-06-25 2021-10-08 山东齐鲁数通科技有限公司 Method and device for drawing dovetail arrow head, storage medium and terminal equipment
CN113487704B (en) * 2021-06-25 2024-01-30 山东齐鲁数通科技有限公司 Dovetail arrow mark drawing method and device, storage medium and terminal equipment
CN114067079A (en) * 2021-11-19 2022-02-18 北京航空航天大学 Complex curved surface electromagnetic wave vector dynamic visualization method

Also Published As

Publication number Publication date
CN110706304B (en) 2023-02-03

Similar Documents

Publication Publication Date Title
CN110706304B (en) Visualization algorithm for polar region water vapor transport flux
CN110648398B (en) Real-time ortho image generation method and system based on unmanned aerial vehicle aerial data
CN104820984B (en) A kind of satellite remote sensing three line scanner stereopsis processing system and method
CN107040695B (en) satellite-borne video image stabilization method and system based on RPC positioning model
CN105387846B (en) The ortho-rectification method and system of satellite image
CN107657597B (en) Automatic geometric correction method for cross-platform moon-based earth observation image
WO2022042350A1 (en) Target sky area image acquisition method and astrophotography device
CN110823233B (en) Map model construction method and system based on coordinate transformation
CN104102844B (en) Based on 11The rational function model parametric solution and full parameter optimization method of norm constraint
CN108592884A (en) A kind of general linear array satellite core line image generating method
CN104103057A (en) Method for fast generating panorama by fish eye image
CN114972545A (en) On-orbit data rapid preprocessing method for hyperspectral satellite
CN104537614B (en) CCD image orthorectification method for environment satellite I
JP3490774B2 (en) How to generate geospecific textures
CN111915504B (en) Moon image geometric correction method based on geographic information iterative matching
CN108109118A (en) A kind of Aerial Images geometric correction method at no control point
KR20100001608A (en) Apparatus and method for correcting lens distortion
CN113112556B (en) Calculation method of polar energy transmission flux divergence
CN104019800A (en) Method for ground positioning by remote sensing image of large side-swaying linear array CCD (Charge Coupled Device)
CN114841881A (en) Radiation cloud control-based global satellite image natural color recovery method and system
WO2023286546A1 (en) Data generation device, display device, data generation method, display method, and program
CN109493298B (en) A kind of airborne sweep type high-spectral data fast geometric bearing calibration
CN110307858B (en) Adaptive correction method for surveying and mapping satellite intersection error
Zhuo et al. A target localization method for UAV image sequences based on DEM matching
CN111010494B (en) Optical satellite video image stabilization method and system with geocoding function

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