CN112084184B - Method for transmitting heterogeneous data attributes between different GIS platforms - Google Patents

Method for transmitting heterogeneous data attributes between different GIS platforms Download PDF

Info

Publication number
CN112084184B
CN112084184B CN202010965637.XA CN202010965637A CN112084184B CN 112084184 B CN112084184 B CN 112084184B CN 202010965637 A CN202010965637 A CN 202010965637A CN 112084184 B CN112084184 B CN 112084184B
Authority
CN
China
Prior art keywords
data
shp
coordinate
minimum
dwg
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
CN202010965637.XA
Other languages
Chinese (zh)
Other versions
CN112084184A (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.)
Qinghai Geological Mapping Geographic Information Institute
Original Assignee
Qinghai Geological Mapping Geographic Information Institute
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 Qinghai Geological Mapping Geographic Information Institute filed Critical Qinghai Geological Mapping Geographic Information Institute
Priority to CN202010965637.XA priority Critical patent/CN112084184B/en
Publication of CN112084184A publication Critical patent/CN112084184A/en
Application granted granted Critical
Publication of CN112084184B publication Critical patent/CN112084184B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Remote Sensing (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention relates to the technical field of heterogeneous data processing, in particular to a method for transmitting heterogeneous data attributes between different GIS platforms, which directly transmits spatial attribute data with different formats by matching data with the same spatial positions with different formats in data exchange with different formats, and comprises the following steps: reading each primitive (information such as a right researcher, a real property unit number, a house building year, a house property category and the like) in the SHP file, inquiring the corresponding primitive in the DWG file, then transmitting the information in the SHP to the DWG file with the same spatial position, and traversing all the graphs. The method of the invention can realize the transmission of data attributes without converting data formats between different GIS platforms and directly carrying out spatial position matching, only extracts useful information and improves the efficiency and quality.

Description

Method for transmitting heterogeneous data attributes between different GIS platforms
Technical Field
The invention relates to the technical field of heterogeneous data processing, in particular to a method for transmitting heterogeneous data attributes between different GIS platforms.
Background
In recent years, the Geographic Information (GIS) industry has been rapidly developed, and particularly, with the development of industry upgrading and new construction, the geographic information technology is applied to almost all industries. The soul of the geographic information is 'data', and with the rapid development of data acquisition means, massive geographic information data is generated. The method has the advantages that useful information in data is mined, economic society is better served, and the method is a problem which needs to be continuously solved by industrial workers. The attribute transfer between the spatial data in different formats has strong practical significance.
In the field of Geographic Information (GIS), the existing data production platform has foreign software and domestic software, each software has own characteristics, and has bias analysis (such as ArcGis) and bias symbolization (such as CAD). In specific application, because a large amount of spatial and attribute data are owned in the Geographic Information (GIS) field, the data come from different fields and different production software (platforms), formats need to be converted between different platforms, but the situations of data loss, incomplete attributes and the like occur in the conversion process, the efficiency is low, and a large amount of manual intervention is needed.
Disclosure of Invention
In order to solve the problems, the invention provides a method for transmitting heterogeneous data attributes among different GIS platforms, which can realize lossless transmission of the data attributes through simple matching of spatial positions.
In order to achieve the purpose, the invention adopts the technical scheme that:
a method for transmitting heterogeneous data attributes between different GIS platforms directly transmits spatial attribute data of different formats by matching data with the same spatial position of different formats in data exchange of different formats, comprising the following steps:
reading each primitive (information such as a right researcher, a real property unit number, a house building year, a house property category and the like) in the SHP file, inquiring the corresponding primitive in the DWG file, then transmitting the information in the SHP to the DWG file with the same spatial position, and traversing all the graphs.
Further, the method specifically comprises the following steps:
calculating the minimum X coordinate and the minimum Y coordinate of the graphic primitive in the SHP format data, and expressing the minimum X coordinate and the minimum Y coordinate by 'SHP | Minx and Miny';
calculating the minimum X coordinate and the minimum Y coordinate one by one in the graphics primitives of the DWG format data, and expressing the minimum X coordinate and the minimum Y coordinate by 'DWG | Minx, miny';
when SHP | Minx, miny = DWG | Minx, miny, a primitive which is the same in spatial position can be determined, and then information of a right person, a real estate unit number, a house building age, house property category and the like in the SHP data is transmitted to a corresponding DWG format primitive;
and editing the DWG format data which is subjected to SHP data transmission into a drawing which meets the requirement.
The invention has the following beneficial effects:
between different GIS platforms, the data format is not required to be converted, the spatial position matching is directly carried out, the transmission of the data attribute can be realized, only useful information is extracted, and the efficiency and the quality are improved.
Detailed Description
The present invention will be described in detail with reference to specific examples. The following examples will assist those skilled in the art in further understanding the invention, but are not intended to limit the invention in any way. It should be noted that variations and modifications can be made by persons skilled in the art without departing from the spirit of the invention. All falling within the scope of the present invention.
Example 1
The existing SHP format data and DWG format data are all real estate registration basic picture data of rural home bases in the same region and comprise a plurality of land parcel and houses. The SHP file contains information such as the right holder, the real estate unit number, the housing construction year, the housing property category and the like, and the DWG file only has vector graphics data. When the real estate registration parcel map and the real estate map are generated, information such as a right of interest person, a real estate unit number, a house established year, a house property category, and the like needs to be marked, but the information is stored in the SHP format data, and therefore the information in the SHP is transferred to a corresponding DWG file. According to the actual situation, the final drawing needs a DWG format, is required to be beautiful and tidy and meets drawing specifications.
A method for transmitting heterogeneous data attributes between different GIS platforms comprises the following steps:
calculating the minimum X coordinate and the minimum Y coordinate of the graphic elements in the SHP format data, and expressing the minimum X coordinate and the minimum Y coordinate by using 'SHP | Minx, miny';
calculating the minimum X coordinate and the minimum Y coordinate one by one in the graphics primitives of the DWG format data, and expressing the minimum X coordinate and the minimum Y coordinate by 'DWG | Minx, miny';
when SHP | Minx, miny = DWG | Minx, miny, a primitive which is the same in spatial position can be determined, and then information of a right person, a real estate unit number, a house building age, house property category and the like in the SHP data is transmitted to a corresponding DWG format primitive;
and editing the DWG format data which is subjected to SHP data transmission into a drawing which meets the requirement.
The method passes verification in about twenty thousand home-based drawing programs, and no position determination errors or attribute transmission errors are found. The method is related to the characteristics of the graph, and if other conditions are met, the maximum coordinate comparison of the graphic elements can also be used as a limiting condition so as to improve the accuracy. For example, in the confirmation project of the cultivated land in the counties, the counties and the counties which are mutually assisted by the Qinghai province, the problem of multi-data attribute transmission also exists, but the space graph is relatively complex, and the accuracy rate is 100% through verification processing of more than ten million plots by taking the maximum coordinate comparison of the primitives as the limiting condition.
The foregoing description of specific embodiments of the present invention has been presented. It is to be understood that the present invention is not limited to the specific embodiments described above, and that various changes or modifications may be made by one skilled in the art within the scope of the appended claims without departing from the spirit of the invention. The embodiments and features of the embodiments of the present application may be combined with each other arbitrarily without conflict.

Claims (2)

1. A method for transmitting heterogeneous data attributes between different GIS platforms is characterized in that: in the data exchange of different formats, the spatial attribute data of different formats are directly transmitted by matching the data with the same spatial position of different formats; the method specifically comprises the following steps:
calculating the minimum X coordinate and the minimum Y coordinate of the graphic primitive in the SHP format data, and expressing the minimum X coordinate and the minimum Y coordinate by 'SHP | Minx and Miny';
calculating the minimum X coordinate and the minimum Y coordinate one by one in the graphics primitives of the DWG format data, and expressing the minimum X coordinate and the minimum Y coordinate by 'DWG | Minx, miny';
when SHP | Minx, miny = DWG | Minx, miny, a primitive which is the same on the spatial position can be judged, and then the information of the authorized person, the real estate unit number, the house building age and the house property in the SHP data is transmitted to the corresponding DWG format primitive;
and editing the DWG format data which is subjected to SHP data transmission into a drawing which meets the requirement.
2. The method of claim 1, wherein the heterogeneous data attribute transfer between different GIS platforms is performed by: the method comprises the following steps:
reading each primitive in the SHP file, inquiring the corresponding primitive in the DWG file, then transmitting the information in the SHP to the DWG file with the same spatial position, and traversing all the primitives.
CN202010965637.XA 2020-09-15 2020-09-15 Method for transmitting heterogeneous data attributes between different GIS platforms Active CN112084184B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010965637.XA CN112084184B (en) 2020-09-15 2020-09-15 Method for transmitting heterogeneous data attributes between different GIS platforms

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010965637.XA CN112084184B (en) 2020-09-15 2020-09-15 Method for transmitting heterogeneous data attributes between different GIS platforms

Publications (2)

Publication Number Publication Date
CN112084184A CN112084184A (en) 2020-12-15
CN112084184B true CN112084184B (en) 2022-12-16

Family

ID=73737063

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010965637.XA Active CN112084184B (en) 2020-09-15 2020-09-15 Method for transmitting heterogeneous data attributes between different GIS platforms

Country Status (1)

Country Link
CN (1) CN112084184B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103927419A (en) * 2014-04-18 2014-07-16 山东泰华电讯有限责任公司 Data processing method and system for CAD urban pipeline as-built drawing based on ArcGIS platform
CN104010501A (en) * 2011-08-03 2014-08-27 萧崇玮 Agpnistis of SRC homology-2 containing protein tyrosine phosphatase-1 and treatment methods using the same
CN105512235A (en) * 2015-11-30 2016-04-20 中国地质大学(武汉) GIS and AutoCAD data exchange method and intermediate file
CN106294572A (en) * 2016-07-28 2017-01-04 北京工业大学 A kind of elevation map rapid generation based on AutoCAD data source and ArcGIS instrument
CN111611306A (en) * 2020-05-27 2020-09-01 洛阳鸿业迪普信息技术有限公司 Method and system for converting space data into dwg data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090013286A1 (en) * 2005-07-08 2009-01-08 Jiunn-Sheng Yan Method and Apparatus for Authoring and Storing Media Objects in Optical Storage Medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104010501A (en) * 2011-08-03 2014-08-27 萧崇玮 Agpnistis of SRC homology-2 containing protein tyrosine phosphatase-1 and treatment methods using the same
CN103927419A (en) * 2014-04-18 2014-07-16 山东泰华电讯有限责任公司 Data processing method and system for CAD urban pipeline as-built drawing based on ArcGIS platform
CN105512235A (en) * 2015-11-30 2016-04-20 中国地质大学(武汉) GIS and AutoCAD data exchange method and intermediate file
CN106294572A (en) * 2016-07-28 2017-01-04 北京工业大学 A kind of elevation map rapid generation based on AutoCAD data source and ArcGIS instrument
CN111611306A (en) * 2020-05-27 2020-09-01 洛阳鸿业迪普信息技术有限公司 Method and system for converting space data into dwg data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Data conversion between CAD and GIS in land planning;Linyan He 等;《2011 19th International Conference on Geoinformatics》;20110812;第1-2页 *
DWG与SHP数据格式互转换方法研究――以龙岩规划测绘数据为例;李伙友等;《集美大学学报(自然科学版)》;20150125(第01期);第80-84页 *

Also Published As

Publication number Publication date
CN112084184A (en) 2020-12-15

Similar Documents

Publication Publication Date Title
CN102568038B (en) Method for translating dimensions on two-dimensional engineering drawing to three-dimensional CAD (computer aided design) model
CN107665122B (en) Automatic updating method of civil engineering BIM (building information modeling)
CN102800052B (en) Semi-automatic digital method of non-standard map
CN106789898B (en) Remote data transmission terminal, system and coding and decoding method thereof
CN107247822A (en) One kind makes the light-weighted method of BIM models
CN108446396B (en) Power data processing method based on improved CIM model
AU2020103716A4 (en) Training method and device of automatic identification device of pointer instrument with numbers in natural scene
CN112819080B (en) High-precision universal three-dimensional point cloud identification method
CN111598942A (en) Method and system for automatically positioning electric power facility instrument
CN103744661A (en) Multi-sensor data integration processing method and system of minimum altitude unmanned aerial vehicle
CN101968895A (en) Two-dimensional image conversion system and method
CN111339599B (en) Conversion method from BIM model to GIS model
CN111028119A (en) Real estate data integration method based on GIS
CN112836278A (en) Intelligent factory multi-source data fusion method and device based on BIM
CN112084184B (en) Method for transmitting heterogeneous data attributes between different GIS platforms
CN112132875A (en) Multi-platform point cloud matching method based on surface features
CN113034511A (en) Rural building identification algorithm based on high-resolution remote sensing image and deep learning
CN103065343B (en) A kind of vector map standard conversion method based on Spatial Data Model
CN110688439A (en) Method for automatically identifying and analyzing enterprise information based on regional geocoding
CN109509234B (en) Urban building group high-definition grid map vectorization-based method
CN111753344B (en) Method for generating assembly type component data set, CAD platform and storage medium
CN115479607A (en) Indoor positioning method and system for intelligent electric field
CN113916244A (en) Method and device for setting inspection position, electronic equipment and readable storage medium
CN117218299B (en) Data-driven three-dimensional area iceberg thermodynamic diagram processing method and system
CN109634507A (en) It is a kind of can touch-control electronic map control method and device

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