CN113420186A - Data storage method, data storage device, computer readable storage medium and data reading method - Google Patents

Data storage method, data storage device, computer readable storage medium and data reading method Download PDF

Info

Publication number
CN113420186A
CN113420186A CN202110678784.3A CN202110678784A CN113420186A CN 113420186 A CN113420186 A CN 113420186A CN 202110678784 A CN202110678784 A CN 202110678784A CN 113420186 A CN113420186 A CN 113420186A
Authority
CN
China
Prior art keywords
data
value
dsm
dem
dmm
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
CN202110678784.3A
Other languages
Chinese (zh)
Other versions
CN113420186B (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.)
Third Topographic Survey Team Of Ministry Of Natural Resources
Original Assignee
Third Topographic Survey Team Of Ministry Of Natural Resources
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 Third Topographic Survey Team Of Ministry Of Natural Resources filed Critical Third Topographic Survey Team Of Ministry Of Natural Resources
Priority to CN202110678784.3A priority Critical patent/CN113420186B/en
Publication of CN113420186A publication Critical patent/CN113420186A/en
Application granted granted Critical
Publication of CN113420186B publication Critical patent/CN113420186B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention belongs to the technical field of mapping data storage, in particular to a data storage method, a data storage device, a computer readable storage medium and a data reading method, wherein the data storage method can integrate two data files of the same mapping area into one data file by sequentially storing different values in DSM model data and DEM model data of the mapping area at the tail of a corresponding line according to the characteristics of the DSM model data and the DEM model data, so that a storage mode can simultaneously store the DSM model data and the DEM model data of the mapping area, the data storage cost can be effectively reduced, and the data storage method omits the comparison work of the DEM data and the DSM data, reduces the data edge connecting workload, thereby reducing the production cost of the mapping data, improving the production efficiency and the quality of the mapping data, and the data storage device, computer readable storage medium, is capable of storing more DSM model data and DEM model data.

Description

Data storage method, data storage device, computer readable storage medium and data reading method
Technical Field
The invention belongs to the technical field of mapping data storage, and particularly relates to a data storage method, data storage equipment, a computer-readable storage medium and a data reading method.
Background
In the geographic mapping, the DSM refers to a Digital Surface Model (Digital Elevation Model), and the DEM refers to a Digital Elevation Model (Digital Elevation Model), wherein the Digital Surface Model (DSM) refers to a ground Elevation Model including heights of ground buildings, bridges, trees, and the like, and the Digital Elevation Model (DEM) implements Digital simulation of ground terrain through limited terrain Elevation data, so compared with the DEM, the DEM only includes Elevation information of the terrain (including no buildings, bridges, trees, and the like, and the Elevation at the position corresponding to the DEM is the Elevation of the ground), and does not include other ground Surface information, and the DSM further includes elevations of other ground Surface information except the ground Surface on the basis of the DEM.
At present, a DSM model and a DEM model in the same area are stored in two different data files in the same data format, the data structures of the two data files are the same, only one data file is used for storing DSM data information, and the other data file is used for storing DEM data information, but the DSM model and the DEM model in the same area are in an area without houses, trees and the like, and the data of the DSM model and the DEM model in the same area are completely the same, so the generation work of the two sets of model data of the DSM and the DEM in the same area is repeated to a great extent, and particularly in a data edge connection and data quality inspection link, the repeatability performance is most obvious.
Therefore, the current storage method for the data of the DEM model and the DSM model in the same area has the following disadvantages: on one hand, in the production of the two sets of data, the repeated areas of the two sets of data are respectively checked, and in fact, in the repeated areas, one part of data has no problem, and the other part of data has no problem, so that the storage mode increases the workload; on the other hand, in some cases, the duplicate areas of the two sets of data need to be compared to ensure that the two sets of data are completely consistent, which obviously further increases the data production cost. In addition, storing two copies of data takes up more storage space, resulting in higher storage costs.
Disclosure of Invention
The invention aims to provide a data storage method, a data storage device, a computer readable storage medium and a data reading method, and solves the technical problems of high data generation cost and high data storage cost caused by data storage modes of a DSM (digital elevation model) and a DEM (digital elevation model) in the prior art.
To solve the above technical problem, a first aspect of the present invention is:
provided is a data storage method, including: establishing a DMM data table, wherein the DMM data table is used for simultaneously storing DSM model data and DEM model data of a mapped area, the DMM data table comprises a row address and a column address, the row address represents an abscissa i of the mapped area, and the column address represents an ordinate j of the mapped area; the DMM value of the position with the row address of i and the column address of j in the DMM data table is dij
When the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijSame, said DEM value eijFor corresponding values in DEM model data, the DSM values sijIs the corresponding value in DSM model data, at this time, the DMM value d in the DMM data tableijFor the DEM value e of the positionij+ identifier 1 or DSM value sij+ identifier 1;
when the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, the DMM value d in the DMM data tableijFor the DEM value e of the positionij+ identifier 2 or DSM value sij+ identifier 2, and in order at the end of the corresponding i-th row of the DMM data tableRecording DSM values s of corresponding positionsijOr DEM value eij
Preferably, the identifier 1 is a number 0, and the identifier 2 is a number 1.
Preferably, the obstacles include buildings and vegetation.
The second aspect of the present invention is:
there is provided a data storage method for storing DSM model data and DEM model data of a mapping area in a computer-readable storage medium, including:
the computer-readable storage medium includes a memory cell having a grid pattern arrangement, the memory cell storing therein DMM data for simultaneously storing DSM model data and DEM model data of a mapped area, the memory cell including a row address representing an abscissa i of the mapped area and a column address representing an ordinate j of the mapped area; the DMM value of the position with the row address of i and the column address of j in the memory unit is dij
When the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijSame, said DEM value eijFor corresponding values in DEM model data, the DSM values sijIs the corresponding value in DSM model data, at this time, the DMM value d in the storage unitijFor the DEM value e of the positionij+ identifier 1;
when the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, the DMM value d in the memory cellijFor the DEM value e of the positionij+ identifier 2, and sequentially recording DSM values s of corresponding positions at the end of the corresponding ith row of the storage unitij
The third aspect of the present invention is:
there is provided a data storage method for storing DSM model data and DEM model data of a mapping area in a computer-readable storage medium, including:
the computer readable storage medium includesThere are memory cells arranged in a grid pattern, the memory cells storing therein DMM data for simultaneously storing DSM model data and DEM model data of a mapped area, the memory cells including row addresses representing abscissa i of the mapped area and column addresses representing ordinate j of the mapped area; the DMM value of the position with the row address of i and the column address of j in the memory unit is dij
When the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijSame, said DEM value eijFor corresponding values in DEM model data, the DSM values sijIs the corresponding value in DSM model data, at this time, the DMM value d in the storage unitijDSM value s for that locationij+ identifier 1;
when the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, the DMM value d in the memory cellijDSM value s for that locationij+ identifier 2, and sequentially storing DEM values e of corresponding positions at the end of the corresponding ith row of the storage unitij
The fourth aspect of the present invention is:
there is provided a data storage device capable of building a DMM data table according to the data storage method of the first aspect of the invention and storing DMM data.
The fifth aspect of the present invention is:
there is provided a computer-readable storage medium having stored therein data stored according to the data storage method of the fifth aspect of the present invention.
The sixth aspect of the present invention is:
there is provided a data reading method for reading a computer-readable storage medium according to the fifth aspect of the present invention, including:
the storage unit in the computer readable storage medium sits down when the DMM data in the computer readable storage medium is used as DSM model dataDirectly taking DSM value s for DMM data with i position and j position on ordinateij
When the DMM data in the computer-readable storage medium is used as DEM model data, for the DMM data of the location where the abscissa is i and the ordinate is j of the storage unit in the computer-readable storage medium,
when reading identifier 1, DMM data directly takes DSM value sij
When the identifier is read as the identifier 2, the DMM data directly takes the DEM value e stored at the position corresponding to the tail end of the lineij
Compared with the prior art, the invention has the beneficial effects that: according to the data storage method, different values in DSM model data and DEM model data of a surveying and mapping area are stored at the tail of a corresponding line in sequence according to the characteristics of the DSM model data and the DEM model data, so that two data files of the same surveying and mapping area can be integrated into one data file, the DSM model data and the DEM model data of the surveying and mapping area can be stored in one storage mode simultaneously, the data storage cost can be effectively reduced, the comparison work of the DEM data and the DSM data is omitted, the data edge connecting workload is reduced, the production cost of the surveying and mapping data is reduced, and the production efficiency and the quality of the surveying and mapping data are improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
fig. 1 is a schematic diagram illustrating storing DMM data through a DMM data table according to an embodiment of the data storage method of the present invention.
Fig. 2 is a schematic diagram illustrating storage of DSM model data and DMM model data in the prior art.
Fig. 3 is a schematic diagram illustrating that DSM data and DEM data are read through a DMM data table according to an embodiment of the data storage method of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1:
a data storage method, please refer to fig. 1 to 3.
As shown in fig. 1, the data storage method establishes a DMM data table, where the DMM data table includes a row address and a column address, the row address represents an abscissa i of a mapping area, the column address represents an ordinate j of the mapping area, and a DMM value of a position where the row address is i and the column address is j in the DMM data table is dijE.g. d00The DMM value of a mapping point of the mapping region with abscissa 0 and ordinate 0 is represented.
The DMM value here is used to represent a corresponding value of DSM model data or DEM model data, and in this embodiment:
when the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijHere again, the DEM value eijDSM values s for corresponding values (digital elevation model values) in DEM model dataijFor corresponding values (digital surface model values) in DSM model data, in which case the DMM value d in the DMM data tableijDSM value s for that locationij+ identifier 1, in this embodiment, identifier 1 is number 0, and identifier 1 only plays a role of identification, and may be a space or contain no content. Of course, due to DSM value sijAnd DEM value eijThe same, therefore, the DMM value d in the DMM data table at this timeijOr the DEM value e for that positionij+ identifier 1.
The obstacles include buildings, vegetation, and the like covering the ground.
And when the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, in the DMM data tableDMM value dijDSM value s for that locationij+ identifier 2, and sequentially recording DEM value e of corresponding position at the end of the ith row corresponding to the DMM data tableij. In other embodiments, if the DMM value d in the DMM data table is not presentijFor the DEM value e of the positionij+ identifier 2, the end of the ith row corresponding to the DMM table records the DSM value s of the corresponding location in sequenceij
Thus, the DMM data table stores both DSM model data and DEM model data of the mapped area.
For example, referring to fig. 2 and fig. 3, data tables (a) and (B) in fig. 2 are schematic diagrams of storage of DSM (model development system) data and DEM (model development module) data in the prior art, respectively, and it can be seen that the DSM data and the DEM data are recorded by a single data table, which obviously causes storage of mapping data to occupy a large memory, and the two data need to perform operations such as comparison, edge connection, and the like in a production process, so that a workload of production data is large.
In fig. 3, the data stored in the data table (a) and the data table (b) represent the DSM model data and the DEM model data in fig. 2, respectively, the data table (3) represents the DMM data in the present embodiment, and the data table (3) stores both the DSM model data and the DEM model data in the data table (a) and the data table (b).
Specifically, the data beginning with "s" in the data table (c) represents that the DSM model data value and the DEM model data value at the position are the same, so the data beginning with "s" in the data table (c) is added with an identifier 1, and the identifier 1 indicates that the DSM model data value and the DEM model data value are the same; since the data at the beginning of "m" in the data table (c) represents that the DSM model data value and the DEM model data value at the position are different, the data at the beginning of "m" in the data table (c) is added with the identifier 2, and the identifier 2 indicates that the DSM model data value and the DEM model data value are different, and at the same time, the data at the end of the line corresponds to the DEM model data value at the position where the data at the beginning of "m" corresponding to the data at the end of the line is located in the mapping area.
The embodiment expresses the data storage method in the form of a data chart, and the data can also be stored in a computer readable storage medium after being encoded by various encoding methods such as ASCII code, CJK code, ISO code UTF code, GBK code and the like.
Example 2:
a data storage method for storing DSM model data and DEM model data of a mapping area in a computer-readable storage medium.
In the present embodiment, the computer-readable storage medium includes a storage unit having a grid pattern arrangement, and the storage unit stores therein the DMM data in the DMM table in embodiment 1, the DMM data being used to store simultaneously the DSM model data and the DEM model data of the mapped area.
In this embodiment, the memory cell includes a row address and a column address, the row address represents an abscissa i of the mapping region, and the column address represents an ordinate j of the mapping region; the DMM value of the position with the row address i and the column address j in the memory cell is dij
When the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijSame, DEM value eijFor corresponding values in DEM model data, DSM values sijIs the corresponding value in DSM model data, at this time, the DMM value d in the storage unitijFor the DEM value e of the positionij+ identifier 1, identifier 1 being the number 0, identifier 1 starting with the DSM value s identifying the locationijWith DEM value eijThe same effect is achieved.
The obstacles include buildings, vegetation, and the like covering the ground.
When the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, the DMM value d in the memory cellijFor the DEM value e of the positionij+ identifier 2, and sequentially recording DSM values s of corresponding positions at the end of the corresponding ith row of the storage unitij. Where identifier 2 is the number 1, identifier 2 serves as the DSM value s identifying the locationijAnd DEValue of M eijDifferent effects.
Example 3:
a data storage method for storing DSM model data and DEM model data of a mapping area in a computer-readable storage medium, which is different from embodiment 2 in that:
in the data storage method of this embodiment, when the corresponding surface location of the surveying area is covered without obstacles, the DMM value d in the storage unitijDSM value s for that locationij+ identifier 1; and when the corresponding surface position of the mapping area is covered by the obstacle, the DMM value d in the storage unitijDSM value s for that locationij+ identifier 2, and sequentially storing DEM values e of corresponding positions at the end of the corresponding ith row of the storage unitij
Example 4:
a data storage device, which may be a computer, a server, or a tablet computer-enabled electronic device capable of creating a data table, is capable of creating a DMM data table according to the data storage method in embodiment 1, and storing DMM data in the data storage device.
Example 5:
a computer-readable storage medium in which data stored according to the data storage method in embodiment 5 is stored. The storage medium herein includes: various media capable of storing program codes, such as a U disk, a removable hard disk, a Read Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
Example 6:
a data reading method, please refer to fig. 3.
The data reading method is used for reading the computer-readable storage medium in the embodiment 5, and comprises the following steps:
when the DMM data in the computer-readable storage medium is used as DSM model data, the DMM data of the storage unit with the abscissa of i and the ordinate of j in the computer-readable storage medium directly takes the DSM value sij
For example, as shown in FIG. 3, the meterThe computer readable storage medium stores DMM data of a certain mapping area indicated by a data table (c), wherein the data table (a) represents DSM model data of the mapping area and can be read through the DMM data, and data in a main table (not containing data at the rear side of a 9 th column) of the data table (c) for recording the DMM data is directly a DSM value s at a corresponding positionijThus, the direct reading is the DSM value sij
In the process of reading DSM model data, j values (j is 9 in the embodiment) are read by data according to lines, when j data are read, the line number is added with 1, the next line is read until i lines (i is 9 in the embodiment) are read, and the reading is finished.
When the DMM data in the computer-readable storage medium is used as DEM model data, for the DMM data of the storage unit in the computer-readable storage medium whose abscissa is i and ordinate is j position:
when reading identifier 1, DMM data directly takes DSM value sij(ii) a Here, although DSM values s are described in the main table of DMM dataijBut since identifier 1 represents the DSM value s of the locationijWith DEM value eijSame, therefore, DEM value eijCan directly take DSM value sij
When the identifier is read as the identifier 2, the DMM data directly takes the DEM value e stored at the position corresponding to the tail end of the lineij
Here, since the main table of DMM data records DSM value sijAnd identifier 2 represents the DSM value s for that locationijWith DEM value eijDifferent, therefore, the DEM value eijNot directly taking the value s of DSMijBut takes the value as the DEM value e of the corresponding position at the rear side of the lineij. For example, for the data m22 in the data table (c), it is actually equal to s22+ identifier 2 in the data table (a), but since identifier 2 is read, data s22 in the representative data table (a) is different from data e22 in the data table (b), so when reading the DEM model data, e22 cannot be replaced by data m22 in the data table (c), but data e22 on the rear side of the main table of the data table (c) is directly read.
In the process of reading the DEM model data, the data reads n values (representing the number of data in the longest row, where n is 12 in this embodiment) according to rows, when n data is read, the number of rows is increased by 1, and the next row is read until m rows are read (m is 9 in this embodiment), and the reading is finished.
Therefore, the data storage method can effectively reduce the data storage cost, and the existing storage mode basically occupies twice of the memory; in addition, the data storage method saves the comparison work of DEM data and DSM data, and reduces the data edge connecting workload, thereby reducing the production cost of the mapping data and improving the production efficiency and quality of the mapping data.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (8)

1. A method of storing data, comprising: establishing a DMM data table, wherein the DMM data table is used for simultaneously storing DSM model data and DEM model data of a mapped area, the DMM data table comprises a row address and a column address, the row address represents an abscissa i of the mapped area, and the column address represents an ordinate j of the mapped area; the DMM value of the position with the row address of i and the column address of j in the DMM data table is dij
When the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijSame, said DEM value eijFor corresponding values in DEM model data, the DSM values sijIs the corresponding value in DSM model data, at this time, the DMM value d in the DMM data tableijFor the DEM value e of the positionij+ identifier 1 or DSM value sij+ identifier 1;
when the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, the DMM value d in the DMM data tableijFor the DEM value e of the positionij+ identifier 2 or DSM value sij+ identifier 2, and sequentially recording DSM values s of corresponding positions at the end of the ith row corresponding to the DMM data tableijOr DEM value eij
2. The data storage method of claim 1, wherein the identifier 1 is a number 0 and the identifier 2 is a value 1.
3. The data storage method of claim 1, wherein the obstacles comprise buildings, vegetation.
4. A data storage method for storing DSM model data and DEM model data of a mapping area in a computer-readable storage medium, comprising:
the computer-readable storage medium includes a memory cell having a grid pattern arrangement, the memory cell storing therein DMM data for simultaneously storing DSM model data and DEM model data of a mapped area, the memory cell including a row address representing an abscissa i of the mapped area and a column address representing an ordinate j of the mapped area; the DMM value of the position with the row address of i and the column address of j in the memory unit is dij
When the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijSame, said DEM value eijFor corresponding values in DEM model data, the DSM valuessijIs the corresponding value in DSM model data, at this time, the DMM value d in the storage unitijFor the DEM value e of the positionij+ identifier 1;
when the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, the DMM value d in the memory cellijFor the DEM value e of the positionij+ identifier 2, and sequentially recording DSM values s of corresponding positions at the end of the corresponding ith row of the storage unitij
5. A data storage method for storing DSM model data and DEM model data of a mapping area in a computer-readable storage medium, comprising:
the computer-readable storage medium includes a memory cell having a grid pattern arrangement, the memory cell storing therein DMM data for simultaneously storing DSM model data and DEM model data of a mapped area, the memory cell including a row address representing an abscissa i of the mapped area and a column address representing an ordinate j of the mapped area; the DMM value of the position with the row address of i and the column address of j in the memory unit is dij
When the corresponding ground surface position of the surveying area is covered without obstacles, the DEM value e of the positionijAnd DSM value sijSame, said DEM value eijFor corresponding values in DEM model data, the DSM values sijIs the corresponding value in DSM model data, at this time, the DMM value d in the storage unitijDSM value s for that locationij+ identifier 1;
when the corresponding ground surface position of the mapping area is covered by the obstacle, the DSM value s of the positionijDEM value e greater than this positionijAt this time, the DMM value d in the memory cellijDSM value s for that locationij+ identifier 2, and sequentially storing DEM values e of corresponding positions at the end of the corresponding ith row of the storage unitij
6. A data storage device, characterized by: the data storage device is capable of building a DMM data table according to the data storage method of claim 1 and storing DMM data.
7. A computer-readable storage medium characterized by: the computer-readable storage medium stores therein data stored according to the data storage method of claim 5.
8. A data reading method for reading the computer-readable storage medium of claim 7, comprising:
when the DMM data in the computer-readable storage medium is used as DSM model data, the DMM data of the storage unit with the abscissa of i and the ordinate of j in the computer-readable storage medium directly takes the DSM value sij
When the DMM data in the computer-readable storage medium is used as DEM model data, for the DMM data of the storage unit in the computer-readable storage medium whose abscissa is i and ordinate is j position:
when reading identifier 1, DMM data directly takes DSM value sij
When the identifier is read as the identifier 2, the DMM data directly takes the DEM value e stored at the position corresponding to the tail end of the lineij
CN202110678784.3A 2021-06-18 2021-06-18 Data storage method, data storage device, computer readable storage medium and data reading method Active CN113420186B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110678784.3A CN113420186B (en) 2021-06-18 2021-06-18 Data storage method, data storage device, computer readable storage medium and data reading method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110678784.3A CN113420186B (en) 2021-06-18 2021-06-18 Data storage method, data storage device, computer readable storage medium and data reading method

Publications (2)

Publication Number Publication Date
CN113420186A true CN113420186A (en) 2021-09-21
CN113420186B CN113420186B (en) 2022-10-04

Family

ID=77789076

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110678784.3A Active CN113420186B (en) 2021-06-18 2021-06-18 Data storage method, data storage device, computer readable storage medium and data reading method

Country Status (1)

Country Link
CN (1) CN113420186B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777189A (en) * 2009-12-30 2010-07-14 武汉大学 Method for measuring image and inspecting quantity under light detection and ranging (LiDAR) three-dimensional environment
US20110202538A1 (en) * 2010-02-17 2011-08-18 Lockheed Martin Corporation Voxel approach to terrain repositories for modeling and simulation
EP2361883A1 (en) * 2010-02-25 2011-08-31 Amminex A/S Method for determining the degree of saturation of solid ammonia storage materials in containers
JP2013054499A (en) * 2011-09-02 2013-03-21 Asia Air Survey Co Ltd Forest stereoscopic image generation method
CN103049482A (en) * 2012-11-30 2013-04-17 中国电力科学研究院 Method for achieving data fusion storage in distributed heterogeneous system
CN103577440A (en) * 2012-07-27 2014-02-12 阿里巴巴集团控股有限公司 Data processing method and device in non-relational database
CN104765876A (en) * 2015-04-24 2015-07-08 中国人民解放军信息工程大学 Massive GNSS small file cloud storage method
CN106846478A (en) * 2017-02-10 2017-06-13 中国电建集团成都勘测设计研究院有限公司 Edit and record charting system in water power hydraulic engineering geology three-dimensional live field
CN111046005A (en) * 2019-11-01 2020-04-21 宝略科技(浙江)有限公司 Gridding coding method for urban three-dimensional live-action data
CN112799424A (en) * 2019-11-14 2021-05-14 格里兹帕斯 Method for providing obstacle information, map server and automatic flight operation system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777189A (en) * 2009-12-30 2010-07-14 武汉大学 Method for measuring image and inspecting quantity under light detection and ranging (LiDAR) three-dimensional environment
US20110202538A1 (en) * 2010-02-17 2011-08-18 Lockheed Martin Corporation Voxel approach to terrain repositories for modeling and simulation
EP2361883A1 (en) * 2010-02-25 2011-08-31 Amminex A/S Method for determining the degree of saturation of solid ammonia storage materials in containers
JP2013054499A (en) * 2011-09-02 2013-03-21 Asia Air Survey Co Ltd Forest stereoscopic image generation method
CN103577440A (en) * 2012-07-27 2014-02-12 阿里巴巴集团控股有限公司 Data processing method and device in non-relational database
CN103049482A (en) * 2012-11-30 2013-04-17 中国电力科学研究院 Method for achieving data fusion storage in distributed heterogeneous system
CN104765876A (en) * 2015-04-24 2015-07-08 中国人民解放军信息工程大学 Massive GNSS small file cloud storage method
CN106846478A (en) * 2017-02-10 2017-06-13 中国电建集团成都勘测设计研究院有限公司 Edit and record charting system in water power hydraulic engineering geology three-dimensional live field
CN111046005A (en) * 2019-11-01 2020-04-21 宝略科技(浙江)有限公司 Gridding coding method for urban three-dimensional live-action data
CN112799424A (en) * 2019-11-14 2021-05-14 格里兹帕斯 Method for providing obstacle information, map server and automatic flight operation system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
孙安利 等: "浅析大数据技术在测绘地理信息中的应用", 《测绘技术装备》 *
赵力彬 等: "测绘资料信息管理系统的设计与实现", 《测绘通报》 *

Also Published As

Publication number Publication date
CN113420186B (en) 2022-10-04

Similar Documents

Publication Publication Date Title
US8225029B2 (en) Data storage processing method, data searching method and devices thereof
He et al. Simulating forest ecosystem response to climate warming incorporating spatial effects in north‐eastern China
Calil et al. Comparative coastal risk index (CCRI): A multidisciplinary risk index for Latin America and the Caribbean
CN107436725A (en) A kind of data are write, read method, apparatus and distributed objects storage cluster
CN105528460A (en) Establishing method of tile pyramid model and tile reading method
van der Vyver et al. Spontaneous return of biodiversity in restored subtropical thicket: Portulacaria afra as an ecosystem engineer
CN102663119A (en) Method for rendering massive vector data
CN103425785A (en) Data storage system and user data storage and reading method thereof
CN111143290A (en) Memory management method, system, equipment and computer readable storage medium
CN107273486A (en) Map updating method and device
CN115687675A (en) Airborne vector map data processing method
CN113094355A (en) Model instantiation method, device, equipment and medium based on domestic communication protocol
CN112508988A (en) Method and device for accurately extracting mosaic lines of remote sensing images
CN113420186B (en) Data storage method, data storage device, computer readable storage medium and data reading method
CN112463880B (en) Block chain data storage method and related device
CN111400099A (en) Data re-reading method, device and equipment of flash memory and computer readable storage medium
CN112800735A (en) Construction method of data filling system
CN116993555A (en) Partition method, system and storage medium for identifying territory space planning key region
CN108052294B (en) Modification writing method and modification writing system of distributed storage system
CN110781101A (en) One-to-many mapping relation storage method and device, electronic equipment and medium
CN110569398A (en) data processing method and device, computer equipment and readable storage medium
Wiggins et al. Computing aspects of a large geographic information system for the European Community
CN107422987A (en) A kind of method and device of data storage in the nonvolatile memory
CN113076385B (en) Method for automatically acquiring power grid special area distribution map grade information
CN113094786A (en) Construction drawing structured organization method and device based on drawing POI

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