CN117216174A - Situation center space management method and device based on MySQL8 - Google Patents

Situation center space management method and device based on MySQL8 Download PDF

Info

Publication number
CN117216174A
CN117216174A CN202311049221.3A CN202311049221A CN117216174A CN 117216174 A CN117216174 A CN 117216174A CN 202311049221 A CN202311049221 A CN 202311049221A CN 117216174 A CN117216174 A CN 117216174A
Authority
CN
China
Prior art keywords
data
mysql8
management method
space management
geospatial
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
Application number
CN202311049221.3A
Other languages
Chinese (zh)
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.)
Shandong Langchao New Infrastructure Technology Co ltd
Original Assignee
Shandong Langchao New Infrastructure Technology Co ltd
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 Shandong Langchao New Infrastructure Technology Co ltd filed Critical Shandong Langchao New Infrastructure Technology Co ltd
Priority to CN202311049221.3A priority Critical patent/CN117216174A/en
Publication of CN117216174A publication Critical patent/CN117216174A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention relates to the field of situation center business, and particularly provides a situation center space management method and device based on MySQL8, wherein the method comprises the following steps: s1, data storage; s2, map visualization; s3, data query; s4, space analysis; s5, spatial relationship; s6, spatial index; s7, geoJSON support. Compared with the prior art, the invention utilizes the MySQL8 database space processing technology to realize the functions of space coordinate data conversion storage, map visual display, space data query, space data analysis, space data relation analysis and GeoJSON data processing. Through MySQL8 space data processing technology, the system can be light, small and easy to handle, is low in cost and improves the competitiveness of products.

Description

Situation center space management method and device based on MySQL8
Technical Field
The invention relates to the field of situation center business, and particularly provides a situation center space management method and device based on MySQL 8.
Background
In the field of situation centers, conventional methods for dealing with spatial data processing and implementing various functions often introduce complex third party middleware, such as: postGIS improves the complexity of the system greatly, and simultaneously improves the learning cost of personnel and the operation and maintenance cost of the system.
Based on the above, how to solve the problems is a concern for those skilled in the art.
Disclosure of Invention
Aiming at the defects of the prior art, the invention provides a situation center space management method with strong practicability based on MySQL 8.
The invention further aims to provide a MySQL 8-based situation center space management device which is reasonable in design, safe and applicable.
The technical scheme adopted for solving the technical problems is as follows:
a situation center space management method based on MySQL8 comprises the following steps:
s1, data storage;
s2, map visualization;
s3, data query;
s4, space analysis;
s5, spatial relationship;
s6, spatial index;
s7, geoJSON support.
Further, in step S1, the user is allowed to store the geospatial data in the MySQL8 database, where the geospatial data is a geometric object, and the geospatial data is stored through MySQL8 supporting data types, and the user imports the geospatial data into the database through an interface or API.
Further, in step S2, the geospatial data stored in the database is visually displayed in a map form, and the user views the position, shape and attribute information of different geographic elements on the map, so as to learn the geospatial information in real time.
Further, in step S3, the user queries geospatial data through an interface or API, and the system provides a spatial function for the query;
the user queries for data within a particular geographic region, or for data related to a specified geometric object, as desired.
Further, in step S4, when analyzing the geospatial data, the user uses a spatial function to analyze the geometric object.
Further, in step S5, the relationship between the geospatial data is checked, and the user determines whether a point is within a specified polygon area or searches for a polygon intersecting a certain line through a spatial function.
Further in step S6, a spatial index is created for the column storing the geospatial data, and the target data is located in time when the geospatial data query is performed.
Further, in step S7, data import and export in the GeoJSON format are performed, and the user imports geospatial information into the system by importing the GeoJSON data, exports the query result in the GeoJSON format, and interacts with other GIS applications.
A MySQL 8-based situational center space management apparatus comprising: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
the at least one processor is configured to invoke the machine-readable program to perform a MySQL 8-based situational centric space management method.
Compared with the prior art, the situation center space management method and device based on MySQL8 have the following outstanding beneficial effects:
the invention utilizes the MySQL8 database space processing technology to realize the functions of space coordinate data conversion storage, map visual display, space data inquiry, space data analysis, space data relation analysis and GeoJSON data processing. Through MySQL8 space data processing technology, the system can be light, small and easy to handle, is low in cost and improves the competitiveness of products.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow diagram of a situation center space management method based on MySQL 8.
Detailed Description
In order to provide a better understanding of the aspects of the present invention, the present invention will be described in further detail with reference to specific embodiments. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
A preferred embodiment is given below:
as shown in FIG. 1, the situation center space management method based on MySQL8 provided by the invention comprises the following steps:
s1, data storage;
allowing the user to store the geospatial data in the MySQL8 database. Geospatial data may be geometric objects such as points, lines, planes, etc., which are stored by geometric data types supported by MySQL8, such as Point, lineString, polygon, etc. The user may import the geospatial data into the database through an interface or API.
S2, map visualization;
and visually displaying the geographic space data stored in the database in a map form. The user can view the position, shape and attribute information of different geographic elements on the map, and know the geographic space information in real time.
S3, data query;
a user may query geospatial data through an interface or API, providing rich spatial functions for queries, such as range queries, distance queries, intersection queries, and the like. The user may query data within a particular geographic area, or find data related to a specified geometric object, as desired.
S4, space analysis;
in analyzing geospatial data, a user may use spatial functions to analyze geometric objects, such as calculating the area, length, intersection, etc. of geometric objects. This facilitates in-depth understanding and analysis of the geospatial data.
S5, spatial relationship;
the relationship between the geospatial data is checked. For example, the user can determine whether a point is within a specified polygon area or find a polygon intersecting a certain line, or the like through a spatial function.
S6, spatial index;
to speed up query efficiency, a spatial index is created for columns storing geospatial data. Thus, when the geospatial data query is performed, the target data can be positioned more quickly, and the query performance is improved.
S7, geoJSON support;
the system supports data import and export in the GeoJSON format. The user can import the geospatial information into the system by importing the GeoJSON data, and can export the query result in a GeoJSON format, so that interaction with other GIS applications is facilitated.
Based on the above method, in this embodiment, a situation center space management device based on MySQL8 includes: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
the at least one processor is configured to invoke the machine-readable program to perform a MySQL 8-based situational centric space management method.
The above-mentioned specific embodiments are merely specific examples of the present invention, and the scope of the present invention is not limited to the specific embodiments, and any suitable changes or substitutions made by those skilled in the art, which conform to the technical solutions described in the claims of the present invention, should fall within the scope of the present invention.
Although embodiments of the present invention have been shown and described, it will be understood by those skilled in the art that various changes, modifications, substitutions and alterations can be made therein without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (9)

1. A situation center space management method based on MySQL8 is characterized by comprising the following steps:
s1, data storage;
s2, map visualization;
s3, data query;
s4, space analysis;
s5, spatial relationship;
s6, spatial index;
s7, geoJSON support.
2. The MySQL 8-based situation center space management method according to claim 1, wherein in step S1, the user is allowed to store geospatial data in a MySQL8 database, the geospatial data is a geometric object, the data type is supported by MySQL8 for storage, and the user imports the geospatial data into the database through an interface or API.
3. The situation center space management method based on MySQL8 according to claim 2, wherein in step S2, the geospatial data stored in the database is visually displayed in a map form, and the user views the position, shape and attribute information of different geographic elements on the map, so as to learn the geospatial information in real time.
4. A method of managing a space in a situation center based on MySQL8 according to claim 3, wherein in step S3, the user performs a query of geospatial data through an interface or API, and the system provides a space function for the query;
the user queries for data within a particular geographic region, or for data related to a specified geometric object, as desired.
5. The MySQL 8-based situation centric space management method according to claim 4, wherein in the step S4, the user uses a spatial function to analyze the geometric object when analyzing the geospatial data.
6. The MySQL 8-based situation center space management method according to claim 5, wherein in step S5, the relationship between geospatial data is checked, and the user determines whether a point is within a specified polygon area or searches for a polygon intersecting a certain line by a spatial function.
7. The MySQL 8-based posture center space management method of claim 5, wherein in step S6, a spatial index is created for a column storing geospatial data, and the target data is located in time when the geospatial data query is performed.
8. The MySQL 8-based situation center space management method according to claim 7, wherein in step S7, data import and export in GeoJSON format are performed, the user imports geospatial information into the system by importing GeoJSON data, exports the query result in GeoJSON format, and interacts with other GIS applications.
9. A MySQL 8-based situational center space management apparatus, comprising: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
the at least one processor being configured to invoke the machine readable program to perform the method of any of claims 1 to 8.
CN202311049221.3A 2023-08-21 2023-08-21 Situation center space management method and device based on MySQL8 Pending CN117216174A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311049221.3A CN117216174A (en) 2023-08-21 2023-08-21 Situation center space management method and device based on MySQL8

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311049221.3A CN117216174A (en) 2023-08-21 2023-08-21 Situation center space management method and device based on MySQL8

Publications (1)

Publication Number Publication Date
CN117216174A true CN117216174A (en) 2023-12-12

Family

ID=89041507

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311049221.3A Pending CN117216174A (en) 2023-08-21 2023-08-21 Situation center space management method and device based on MySQL8

Country Status (1)

Country Link
CN (1) CN117216174A (en)

Similar Documents

Publication Publication Date Title
CN105046328A (en) Three-dimensional visual bridge disease information collection management system and three-dimensional visual bridge disease information collection management method
WO2015060893A1 (en) Systems and methods for interest-driven data visualization systems utilizing visualization image data and trellised visualizations
EP2570947A1 (en) Fastener model representation device and method for use in fastener-aided design system
CN112650782B (en) Big data geographic information visualization method, system and storage medium
CN110909986A (en) Suspected actual controller risk identification method and system based on knowledge graph
CN103699615B (en) A kind of quick cartographic representation method and system based on point vector data multilayered memory
CN111339236B (en) Construction method and device for multi-source space database of power transmission line corridor
CN112256790A (en) WebGL-based three-dimensional visualization display system and data visualization method
CN112633822B (en) Asset management method based on digital twin technology, storage medium and mobile terminal
US20230267660A1 (en) Generating simplified map shapes
KR20160017016A (en) Apparatus, method and computer readable recording medium of clustering data for displaying the information based on a lacation
KR20140055663A (en) Apparatus, method and computer readable recording medium of clustering data for displaying the information based on a lacation
US20170249073A1 (en) Systems, devices, and methods for dynamic virtual data analysis
US20140164964A1 (en) Customizable data visualization
CN107341221B (en) Index structure establishing and associated retrieving method, device, equipment and storage medium
CN117216174A (en) Situation center space management method and device based on MySQL8
CN115344576A (en) Data space query method and device, electronic equipment and storage medium
US11537622B2 (en) K-nearest neighbour spatial queries on a spatial database
CN114003680A (en) Data preprocessing method suitable for spatial superposition analysis
CN114138925A (en) Location point belonging area retrieval method, device, electronic equipment, medium and product
CN112836472A (en) Address annotation method, device, equipment and storage medium
CN113658033B (en) GPU method for calculating internal point set of given region
US20220282992A1 (en) Method and apparatus for generating electronic map, electronic device and storage medium
AU2013101079A4 (en) Data visualization system and method
US20170046055A1 (en) Data visualization in a tile-based graphical user interface

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