CN105790771A - 3D topographic data compression method of superhigh compression ratio - Google Patents
3D topographic data compression method of superhigh compression ratio Download PDFInfo
- Publication number
- CN105790771A CN105790771A CN201610183626.XA CN201610183626A CN105790771A CN 105790771 A CN105790771 A CN 105790771A CN 201610183626 A CN201610183626 A CN 201610183626A CN 105790771 A CN105790771 A CN 105790771A
- Authority
- CN
- China
- Prior art keywords
- deviant
- compression
- node
- elevational
- data
- 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.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/40—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/29—Geographical information databases
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Remote Sensing (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Processing Or Creating Images (AREA)
Abstract
The invention discloses a 3D topographic data compression method of a superhigh compression ratio. The method comprises the steps of 1) grid subdivision of the landform; 2) calculation of deviants; 3) coding and storing the deviants; and 4) carrying out Huffman code compression on stored data. The compression method comprises deviant extracted compression and routine word-length-variable code compression; in deviant extracted compression, elevation data is compressed from four bytes into one byte, namely, the compression ratio is 1:4; in routine word-length-variable code compression, the compression ratios vary with different concrete data, the landform data in certain area tend to be similar to each other, and the compression ratio ranges from 1:5 to 1:10; and thus, the final compression ratio ranges from 1:20 to 1:40.
Description
Technical field
The present invention relates to three dimensional topographic data compression method, especially relate to the three dimensional topographic data compression method of superelevation compression ratio.
Background technology
In existing large-scale three dimensional GIS-Geographic Information System, include the high accuracy number altitude data of global geographical information, owing to data volume is huge, all suffer from very big pressure when data storage and network transmission, therefore the compression method of these data is just proposed significantly high requirement.At present, conventional data compression method is directly to use the lossless compressiongs such as ZIP/RAR, and compression ratio is unsatisfactory.
Summary of the invention
Present invention aim at providing the three dimensional topographic data compression method of a kind of superelevation compression ratio, for processing the exclusively graphic data used in three-dimensional geographic information system.
For achieving the above object, the present invention takes following technical proposals:
The three dimensional topographic data compression method of superelevation compression ratio of the present invention, comprises the steps:
One, terrain tile segmentation
Globally graphic data will project according to longitude and latitude, and be divided into the Eastern Hemisphere and two, the Western Hemisphere root node;Each described root node is divided into 4 × 4 child nodes;
Two, deviant is calculated
Each described child node comprises 513 × 513 elevational points, for amount of compressed data, first calculates the deviant of each described elevational point, and namely the actual height value of this child node deducts the height value obtained by its father node difference;
Three, deviant is encoded storage
Take minima and the maximum of the deviant of all elevational points of this child node, then the coding of each deviant is calculated obtaining the encoded radio B:B=(h of a byte with following formula0-hmin/hmax-hmin) × 255;
H in formula0For the deviant of elevational point, hminFor the minima of the deviant of all elevational points of this child node, hmaxMaximum for the deviant of all elevational points of this node;
During storage, first the minima of all for this node elevational points and maximum are stored, then according to the coding of each elevational point is stored by order from left to right, from top to bottom one by one;
Four, above-mentioned storage data are carried out Huffman (Huffman) compression coding.
The invention has the advantages that and be mainly reflected in:
1, directly determined the coordinate of each elevational point by described node relationships, therefore only need to record height value, it is not necessary to record longitude and latitude;
2, described height value is after overcompression, and each height value takies byte less than a byte, and its compression ratio is substantially better than " real-coded GA and ZIP compression " method of routine;
3, the level-of-detail technology (LOD, English full name LevelOfDetails, i.e. detail) of this compression method and three-dimensional geographic information system is consistent, it may be assumed that the landform precision more remote apart from camera lens is more low, and the landform precision more near apart from camera lens is more high;From the angle of three-dimensional geographic information system, data remain lossless.(sighting distance draw close time, data lossless)
Compression method of the present invention contains deviant, and to extract compression (can be 1 byte by 4 byte-code compression by altitude data, namely compression ratio is 1:4) and the conventional variable word length coding compression (difference according to concrete data, compression ratio is also different, terrain data is typically more close in a certain region, its compression ratio is typically between 1:5 to 1:10), therefore final compression ratio is approximately between 1:20 to 1:40.
Concrete real-time mode
The three dimensional topographic data compression method of superelevation compression ratio of the present invention, comprises the steps:
One, terrain tile segmentation
Globally graphic data will project according to longitude and latitude, and be divided into the Eastern Hemisphere and two, the Western Hemisphere root node;Each described root node is divided into 4 × 4 child nodes;Carrying out terrain tile division according to the pyramid structure (i.e. quad-tree structure) in three-dimensional geographic information system, root node is east, two, the Western Hemisphere terrain tile.
Two, deviant is calculated
Each described child node comprises 513 × 513 elevational points, for amount of compressed data, first calculates the deviant of each described elevational point, and namely the actual height value of this child node deducts the height value obtained by his father's knot interpolation;
By the height value of father node by interpolation calculation, obtain the height value (reckoning height value) of present node, then deduct reckoning height value by the actual height value of present node, obtain skew height value.The purpose of do so is to make the data of storage little as much as possible, is relatively owing to calculating height value and actual height value, so offseting height value always about 0 floating.
Three, deviant is encoded storage
Take minima and the maximum of the deviant of all elevational points of this child node, then the coding of each deviant is calculated obtaining the encoded radio B:B=(h of a byte with following formula0-hmin/hmax-hmin) × 255;
H in formula0For the deviant of elevational point, hminFor the minima of the deviant of all elevational points of this child node, hmaxMaximum for the deviant of all elevational points of this node;
During storage, first the minima of all for this node elevational points and maximum are stored, then according to the coding of each elevational point is stored by order from left to right, from top to bottom one by one;
The purpose of this step is: store elevation in order to convenient by single byte, deviant is converted to the integer between 0 ~ 255.
Four, above-mentioned storage data are carried out Huffman encoding compression.
Altitude data performs conventional variable word length compression, and for the altitude data in a terrain tile, its value has repeatability significantly, and therefore this compression method can provide good compression ratio, is very necessary.
Claims (1)
1. the three dimensional topographic data compression method of a superelevation compression ratio, it is characterised in that: comprise the steps:
One, terrain tile segmentation
Globally graphic data will project according to longitude and latitude, and be divided into the Eastern Hemisphere and two, the Western Hemisphere root node;Each described root node is divided into 4 × 4 child nodes;
Two, deviant is calculated
Each described child node comprises 513 × 513 elevational points, first calculates the deviant of each described elevational point, and namely the actual height value of this child node deducts the height value obtained by its father node difference;
Three, deviant is encoded storage
Take minima and the maximum of the deviant of all elevational points of this child node, then the coding of each deviant is calculated obtaining the encoded radio B:B=(h of a byte with following formula0-hmin/hmax-hmin) × 255;
H in formula0For the deviant of elevational point, hminFor the minima of the deviant of all elevational points of this child node, hmaxMaximum for the deviant of all elevational points of this node;
During storage, first the minima of all for this node elevational points and maximum are stored, then according to the coding of each elevational point is stored by order from left to right, from top to bottom one by one;
Four, above-mentioned storage data are carried out Huffman encoding compression.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610183626.XA CN105790771A (en) | 2016-03-29 | 2016-03-29 | 3D topographic data compression method of superhigh compression ratio |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610183626.XA CN105790771A (en) | 2016-03-29 | 2016-03-29 | 3D topographic data compression method of superhigh compression ratio |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105790771A true CN105790771A (en) | 2016-07-20 |
Family
ID=56391140
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610183626.XA Pending CN105790771A (en) | 2016-03-29 | 2016-03-29 | 3D topographic data compression method of superhigh compression ratio |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105790771A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110738735A (en) * | 2019-10-23 | 2020-01-31 | 黄河勘测规划设计研究院有限公司 | method for improving three-dimensional digital earth platform display effect |
CN114679183A (en) * | 2022-03-07 | 2022-06-28 | 中国电子科技集团公司第二十八研究所 | Grid tile integer data lossless compression method based on distance information |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101354788A (en) * | 2008-08-20 | 2009-01-28 | 大连民族学院 | One-dimensional nondestructive geometric compressing method of three-dimensional grid model |
CN101527089A (en) * | 2009-04-01 | 2009-09-09 | 四川九洲电器集团有限责任公司 | Topographic data based ground proximity method and system thereof |
CN102855644A (en) * | 2012-09-10 | 2013-01-02 | 北京航空航天大学 | Large-scale topographic data compression and decompression method based on wavelet self-feedback |
CN103746705A (en) * | 2014-01-20 | 2014-04-23 | 成都乐创信息科技有限公司 | Method for compressing vector data |
CN103995887A (en) * | 2014-05-30 | 2014-08-20 | 上海达梦数据库有限公司 | Bitmap index compressing method and bitmap index decompressing method |
CN104156991A (en) * | 2014-08-02 | 2014-11-19 | 中国航天科技集团公司第四研究院四0一所 | Airborne digital topographic data compression method for low altitude penetration |
CN105069020A (en) * | 2015-07-14 | 2015-11-18 | 国家信息中心 | 3D visualization method and system of natural resource data |
CN105100801A (en) * | 2015-07-24 | 2015-11-25 | 西安空间无线电技术研究所 | Large compression ratio data compression method based on big data |
CN105427380A (en) * | 2015-12-23 | 2016-03-23 | 昆明能讯科技有限责任公司 | Three-dimensional map data processing method based on multiple detailed layers |
-
2016
- 2016-03-29 CN CN201610183626.XA patent/CN105790771A/en active Pending
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101354788A (en) * | 2008-08-20 | 2009-01-28 | 大连民族学院 | One-dimensional nondestructive geometric compressing method of three-dimensional grid model |
CN101527089A (en) * | 2009-04-01 | 2009-09-09 | 四川九洲电器集团有限责任公司 | Topographic data based ground proximity method and system thereof |
CN102855644A (en) * | 2012-09-10 | 2013-01-02 | 北京航空航天大学 | Large-scale topographic data compression and decompression method based on wavelet self-feedback |
CN103746705A (en) * | 2014-01-20 | 2014-04-23 | 成都乐创信息科技有限公司 | Method for compressing vector data |
CN103995887A (en) * | 2014-05-30 | 2014-08-20 | 上海达梦数据库有限公司 | Bitmap index compressing method and bitmap index decompressing method |
CN104156991A (en) * | 2014-08-02 | 2014-11-19 | 中国航天科技集团公司第四研究院四0一所 | Airborne digital topographic data compression method for low altitude penetration |
CN105069020A (en) * | 2015-07-14 | 2015-11-18 | 国家信息中心 | 3D visualization method and system of natural resource data |
CN105100801A (en) * | 2015-07-24 | 2015-11-25 | 西安空间无线电技术研究所 | Large compression ratio data compression method based on big data |
CN105427380A (en) * | 2015-12-23 | 2016-03-23 | 昆明能讯科技有限责任公司 | Three-dimensional map data processing method based on multiple detailed layers |
Non-Patent Citations (2)
Title |
---|
张兵强、姜本清、方君: "GPU快速解压的多分辨率地形高程数据压缩算法", 《计算机应用研究》 * |
张立强: "构建三维数字地球的关键技术研究", 《中国博士学位论文全文数据库》 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110738735A (en) * | 2019-10-23 | 2020-01-31 | 黄河勘测规划设计研究院有限公司 | method for improving three-dimensional digital earth platform display effect |
CN110738735B (en) * | 2019-10-23 | 2023-11-07 | 黄河勘测规划设计研究院有限公司 | Method for improving display effect of three-dimensional digital earth platform |
CN114679183A (en) * | 2022-03-07 | 2022-06-28 | 中国电子科技集团公司第二十八研究所 | Grid tile integer data lossless compression method based on distance information |
CN114679183B (en) * | 2022-03-07 | 2024-05-10 | 中国电子科技集团公司第二十八研究所 | Grating tile integer data lossless compression method based on distance information |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105868341B (en) | Three-dimensional digital earth platform construction method suitable for hydraulic engineering application | |
CN109313820A (en) | Three-dimensional data coding method, coding/decoding method, code device, decoding apparatus | |
CN104050177B (en) | Streetscape generation method and server | |
CN112287138A (en) | Organization scheduling method, device and equipment of city information model | |
CN106610487A (en) | Integrated indoor positioning method | |
US9473785B2 (en) | Limited error raster compression | |
CN101604018A (en) | High-definition remote sensing image data disposal route and system thereof | |
CN101599183A (en) | A kind of method that realizes division of geospace three-dimensional grids | |
CN105790771A (en) | 3D topographic data compression method of superhigh compression ratio | |
CN110321443A (en) | Three-dimensional live model data base construction method, device and data service system | |
CN108267121A (en) | The vision navigation method and system of more equipment under a kind of variable scene | |
CN103632538A (en) | Three-dimensional (3D) live-action collection system for road | |
CN112308970A (en) | Preprocessing method and device for parametric modeling of power transmission overhead line based on GIS | |
CN103152574B (en) | The remote sensing images transmission system of the rate-constrained of feature based registration | |
CN103023997A (en) | Massive geographical information name and address conversion method and device based on grid caching technology | |
CN110738735B (en) | Method for improving display effect of three-dimensional digital earth platform | |
Kotb et al. | A comparative study among various algorithms for lossless airborne LiDAR data compression | |
CN109961511A (en) | A kind of landform drawing methods based on oblique photograph measurement threedimensional model | |
Michelson et al. | EUMETNET OPERA weather radar information model for implementation with the HDF5 file format, version 2.2 | |
CN114140599B (en) | Geospatial three-dimensional grid subdivision method and system | |
JP2007104543A (en) | Apparatus and method for compressing latitude/longitude data stream | |
CN114396920A (en) | Topographic map space element obtaining method based on oblique photography | |
CN105468759A (en) | Spectral data construction method of space body | |
CN110473264B (en) | Depth map compression method and decompression method based on Huffman coding and encoder | |
CN116700334A (en) | Collaborative processing method and device for multiple unmanned aerial vehicles |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20160720 |
|
RJ01 | Rejection of invention patent application after publication |