CN114491310A - Geographic information analysis method and system supporting multiple data sources - Google Patents
Geographic information analysis method and system supporting multiple data sources Download PDFInfo
- Publication number
- CN114491310A CN114491310A CN202210067519.6A CN202210067519A CN114491310A CN 114491310 A CN114491310 A CN 114491310A CN 202210067519 A CN202210067519 A CN 202210067519A CN 114491310 A CN114491310 A CN 114491310A
- Authority
- CN
- China
- Prior art keywords
- data
- geographic information
- service
- ogc
- request
- 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
Links
- 238000004458 analytical method Methods 0.000 title claims abstract description 26
- 238000000034 method Methods 0.000 claims abstract description 27
- 238000009877 rendering Methods 0.000 claims description 7
- 238000004590 computer program Methods 0.000 claims description 5
- 238000007405 data analysis Methods 0.000 claims description 3
- 230000010354 integration Effects 0.000 claims description 3
- 239000002609 medium Substances 0.000 description 9
- 230000006870 function Effects 0.000 description 4
- 238000010606 normalization Methods 0.000 description 4
- 230000005855 radiation Effects 0.000 description 4
- 238000012545 processing Methods 0.000 description 3
- 230000007547 defect Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 238000013523 data management Methods 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 230000001788 irregular Effects 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000012120 mounting media Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9537—Spatial or temporal dependent retrieval, e.g. spatiotemporal queries
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)
- Processing Or Creating Images (AREA)
Abstract
The invention discloses a geographic information analysis method and a geographic information analysis system supporting multiple data sources, wherein the method comprises the following steps: receiving an ogc service request by a Geoserver, storing meta-information of the ogc request, and previewing the ogc service by using the meta-information; acquiring space-time geographic information data required by the service from a data source according to the ogc service request; and carrying out information analysis according to the time-space geographic information data. The method and the system provided by the invention can support more common data sources in the market, and can support the release of vector data and the remote release of raster data.
Description
Technical Field
The invention belongs to the field of geographic information analysis, and particularly belongs to a geographic information analysis method and system supporting multiple data sources.
Background
The geographic information analysis system is a computer technology system which is used for providing various spatial and dynamic geographic information in a timely manner by adopting a geographic model analysis method on the basis of geographic spatial data, collecting, storing, analyzing and visually expressing various geographic spatial information and providing services for geographic research and geographic decision making.
The main function of the geographic information analysis system is to read different types of data from various data sources (local and remote), and then release the data to the layer formation service for visual display. The geographic information analysis system on the market at present mainly takes geoverer as a main part, but the geoverer has great defects: firstly, the data sources supported by the geoserver are few, and secondly, the data can only be read from the local when the raster data is issued by the system; when vector data are issued, only a few data sources such as cassandra/greenplus are supported, and the user-defined data sources are not supported.
In view of the above, the present invention is particularly proposed.
Disclosure of Invention
The invention aims to provide a geographic information analysis method supporting multiple data sources, which is based on the conventional Geoserver software, overcomes the inherent defect of the conventional software that the data sources are too few and only can support a plurality of extremely limited data sources, and with the help of the method provided by the invention, the Geoserver can support more common databases in the market as the data sources, and the method realizes the release of vector data and the remote release of raster data, which are not available in the prior art.
The second objective of the present invention is to provide a geographic information analysis system supporting multiple data sources, which is a system supporting the above method, and the system can be used to analyze the information of the spatio-temporal geographic data from multiple data sources conveniently and quickly.
In order to achieve the above purpose of the present invention, the following technical solutions are adopted:
the geographic information analysis method supporting multiple data sources comprises the following steps:
receiving an ogc service request by a Geoserver, storing meta-information of the ogc request, and previewing the ogc service by using the meta-information;
acquiring space-time geographic information data required by the service from a data source according to the ogc service request;
and carrying out information analysis according to the time-space geographic information data.
Preferably, the meta information includes: service type, data type, and data information.
The service types include: web map services wms, slice map Web services wmts, Web element services wfs, mvts, etc. The network map service wms is a service standard which is used by a background map server to provide GIS data and geographic information pictures through the Internet; the slice map Web service wmts is directed to a service providing customizable maps, which is a dynamic data or user-customized map method that provides static data (base maps) to enhance scalability; the network element service wfs can support a user to insert, update, delete, retrieve and discover the service for the geographic elements through HTTP in a distributed environment, the service can return corresponding element-level data according to HTTP client requests, provides transaction operations such as addition and deletion of the data and the like, and is further deep for Web map services.
The data types comprise vector data, slice data, raster data and the like, and the method has different data processing modes according to different data types.
The data information includes data such as a data set name of the data.
In the method, in order to ensure that the client and the geoserver can be better adapted, a resource acquisition interface of the geoserver is modified to adopt an open source interface of the ogc specification of geotools, so that the geoserver can be perfectly adapted with the client.
Preferably, the acquiring of the spatiotemporal geographic information data required for the service comprises the steps of:
the Geoserver accesses a server through a client;
the server side responds to a request from a client side and acquires the spatiotemporal geographic information data from the data source according to the request;
and the server side returns the spatio-temporal geographic information data to a client side, and the client side returns the spatio-temporal geographic information data to the Geoserver.
Preferably, the spatio-temporal geographic information data includes vector data, slice data, raster data, and the like, and if the spatio-temporal geographic information data is vector data, rendering of a layer is directly performed according to the vector data after the spatio-temporal geographic information data is acquired; and if the space-time geographic information data is raster data, after the space-time geographic information data is obtained, rendering layers after data backup is locally performed. The rendering effect of the layer is to make the layer more clear and vivid by means of splicing, adding effects and the like, so as to facilitate the subsequent data processing.
Preferably, in order to solve the problem of too few data sources supported by the conventional technology, the server side is configured with various adapters such as mysql adapter, redis adapter, greenplus adapter and minio adapter, and in this way, the server side can support commercially available databases such as mysql, redis, greenplus and minio as data sources.
Preferably, the method further comprises the following steps after acquiring the spatio-temporal geographic information data required by the service from the data source: and performing model integration on the spatio-temporal geographic information data to ensure that a uniform data structure is returned. Because the method can support a plurality of data sources for information analysis, a problem that data information is too disordered and the data structure is not unified due to too many data sources is newly generated, and after the data information is processed by the method, the disordered and irregular data can be converted into a unified data structure, so that the data management and the subsequent operation are facilitated.
The invention also discloses a geographic information analysis system supporting multiple data sources, which comprises:
a data receiving module: receiving an ogc service request, storing meta-information of the ogc request, and previewing the ogc service by using the meta-information;
a data acquisition module: acquiring space-time geographic information data required by the service from a data source according to the ogc service request;
a data analysis module: and carrying out information analysis according to the time-space geographic information data.
Preferably, the data obtaining module is a connector module, and the connector module includes a client and a server, where the client and the server are the client and the server described above.
Preferably, the data acquisition module is further provided with a cache module, the cache module is mainly set for some data used at high frequency, such as vector data, and the overall access efficiency can be improved by using the cache module.
Also disclosed is a computer-readable storage medium having a computer program stored thereon which, when executed, performs the steps of the above-described method.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the above method are implemented when the processor executes the program.
Compared with the prior art, the invention has the beneficial effects that:
(1) the method supports connection of various data sources, is compatible with connection protocols and grammars of the data sources, optimizes read-write operation of each data source, and can efficiently inquire data from the data sources or read data from the data sources.
(2) And the publishing of vector data and the remote publishing of raster data are supported.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic flow chart of a geographic information method according to an embodiment of the present invention;
FIG. 2 is a schematic view of a process for acquiring spatiotemporal geographic information data according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings and the detailed description, but those skilled in the art will understand that the following described embodiments are some, not all, of the embodiments of the present invention, and are only used for illustrating the present invention, and should not be construed as limiting the scope of the present invention. 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.
In order to more clearly illustrate the technical solution of the present invention, the following description is made in the form of specific embodiments.
Examples
Referring to fig. 1-2, the present embodiment provides a geographic information analysis method and system supporting multiple data sources, the method includes the following steps:
step S1-1, Geoserver receives the ogc service request, stores the meta-information of the ogc request, and previews the ogc service by using the meta-information;
step S1-2, acquiring spatio-temporal geographic information data required by the service from a data source according to the ogc service request;
and step S1-3, performing information analysis according to the spatio-temporal geographic information data.
Preferably, the meta information includes: service type, data type, and data information.
Preferably, the acquiring of the spatiotemporal geographic information data required for the service comprises the steps of:
step S2-1 is that the Geoserver accesses the server through the client;
step S2-2 is that the server side responds to a request from a client side and obtains the spatio-temporal geographic information data from the data source according to the request;
step S2-3 is that the server returns the spatio-temporal geographic information data to the client, and the client returns the spatio-temporal geographic information data to the Geoserver.
Preferably, the spatio-temporal geographic information data are vector data, and then rendering of the layer is directly performed according to the vector data after the spatio-temporal geographic information data are acquired; and if the space-time geographic information data is raster data, after the space-time geographic information data is acquired, rendering the image layer after data backup is locally performed.
Preferably, the server side is compatible with mysql, redis, greenplus and minio data sources by configuring mysql adapter, redis adapter, greenplus adapter and minio adapter.
Preferably, the method further comprises the following steps after acquiring the spatio-temporal geographic information data required by the service from the data source: and performing model integration on the spatio-temporal geographic information data to ensure that a uniform data structure is returned.
Preferably, this embodiment further provides a geographic information analysis system supporting multiple data sources, where the system includes:
a data receiving module: receiving an ogc service request, storing meta-information of the ogc request, and previewing the ogc service by using the meta-information;
a data acquisition module: acquiring space-time geographic information data required by the service from a data source according to the ogc service request;
a data analysis module: and performing information analysis according to the space-time geographic information data.
Preferably, the data acquisition module is a connector module, and the connector module includes a client and a server; the data acquisition module is provided with a cache module to improve the access efficiency.
Fig. 3 is a schematic structural diagram of a computer device disclosed by the invention. Referring to fig. 3, the computer apparatus includes: an input device 63, an output device 64, a memory 62 and a processor 61; the memory 62 for storing one or more programs; when executed by the one or more processors 61, cause the one or more processors 61 to implement a method of radiation normalization as provided in the embodiments above; wherein the input device 63, the output device 64, the memory 62 and the processor 61 may be connected by a bus or other means, as exemplified by the bus connection in fig. 3.
The memory 62 is a computer readable and writable storage medium, and can be used for storing software programs, computer executable programs, and program instructions corresponding to a radiation normalization method according to an embodiment of the present application; the memory 62 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the device, and the like; further, the memory 62 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device; in some examples, the memory 62 may further include memory located remotely from the processor 61, which may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 63 is operable to receive input numeric or character information and to generate key signal inputs relating to user settings and function control of the apparatus; the output device 64 may include a display device such as a display screen.
The processor 61 executes various functional applications of the device and data processing by executing software programs, instructions, and modules stored in the memory 62.
The computer device provided above can be used to execute the radiation normalization method provided in the above embodiments, and has corresponding functions and advantages.
Embodiments of the present application also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a method of radiation normalization as provided in the above embodiments, the storage medium being any of various types of memory devices or storage devices, the storage medium including: mounting media such as CD-ROM, floppy disk, or tape devices; computer system memory or random access memory such as DRAM, DDR RAM, SRAM, EDO RAM, Lanbas (Rambus) RAM, etc.; non-volatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc.; the storage medium may also include other types of memory or combinations thereof; in addition, the storage medium may be located in a first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network (such as the internet); the second computer system may provide program instructions to the first computer for execution. A storage medium includes two or more storage media that may reside in different locations, such as in different computer systems connected by a network. The storage medium may store program instructions (e.g., embodied as a computer program) that are executable by one or more processors.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.
Claims (10)
1. A geographic information analysis method supporting multiple data sources is characterized by comprising the following steps:
receiving an ogc service request by a Geoserver, storing meta-information of the ogc request, and previewing the ogc service by using the meta-information;
acquiring space-time geographic information data required by the service from a data source according to the ogc service request;
and carrying out information analysis according to the time-space geographic information data.
2. The method of claim 1, wherein the meta information comprises: service type, data type, and data information.
3. The method of claim 1, wherein obtaining spatiotemporal geographic information data required for a service comprises the steps of:
the Geoserver accesses a server through a client;
the server side responds to a request from a client side and acquires the spatiotemporal geographic information data from the data source according to the request;
and the server side returns the spatio-temporal geographic information data to a client side, and the client side returns the spatio-temporal geographic information data to the Geoserver.
4. The method according to claim 3, wherein the spatio-temporal geographic information data are vector data, and then rendering of the image layer is directly performed according to the vector data after the spatio-temporal geographic information data are acquired; and if the space-time geographic information data is raster data, after the space-time geographic information data is acquired, rendering the image layer after data backup is locally performed.
5. The method according to claim 3, wherein the server side is compatible with mysql, redis, greenplus and minio data sources by configuring mysql adapter, redis adapter, greenplus adapter and minio adapter.
6. The method of claim 1, further comprising the following steps after obtaining the spatio-temporal geographic information data required by the service from the data source: and performing model integration on the spatio-temporal geographic information data to ensure that a uniform data structure is returned.
7. A geographic information analysis system supporting multiple data sources, comprising any of the above claims 1-6, comprising:
a data receiving module: receiving an ogc service request, storing meta-information of the ogc request, and previewing the ogc service by using the meta-information;
a data acquisition module: acquiring space-time geographic information data required by the service from a data source according to the ogc service request;
a data analysis module: and carrying out information analysis according to the time-space geographic information data.
8. The system of claim 7, wherein the data acquisition module is a connector module, and the connector module comprises a client and a server; the data acquisition module is provided with a cache module to improve the access efficiency.
9. A computer-readable storage medium, on which a computer program is stored, characterized in that the program, when executed, carries out the steps of the method of any one of claims 1 to 6.
10. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1-6 are implemented when the program is executed by the processor.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210067519.6A CN114491310B (en) | 2022-01-20 | 2022-01-20 | Geographic information analysis method and system supporting multiple data sources |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210067519.6A CN114491310B (en) | 2022-01-20 | 2022-01-20 | Geographic information analysis method and system supporting multiple data sources |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114491310A true CN114491310A (en) | 2022-05-13 |
CN114491310B CN114491310B (en) | 2023-03-24 |
Family
ID=81471676
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210067519.6A Active CN114491310B (en) | 2022-01-20 | 2022-01-20 | Geographic information analysis method and system supporting multiple data sources |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114491310B (en) |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1338403A (en) * | 2000-08-17 | 2002-03-06 | 广东粤京安移动资讯有限公司 | Public service system with GSM nevigation and location and network browse method |
US20060242111A1 (en) * | 2005-04-25 | 2006-10-26 | Carbon Project Incorporated | Methods and apparatus for accessing geospatial information |
CN101706809A (en) * | 2009-11-17 | 2010-05-12 | 北京灵图软件技术有限公司 | Method, device and system for processing multi-source map data |
CN101826185A (en) * | 2010-05-20 | 2010-09-08 | 中国农业大学 | WebGIS irrigation area management method of shared data and realization system thereof |
CN101917473A (en) * | 2010-08-13 | 2010-12-15 | 四川长虹电器股份有限公司 | Call information management system and method based on map |
CN105069118A (en) * | 2015-08-11 | 2015-11-18 | 北京思特奇信息技术股份有限公司 | GIS configuration-based application scene management method and system |
CN106557510A (en) * | 2015-09-29 | 2017-04-05 | 镇江雅迅软件有限责任公司 | A kind of implementation method of geographic information services delivery system |
CN106953906A (en) * | 2017-03-15 | 2017-07-14 | 北京天创金农科技有限公司 | A kind of system and method for deployment server |
CN110119266A (en) * | 2019-04-30 | 2019-08-13 | 航天恒星科技有限公司 | A kind of WebGIS applicating developing technology frame based on OpenLayers |
CN111010418A (en) * | 2019-10-25 | 2020-04-14 | 深圳市普天宜通技术股份有限公司 | Geoserver data acquisition method, terminal and storage medium |
CN111858796A (en) * | 2020-06-22 | 2020-10-30 | 北京百度网讯科技有限公司 | Geographic information system engine system, implementation method, device and storage medium |
-
2022
- 2022-01-20 CN CN202210067519.6A patent/CN114491310B/en active Active
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1338403A (en) * | 2000-08-17 | 2002-03-06 | 广东粤京安移动资讯有限公司 | Public service system with GSM nevigation and location and network browse method |
US20060242111A1 (en) * | 2005-04-25 | 2006-10-26 | Carbon Project Incorporated | Methods and apparatus for accessing geospatial information |
CN101706809A (en) * | 2009-11-17 | 2010-05-12 | 北京灵图软件技术有限公司 | Method, device and system for processing multi-source map data |
CN101826185A (en) * | 2010-05-20 | 2010-09-08 | 中国农业大学 | WebGIS irrigation area management method of shared data and realization system thereof |
CN101917473A (en) * | 2010-08-13 | 2010-12-15 | 四川长虹电器股份有限公司 | Call information management system and method based on map |
CN105069118A (en) * | 2015-08-11 | 2015-11-18 | 北京思特奇信息技术股份有限公司 | GIS configuration-based application scene management method and system |
CN106557510A (en) * | 2015-09-29 | 2017-04-05 | 镇江雅迅软件有限责任公司 | A kind of implementation method of geographic information services delivery system |
CN106953906A (en) * | 2017-03-15 | 2017-07-14 | 北京天创金农科技有限公司 | A kind of system and method for deployment server |
CN110119266A (en) * | 2019-04-30 | 2019-08-13 | 航天恒星科技有限公司 | A kind of WebGIS applicating developing technology frame based on OpenLayers |
CN111010418A (en) * | 2019-10-25 | 2020-04-14 | 深圳市普天宜通技术股份有限公司 | Geoserver data acquisition method, terminal and storage medium |
CN111858796A (en) * | 2020-06-22 | 2020-10-30 | 北京百度网讯科技有限公司 | Geographic information system engine system, implementation method, device and storage medium |
US20210397632A1 (en) * | 2020-06-22 | 2021-12-23 | Beijing Baidu Netcom Science And Technology Co., Ltd. | Geographic information system engine system, implementation method, device and storage medium thereof |
Also Published As
Publication number | Publication date |
---|---|
CN114491310B (en) | 2023-03-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110147398B (en) | Data processing method, device, medium and electronic equipment | |
CN109997126B (en) | Event driven extraction, transformation, and loading (ETL) processing | |
CN103279526B (en) | A kind of WebGIS three-dimensional moon system based on ActiveX and implementation method | |
US8555018B1 (en) | Techniques for storing data | |
US9367574B2 (en) | Efficient query processing in columnar databases using bloom filters | |
US8819078B2 (en) | Event processing for graph-structured data | |
CN110399441B (en) | Mass point data aggregation rendering method, device, equipment and storage medium | |
CN108536778B (en) | Data application sharing platform and method | |
CN110119266A (en) | A kind of WebGIS applicating developing technology frame based on OpenLayers | |
US20160088077A1 (en) | Seamless binary object and metadata sync | |
CN112433921A (en) | Method and apparatus for dynamic point burying | |
Deibe et al. | Big data storage technologies: a case study for web-based LiDAR visualization | |
CN110543507A (en) | heterogeneous data access method and device | |
US9256641B1 (en) | Dynamic optimization of data aggregation | |
CN102789458B (en) | A kind of image file disposal route and system | |
US20190266175A1 (en) | Decentralized image management | |
US11354304B1 (en) | Stored procedures for incremental updates to internal tables for materialized views | |
CN114491310B (en) | Geographic information analysis method and system supporting multiple data sources | |
US9164922B2 (en) | Technique for passive cache compaction using a least recently used cache algorithm | |
US10963479B1 (en) | Hosting version controlled extract, transform, load (ETL) code | |
Huang et al. | LOST-Tree: a spatio-temporal structure for efficient sensor data loading in a sensor web browser | |
US11757703B1 (en) | Access requests processing and failover handling across multiple fault tolerance zones | |
CN116820874A (en) | Enterprise-level big data component and method for monitoring and alarming application | |
JP7626556B2 (en) | Contiguous data storage in systems with limited storage capabilities | |
CN107894942B (en) | Method and device for monitoring data table access amount |
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 |