WO2020130787A1 - A global positioning system data format conversion method and system thereof - Google Patents

A global positioning system data format conversion method and system thereof Download PDF

Info

Publication number
WO2020130787A1
WO2020130787A1 PCT/MY2019/050109 MY2019050109W WO2020130787A1 WO 2020130787 A1 WO2020130787 A1 WO 2020130787A1 MY 2019050109 W MY2019050109 W MY 2019050109W WO 2020130787 A1 WO2020130787 A1 WO 2020130787A1
Authority
WO
WIPO (PCT)
Prior art keywords
format
data
decimal
retrieved data
degree
Prior art date
Application number
PCT/MY2019/050109
Other languages
French (fr)
Inventor
Boon Keong SEAH
Wan Zawawi BIN MD ZIN
Manivannan A/L RAJU
Norhidayatun Najwa BINTI RAMNA
Original Assignee
Mimos Berhad
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 Mimos Berhad filed Critical Mimos Berhad
Publication of WO2020130787A1 publication Critical patent/WO2020130787A1/en

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/29Geographical information databases

Definitions

  • This invention relates to a data format conversion, and more particularly to a method and system for automatically converting global positioning system coordinate data represented in multiple formats into a decimal degree format.
  • mapping and location data related services store their global positioning system (GPS) coordinates data in any format such as degrees, minutes and seconds format, decimals and minutes format or in any other format known in the art.
  • GPS global positioning system
  • GPS coordinates data In order to present the GPS coordinates data, existing software such as ArcGIS, leaflet, and Google Maps use longitude and latitude to represent the GPS coordinates data on a map.
  • existing software such as ArcGIS, leaflet, and Google Maps use longitude and latitude to represent the GPS coordinates data on a map.
  • the GPS coordinate data stored in a data source can be stored in various formats, manual effort is required to determine the type of formal used by the GPS coordinate data. From the determined format, the GPS coordinate data has to be converted into a readable fonn by the application litis is also a tedious process especially when there are many GPS coordinate data points for locations that contain various types of information, the developer has to manually determine the format of the GPS coordinate data and then determine which set of conversion rules are required.
  • the Korean granted patent number K.R 10I320023B1 discloses a GPS/GLONASS (Global Navigation Satellite System) data receiving part receives integrated GPS/GLONASS data through a GPS/GLONASS transmission/reception module which wirelessly transmits/reeeives data to/from GPS satellites and GLONASS satellites.
  • a data conversion part converts the received integrated GPS/GLONASS data into data complying with a GPS format.
  • a GPS data transmission part provides the GPS format data converted at the data conversion part to a GPS device.
  • a United States Patent for application number US20150355335 A 1 discloses a system and method to decompress the GPS data, the method includes steps, obtain a relative latitude value and a relative longitude value. Then, shift each of the relative latitude and relative longitude values by a plurality of bits. Next, truncate the shifted relative latitude and relative longitude values by a predetermined amount. Then, generate a compressed data comprising the truncated relative latitude and relative longitude values, and incorporate the compressed data in a set of relative GPS positions associated with an initial GPS position to be sent in a GPS update packet.
  • the present invention provides a computer implemented method for use in a geographical positioning system to convert coordinate data of any format type into a decimal degree format, the method comprises tiite steps to: retrieve, by a data retrieval module, the coordinate data from a data source, characterised by the step to process the retrieved data comprises the steps: identify, by a format identification module, the format of the retrieved data, by reading a character sequence of the retrieved data; determine, by a data format conversion module, conversion rules required for the identified format; apply, by the data format conversion module, the determined conversion rules on the retrieved data for converting the identified format of the retrieved data into the decimal degree format; and store, in a knowledge database, the converted data.
  • the steps to convert the Identified format of the retrieved data into decimal degree format includes: calculate decimal values for minutes or seconds in the identified format, whereby the identified format of the retrieved data is represented in degrees, minutes and seconds format or in degree and decimal minutes format; and compute a sum of the calculated decimal values and a degree value in the identified format to determine decimal degree value for the retrieved data.
  • the steps to identify the format type of the retrieved data includes: compare whether the character sequence of the retrieved data matches with the character sequence of the decimal degree format to be stored in the knowledge database.
  • the steps to identify die format type of the retrieved data by the format identification module further include: compare whether sequence of a column name in the retrieved data matches with the sequence of the column name of the decimal degree format to be stored in the knowledge database.
  • the method further includes the steps to load the conversion rules from the knowledge database by the data format conversion module, if the column name of the retrieved data matches with the column name of the decimal degree format to be stored in the knowledge database.
  • the present invention also provides a system for use in a geographical positioning system to convert coordinate data of any format type into a decimal degree format
  • the system comprises a data retrieval module configured to retrieve the coordinate data from a data source, characterised in that, the system further comprises: a format identification module configured to identify the format of the retrieved data, by reeling a character sequence of the retrieved data; a data format conversion module configured to determine conversion rules required for the identified formal and to apply the determined conversion rules on the retrieved data for converting the identified formal of the retrieved data into the decimal degree format; and a knowledge database configured to store the converted data.
  • the data format conversion module is configured to calculate decimal values for minutes or seconds in the identified format, whereby the identified format of the retrieved data is represented in degrees, minutes and seconds format or in degree and decimal minutes format; and compute a sum of the calculated decimal values and a degree value in the identified format to determine decimal degree value for the retrieved data.
  • the format identification module is further configured to compare whether the character sequence of the retrieved data matches with the character sequence of the decimal degree format to be stored in the knowledge database.
  • the format identification module is further configured to compare whether sequence of a column name in the retrieved data matches with the sequence of the column name of the decimal degree format to be stored in the knowledge database.
  • the data format conversion module is further configured to load the conversion rules from the knowledge database, if the column name of the retrieved data matches with the column name of the decimal degree format to be stored in the knowledge database.
  • Figure l is a block diagram of a system to convert coordinate data represented in any format into a decimal degree format, in accordance with a preferred embodiment of the present invention.
  • Figure 2 is a flow chart illustrating the steps to automatically convert the coordinate data represented in any format into the decimal degree format, in accordance with the preferred embodiment of the present invention.
  • the present invention provides a system and method for use in a geographical positioning system (GPS) to automatically convert coordinate data (hereafter mentioned as“GPS coordinate data”) represented in any format type into a decimal degree format. Further, the present invention also provides a system and method to detect the GPS coordinate data format and convert it into the decimal degree format which can then be used to map foe data onto a computer system.
  • GPS geographical positioning system
  • Figure 1 illustrates a system for the GPS coordinate data format conversion which comprises a data source (110), a data retrieval module (120), a format identification module (130), a data format conversion module (140) and a knowledge database (150).
  • a data source 110
  • a data retrieval module 120
  • a format identification module 130
  • a data format conversion module 140
  • a knowledge database 150
  • the data source (110), preferably a GPS data source (110), is configured to store the GPS coordinate data related to various locations.
  • GPS coordinate data is provided as latitude and longitude coordinates which can be represented in any format type such as degree, minutes and seconds (DMS) format, degree and decimal minutes (DMM) format or in any other format known in the art.
  • DMS degree, minutes and seconds
  • DMM decimal minutes
  • the present invention is now explained with respect to conversion of the GPS coordinate data represented in the DMS format into the decimal degree format
  • the present invention is also applicable for conversion of the GPS coordinate data represented in the DMM format into foe decimal degree format.
  • the data retrieval module (120) is configured to retrieve the GPS coordinate data from the GPS data source (110) irrespective of the format.
  • the retrieved GPS coordinate data can be represented in DMS format A and B as shown as examples in Tables l and 2.
  • the retrieved GPS coordinate data is compiled in a tabular format with a column name representing format of the GPS coordinate data as shown in Tables 1 and 2.
  • a first example from Table 1 shows that the longitude and latitude of the GPS coordinate data represented in DMS format A are respectively read as: 102 Degree, 01 Minutes & 47.4 Seconds and 2 Degree, 47 Minutes & 53.3 Seconds.
  • a first example taken from Table 2 shows that the longitude and latitude of the GPS coordinate data represented in DMS format B are respectively read as: North 4 Degree, 57 Minutes & 29.0 Seconds and East 100 Degree, 39 Minutes & 17.1 Seconds.
  • Die main purpose of the format identification module (130) is to identify format of the retrieved GPS coordinate data.
  • the format identification module (130) can be configured to perform the following: read a character sequence of the retrieved GPS coordinate data to identify the format of the retrieved GPS coordinate data, in which the retrieved GPS coordinate data may include numbers, alphabets, symbols and decimals and detect column name of the retrieved GPS coordinate data to identify the format of the retrieved GPS coordinate data as shown as example in Tables 3 and 4, wherein Table 3 shows the column names for the DMS format A of the Table 1 and Table 4 shows the column name for the DMS format B of the Table 2.
  • the format identification module (130) further configured to compare whether sequence of the column name of the retrieved GPS coordinate name matches with the sequence of die column name to be stored in the knowledge database (150) and compare whether the character sequence of the retrieved OPS coordinate data matches with the character sequence of the GPS coordinate data represented in the decimal degree formal to be stored in knowledge database (150).
  • the data format conversion module (140) is configured to normalize the GPS coordinate data. If the sequence of both column names do not match, then the data format conversion module (140) is configured to recognize the format of the GPS coordinate data and represent the GPS coordinate data in the DMS format.
  • Tables 5 and 6 respectively show examples of the normalized GPS coordinate data for the DMS format A ofTable 1 and (he DMS format B of Table 2.
  • the data format conversion module ( 140) is configured to load conversion rules from the knowledge database (150) to convert the format of the normalized GPS coordinate data into the decimal degree format.
  • Tables 7 and 8 respectively show examples of the GPS coordinate data in the DMS format A and the DMS format B is converted into the decimal degree format.
  • the steps to convert the normalized GPS coordinate data in the DMS format into the decimal degree format include calculate the decimal values for the minutes and seconds of the normalized GPS coordinate data using formulas below:
  • the knowledge database (150) is configured to store the converted GPS coordinate data in the decimal degree format as shown as example in Table 9.
  • Table 9 shows a decimal degree format of the GPS coordinate data stored in the knowledge database.
  • the converted data is normalized to build the knowledge database (150). This converted data can be used for mapping.
  • FIG. 2 is the flow chart illustrating the processing steps (210 to 270) implemented by the system ( 100) to convert the GPS coordinate data of any format type into the decimal degree format.
  • the processing steps (210 to 270) may comprise: (Step 210) retrieve the GPS coordinate data by the data retrieval module (120) from the GPS data source (1 10), in which the GPS data source (110) stores the GPS coordinate data represented in various formats. Then, (Step 220) compare whether the sequence of the column name of the retrieved GPS coordinate data matches with the sequence of the column name in the knowledge database (150), by the format identification module (130), in order to identify the format type of the retrieved GPS coordinate data.
  • Step 230 based on comparison result, if the sequence of the both column names match, then the data format conversion module (140) loads the conversion rules from the knowledge database (150) and applies those conversion rules on the retrieved GPS coordinate data, Else, (Step 240) the format identification module (130) identifies the format of the retrieved GPS coordinate data by reading the character sequence of the retrieved GPS coordinate data. Then, the format identification module ( 130), represents the retrieved GPS coordinate data in the DMS formal. Next, (Step 250) apply the conversion rules on the DMS format to convert the GPS coordinate data into the decimal degree format, by the data format conversion module ( 140).
  • Step 260 record the converted data according to the sequence of the columns in the decimal degree format to build the knowledge database (150), by the data format conversion module (140). And (Step 270) store the converted data in the decimal degree format in the knowledge database (150).

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Position Fixing By Use Of Radio Waves (AREA)

Abstract

The present invention provides an automated system (100) and method for use in a geographical positioning system to automatically convert a coordinate data of any format type into a decimal degree format, the system (100) and method comprises a data retrieval module (120) to retrieve the coordinate data from a data source (110). The system (100) and method further comprise a format identification module (130) to identify the format of the retrieved data by reading a character sequence of the retrieved data; a data format conversion module (140) to determine conversion roles required for the identified format and to apply those determined conversion rules on the retrieved data for converting the identified, formal of the retrieved data into the decimal degree formal, and a knowledge database (150) to store the converted data.

Description

A GLOBAL POSITIONING SYSTEM DATA FORMAT CONVERSION METHOD AND SYSTEM THEREOF
FIELD OF THE INVENTION
This invention relates to a data format conversion, and more particularly to a method and system for automatically converting global positioning system coordinate data represented in multiple formats into a decimal degree format.
BACKGROUND OF THE INVENTION
Various organizations that provide mapping and location data related services store their global positioning system (GPS) coordinates data in any format such as degrees, minutes and seconds format, decimals and minutes format or in any other format known in the art.
In order to present the GPS coordinates data, existing software such as ArcGIS, leaflet, and Google Maps use longitude and latitude to represent the GPS coordinates data on a map. As the GPS coordinate data stored in a data source can be stored in various formats, manual effort is required to determine the type of formal used by the GPS coordinate data. From the determined format, the GPS coordinate data has to be converted into a readable fonn by the application litis is also a tedious process especially when there are many GPS coordinate data points for locations that contain various types of information, the developer has to manually determine the format of the GPS coordinate data and then determine which set of conversion rules are required.
There are several prior arts disclosing the global positioning system data format conversion, some of which are listed below for reference. The Korean granted patent number K.R 10I320023B1 discloses a GPS/GLONASS (Global Navigation Satellite System) data receiving part receives integrated GPS/GLONASS data through a GPS/GLONASS transmission/reception module which wirelessly transmits/reeeives data to/from GPS satellites and GLONASS satellites. A data conversion part converts the received integrated GPS/GLONASS data into data complying with a GPS format. A GPS data transmission part provides the GPS format data converted at the data conversion part to a GPS device.
Another cited prior art, a United States Patent for application number US20150355335 A 1 discloses a system and method to decompress the GPS data, the method includes steps, obtain a relative latitude value and a relative longitude value. Then, shift each of the relative latitude and relative longitude values by a plurality of bits. Next, truncate the shifted relative latitude and relative longitude values by a predetermined amount. Then, generate a compressed data comprising the truncated relative latitude and relative longitude values, and incorporate the compressed data in a set of relative GPS positions associated with an initial GPS position to be sent in a GPS update packet.
None of the above-cited prior arts discloses a method and system to identify the format of the GPS coordinate data and to convert it into a decimal degree format which can be used to map the data onto the computer system. SUMMARY QF THE INVENTION
The present invention provides a computer implemented method for use in a geographical positioning system to convert coordinate data of any format type into a decimal degree format, the method comprises tiite steps to: retrieve, by a data retrieval module, the coordinate data from a data source, characterised by the step to process the retrieved data comprises the steps: identify, by a format identification module, the format of the retrieved data, by reading a character sequence of the retrieved data; determine, by a data format conversion module, conversion rules required for the identified format; apply, by the data format conversion module, the determined conversion rules on the retrieved data for converting the identified format of the retrieved data into the decimal degree format; and store, in a knowledge database, the converted data. Preferably, the steps to convert the Identified format of the retrieved data into decimal degree format, by the data format conversion module includes: calculate decimal values for minutes or seconds in the identified format, whereby the identified format of the retrieved data is represented in degrees, minutes and seconds format or in degree and decimal minutes format; and compute a sum of the calculated decimal values and a degree value in the identified format to determine decimal degree value for the retrieved data. Preferably, the steps to identify the format type of the retrieved data, by the format identification module includes: compare whether the character sequence of the retrieved data matches with the character sequence of the decimal degree format to be stored in the knowledge database. Preferably, the steps to identify die format type of the retrieved data by the format identification module further include: compare whether sequence of a column name in the retrieved data matches with the sequence of the column name of the decimal degree format to be stored in the knowledge database. Preferably, the method further includes the steps to load the conversion rules from the knowledge database by the data format conversion module, if the column name of the retrieved data matches with the column name of the decimal degree format to be stored in the knowledge database. The present invention also provides a system for use in a geographical positioning system to convert coordinate data of any format type into a decimal degree format, the system comprises a data retrieval module configured to retrieve the coordinate data from a data source, characterised in that, the system further comprises: a format identification module configured to identify the format of the retrieved data, by reeling a character sequence of the retrieved data; a data format conversion module configured to determine conversion rules required for the identified formal and to apply the determined conversion rules on the retrieved data for converting the identified formal of the retrieved data into the decimal degree format; and a knowledge database configured to store the converted data.
Preferably, the data format conversion module is configured to calculate decimal values for minutes or seconds in the identified format, whereby the identified format of the retrieved data is represented in degrees, minutes and seconds format or in degree and decimal minutes format; and compute a sum of the calculated decimal values and a degree value in the identified format to determine decimal degree value for the retrieved data.
Preferably, the format identification module is further configured to compare whether the character sequence of the retrieved data matches with the character sequence of the decimal degree format to be stored in the knowledge database. Preferably, the format identification module is further configured to compare whether sequence of a column name in the retrieved data matches with the sequence of the column name of the decimal degree format to be stored in the knowledge database.
Preferably, the data format conversion module is further configured to load the conversion rules from the knowledge database, if the column name of the retrieved data matches with the column name of the decimal degree format to be stored in the knowledge database.
BRIEF DESCRIPTION OF DRAWINGS
These and other features, aspects, and advantages of the present invention will become better understood, when the following detailed description is read with reference to the accompanying drawings in which like characters represent like parts throughout the drawings, wherein:
Figure l is a block diagram of a system to convert coordinate data represented in any format into a decimal degree format, in accordance with a preferred embodiment of the present invention. Figure 2 is a flow chart illustrating the steps to automatically convert the coordinate data represented in any format into the decimal degree format, in accordance with the preferred embodiment of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
The present invention provides a system and method for use in a geographical positioning system (GPS) to automatically convert coordinate data (hereafter mentioned as“GPS coordinate data”) represented in any format type into a decimal degree format. Further, the present invention also provides a system and method to detect the GPS coordinate data format and convert it into the decimal degree format which can then be used to map foe data onto a computer system.
Figure 1 illustrates a system for the GPS coordinate data format conversion which comprises a data source (110), a data retrieval module (120), a format identification module (130), a data format conversion module (140) and a knowledge database (150).
The data source (110), preferably a GPS data source (110), is configured to store the GPS coordinate data related to various locations. Preferably, foe GPS coordinate data is provided as latitude and longitude coordinates which can be represented in any format type such as degree, minutes and seconds (DMS) format, degree and decimal minutes (DMM) format or in any other format known in the art.
The present invention is now explained with respect to conversion of the GPS coordinate data represented in the DMS format into the decimal degree format However, the present invention is also applicable for conversion of the GPS coordinate data represented in the DMM format into foe decimal degree format.
Preferably, the data retrieval module (120) is configured to retrieve the GPS coordinate data from the GPS data source (110) irrespective of the format. The retrieved GPS coordinate data can be represented in DMS format A and B as shown as examples in Tables l and 2. The retrieved GPS coordinate data is compiled in a tabular format with a column name representing format of the GPS coordinate data as shown in Tables 1 and 2.
Iaken a first example from Table 1 shows that the longitude and latitude of the GPS coordinate data represented in DMS format A are respectively read as: 102 Degree, 01 Minutes & 47.4 Seconds and 2 Degree, 47 Minutes & 53.3 Seconds. On the other hand, a first example taken from Table 2 shows that the longitude and latitude of the GPS coordinate data represented in DMS format B are respectively read as: North 4 Degree, 57 Minutes & 29.0 Seconds and East 100 Degree, 39 Minutes & 17.1 Seconds.
Figure imgf000008_0001
Figure imgf000009_0001
"Die main purpose of the format identification module (130) is to identify format of the retrieved GPS coordinate data. The format identification module (130) can be configured to perform the following: read a character sequence of the retrieved GPS coordinate data to identify the format of the retrieved GPS coordinate data, in which the retrieved GPS coordinate data may include numbers, alphabets, symbols and decimals and detect column name of the retrieved GPS coordinate data to identify the format of the retrieved GPS coordinate data as shown as example in Tables 3 and 4, wherein Table 3 shows the column names for the DMS format A of the Table 1 and Table 4 shows the column name for the DMS format B of the Table 2. The format identification module (130) further configured to compare whether sequence of the column name of the retrieved GPS coordinate name matches with the sequence of die column name to be stored in the knowledge database (150) and compare whether the character sequence of the retrieved OPS coordinate data matches with the character sequence of the GPS coordinate data represented in the decimal degree formal to be stored in knowledge database (150).
Figure imgf000010_0001
Based on the comparison result in Tables 3 and 4, if the sequence of the both column names match, then the data format conversion module (140) is configured to normalize the GPS coordinate data. If the sequence of both column names do not match, then the data format conversion module (140) is configured to recognize the format of the GPS coordinate data and represent the GPS coordinate data in the DMS format.
Tables 5 and 6 respectively show examples of the normalized GPS coordinate data for the DMS format A ofTable 1 and (he DMS format B of Table 2.
Figure imgf000011_0001
Figure imgf000012_0001
Preferably, the data format conversion module ( 140) is configured to load conversion rules from the knowledge database (150) to convert the format of the normalized GPS coordinate data into the decimal degree format. Tables 7 and 8 respectively show examples of the GPS coordinate data in the DMS format A and the DMS format B is converted into the decimal degree format.
By way of example, the steps to convert the normalized GPS coordinate data in the DMS format into the decimal degree format include calculate the decimal values for the minutes and seconds of the normalized GPS coordinate data using formulas below:
Decimal minutes = minutes/60
Decimal seconds = seconds/3600 Then, calculate the decimal degree value of the latitude and longitude using the formula below:
Decimal degrees - degrees + minutes/60 + seconds/3600.
Figure imgf000013_0001
Figure imgf000014_0001
Preferably, the knowledge database (150) is configured to store the converted GPS coordinate data in the decimal degree format as shown as example in Table 9. Table 9 shows a decimal degree format of the GPS coordinate data stored in the knowledge database. Preferably, the converted data is normalized to build the knowledge database (150). This converted data can be used for mapping.
Figure imgf000015_0001
Figure 2 is the flow chart illustrating the processing steps (210 to 270) implemented by the system ( 100) to convert the GPS coordinate data of any format type into the decimal degree format. The processing steps (210 to 270) may comprise: (Step 210) retrieve the GPS coordinate data by the data retrieval module (120) from the GPS data source (1 10), in which the GPS data source (110) stores the GPS coordinate data represented in various formats. Then, (Step 220) compare whether the sequence of the column name of the retrieved GPS coordinate data matches with the sequence of the column name in the knowledge database (150), by the format identification module (130), in order to identify the format type of the retrieved GPS coordinate data. Then, (Step 230) based on comparison result, if the sequence of the both column names match, then the data format conversion module (140) loads the conversion rules from the knowledge database (150) and applies those conversion rules on the retrieved GPS coordinate data, Else, (Step 240) the format identification module (130) identifies the format of the retrieved GPS coordinate data by reading the character sequence of the retrieved GPS coordinate data. Then, the format identification module ( 130), represents the retrieved GPS coordinate data in the DMS formal. Next, (Step 250) apply the conversion rules on the DMS format to convert the GPS coordinate data into the decimal degree format, by the data format conversion module ( 140). Then, (Step 260) record the converted data according to the sequence of the columns in the decimal degree format to build the knowledge database (150), by the data format conversion module (140). And (Step 270) store the converted data in the decimal degree format in the knowledge database (150).
The present disclosure includes as contained in the appended claims, as well as that of the foregoing description. Although this invention has been described in its preferred form with a degree of particularity, it is understood that the present disclosure of the preferred form has been made only by way of example and that numerous changes in the details of construction and the combination and arrangements of parts may be resorted to without departing from the scope of the invention.

Claims

CLAIMS l . A computer implemented method for use in a geographical positioning system to convert coordinate data of any format type into a decimal degree format, the method comprising the steps of:
retrieving, by a data retrieval module (120), the coordinate data from a data source (110),
characterised by the step of processing the retrieved data comprising the steps of:
identifying, by a format identification module (130), the format of the retrieved data, by reading a character sequence of the retrieved data;
determining, by a data format conversion module (140), conversion rules required for the identified format;
applying, by the data format conversion module (140), the determined conversion rules on the retrieved data for converting the identified format of the retrieved data into the decimal degree format; and
storing, in a knowledge database (150), the converted data.
2. The method according to claim 1, wherein the steps of converting the identified format of the retrieved data into the decimal degree format, by the data format conversion module (140) includes;
calculating decimal values for minutes or seconds in the identified format, whereby the identified format of the retrieved data is represented in degrees, minutes and seconds format or in degree and decimal minutes format; and
computing a sum of the calculated decimal values and a degree value in the identified format to determine decimal degree value for the retrieved data.
3. The method according to claim 1, wherein the step of identifying the format type of the retrieved data, by the format identification module (130) includes: comparing whether the character sequence of the retrieved data matches with the character sequence of the decimal degree format to be stored in the knowledge database ( 150).
4. The method according to claim l, wherein the steps of identifying the format type of the retrieved data, by the format identification module (130) further include:
comparing whether sequence of a column tame in the retrieved data matches with the sequence of the column name of the decimal degree format to be stored in the knowledge database ( 150).
5. The method according to claim 4, further includes the steps of:
loading the conversion rules from the knowledge database (150), by the data format conversion module (140), if the column name of the retrieved data matches with the column name of the decimal degree fonnat to be stored in the knowledge database (150).
6, A system (100) for use in a geographical positioning system to convert coordinate data of any format type into a decimal degree format, the system (100) comprising:
a data retrieval module (120), configured to retrieve the coordinate data from a data source (110),
characterised in that, the system (100) further comprises:
a format identification module (130) configured to identify the format of the retrieved data, by read ing a character sequence of the retrieved data; a data format conversion module (140) configured to determine conversion rules required for the identified fonnat and to apply the determined conversion rules on the retrieved data for converting the identified fonnat of the retrieved data into the decimal degree format; and
a knowledge database (150) configured to store the converted data.
7. The system (100) according to claim 6, wherein the data format conversion module (140) is configured to calculate decimal values for minutes or seconds in the identified format, whereby the identified format of the retrieved data is represented in degrees, minutes and seconds format or in degree and decimal minutes format; and compute a sum of the calculated decimal values and a degree value in the identified format to determine decimal degree value for the retrieved data.
8. The system (100) according to claim 6, wherein the format identification module (130) is further configured to compare whether the character sequence of the retrieved data matches with the character sequence of the decimal degree format to be stored in the knowledge database (150).
9. The system (100) according to claim 8, wherein the format identification module (130) is further configured to compare whether sequence of a column name in the retrieved data matches with the sequence of the column name of the decimal degree format to be stored in the knowledge database (150).
10. The system (100) according to claim 9, wherein the data format conversion module (140) is further configured to load the conversion rules from the knowledge database (150), if the column name of the retrieved data matches with the column name of the decimal degree format to be stored in the knowledge database (150).
PCT/MY2019/050109 2018-12-21 2019-12-13 A global positioning system data format conversion method and system thereof WO2020130787A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI2018002869 2018-12-21
MYPI2018002869 2018-12-21

Publications (1)

Publication Number Publication Date
WO2020130787A1 true WO2020130787A1 (en) 2020-06-25

Family

ID=71102655

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2019/050109 WO2020130787A1 (en) 2018-12-21 2019-12-13 A global positioning system data format conversion method and system thereof

Country Status (1)

Country Link
WO (1) WO2020130787A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114398456A (en) * 2021-12-30 2022-04-26 如皋市勘测院有限公司 Geographic service publishing system and method based on full data

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070213925A1 (en) * 2006-03-13 2007-09-13 Ranjan Sharma Location specific information on wireless service coverage
US20100289675A1 (en) * 2005-02-08 2010-11-18 Naoki Ueda Method of transforming geographic coordinate
KR101320023B1 (en) * 2012-05-08 2013-10-18 주식회사 에이치엠에스 Apparatus and method for converting a received data in a combined gps and glonass receiver
US20170082446A1 (en) * 2015-09-22 2017-03-23 Clever Devices Ltd. Synthetic data collection for vehicle controller
US20170140625A1 (en) * 2012-01-06 2017-05-18 3M Innovative Properties Company Released offender geospatial location information trend analysis

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100289675A1 (en) * 2005-02-08 2010-11-18 Naoki Ueda Method of transforming geographic coordinate
US20070213925A1 (en) * 2006-03-13 2007-09-13 Ranjan Sharma Location specific information on wireless service coverage
US20170140625A1 (en) * 2012-01-06 2017-05-18 3M Innovative Properties Company Released offender geospatial location information trend analysis
KR101320023B1 (en) * 2012-05-08 2013-10-18 주식회사 에이치엠에스 Apparatus and method for converting a received data in a combined gps and glonass receiver
US20170082446A1 (en) * 2015-09-22 2017-03-23 Clever Devices Ltd. Synthetic data collection for vehicle controller

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114398456A (en) * 2021-12-30 2022-04-26 如皋市勘测院有限公司 Geographic service publishing system and method based on full data

Similar Documents

Publication Publication Date Title
US9710488B2 (en) Location estimation using image analysis
US8953887B2 (en) Processing time-based geospatial data
CN110334162B (en) Address recognition method and device
RU2667036C2 (en) Method and apparatus for identifying and communicating locations
US7630900B1 (en) Method and system for selecting grammars based on geographic information associated with a caller
US7574428B2 (en) Geometry-based search engine for navigation systems
US20040243304A1 (en) Map information retrieving
US20110123066A9 (en) Precisely locating features on geospatial imagery
CN108304423A (en) A kind of information identifying method and device
CN106919567B (en) Method and device for processing POI (Point of interest) address
CN110674419A (en) Geographic information retrieval method and device, electronic equipment and readable storage medium
CN110674423A (en) Address positioning method and device, readable storage medium and electronic equipment
US10671633B2 (en) System and method for 3D geolocation to a building floor level in an urban environment
Cetl et al. A comparison of address geocoding techniques–case study of the city of Zagreb, Croatia
US20090234579A1 (en) Systems of points of interest in satellite navigation system applications
CN108536695B (en) Aggregation method and device of geographic position information points
US20130159207A1 (en) Identifying location in package and mail delivery systems
WO2020130787A1 (en) A global positioning system data format conversion method and system thereof
CN112148819A (en) Address recognition method and device combining RPA and AI
CN115185939B (en) Data processing method of multi-source data
JP2008250404A (en) Bookmark management device, bookmark management method and computer program
US11741167B2 (en) Merging point-of-interest datasets for mapping systems
KR101459872B1 (en) Indexing system of space object for combination object of SOI and content
JP2011141392A (en) Regional information retrieval server, and method for acquiring mesh adjacent to target mesh
CN111177585A (en) Map POI feedback method and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19900613

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19900613

Country of ref document: EP

Kind code of ref document: A1