Next Article in Journal
Optimization of Silicon Nitride Waveguide Platform for On-Chip Virus Detection
Previous Article in Journal
Pre-Anodized Graphite Pencil Electrode Coated with a Poly(Thionine) Film for Simultaneous Sensing of 3-Nitrophenol and 4-Nitrophenol in Environmental Water Samples
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

High Precision Location Estimation in Mountainous Areas Using GPS

by
Yugo Kunisada
and
Chinthaka Premachandra
*
Department of Electrical Engineering and Computer Science, Graduate School of Engineering and Science, Shibaura Institute of Technology, Tokyo 1358548, Japan
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(3), 1149; https://doi.org/10.3390/s22031149
Submission received: 7 January 2022 / Revised: 30 January 2022 / Accepted: 1 February 2022 / Published: 2 February 2022
(This article belongs to the Section Navigation and Positioning)

Abstract

:
Outdoor recreation has become popular in recent years, against the backdrop of the new coronavirus epidemic that started in 2020. Mountaineering, in particular, has become a popular pastime for many people as an easy way to experience nature. However, the number of mountaineering accidents is increasing, owing to the inadequate knowledge and equipment for beginners. In particular, the lack of map-reading skills and experience often leads to the selection of wrong trails. The smartphones used for precise location information obtain correction information from radio waves from a base station, and the accuracy of using only the GPS in mountainous areas without radio waves is questionable. In general, the GPS position correction methods in the literature for such situations include complex processing of the GPS radio waves. Some of these methods have been proposed with complex hardware and are difficult to implement with portable hardware. In this study, we develop and demonstrate a method for obtaining accurate location information using GPS without the error correction of radio waves, even in mountainous areas. The multipath is the reason for most of the GPS errors in the mountains. In the mountains, depending on the locations, the correct GPS location can also be received. In the proposed method, the correct GPS data are used to detect the incorrect GPS locations. We present an experimental method for estimating the interrelationship between the GPS longitude and latitude data. Additionally, we demonstrate the effectiveness of our method by showing that the experimental mountain location data presented in this paper are more accurate than the GPS data alone.

1. Introduction

In recent years, owing to the global outbreak of a new coronavirus and to aid the prevention of the spread of infection, entertainment activities such as visiting restaurants, theme parks, and traveling overseas have been greatly restricted, and their vitality is lost. Meanwhile, outdoor activities, which involve less human interaction and a lower risk of infection, have become more popular among both young and old people, made accessible by the outdoor activity boom, which occurred prior to the coronavirus outbreak, and technological improvements in equipment [1] (Figure 1: Trends and forecasts of domestic outdoor equipment, facilities, and rental markets [2]). Mountaineering, in particular, has gained popularity as a leisure activity that can be enjoyed easily by anyone because of the ease of access to well-maintained mountain trails, the improvement in the quality of mountain lodge accommodation, and the lightening of mountain equipment.
While it has become easier for beginners to enjoy mountain climbing, there has been a continuous increase in the number of mishaps owing to inappropriate clothing, equipment, or lack of planning and preparation [3]. According to the “Summary of mountain mishaps in 2020,” published by the Life Safety Planning Division of the Life Safety Bureau of the National Police Agency (Japan), the number of mishaps was 2294, which, although decreased from the previous year, was higher than the number of mishaps in the past 10 years.
One of the reasons for this high incidence of distress in mountainous areas is a lack of map-reading ability, especially in the case of novice climbers. In recent years, the widespread use of smartphones has made it easy to obtain accurate information about one’s location using map applications and GPS functions on smartphones. Therefore, many mountaineers now use their smartphones to navigate when climbing mountains, eliminating the need to read maps. However, the accuracy of GPS on a smartphone is unclear [4], because it is based on satellite position corrections sent from the nearest mobile phone base station [5], and these corrections are used to calculate the exact position of the smartphone. Map applications are designed to be used online and cannot be used offline. In Japan, where the terrain is predominantly mountainous, there are many mountain areas where mobile phone signals are unreachable, making it difficult to obtain precise location information using only a smartphone.
Therefore, in this study, we tackle detecting accurate location estimation in mountainous areas. The multipath is the reason for most GPS errors in the mountains. In the mountains, depending on the location, the correct GPS location can also be received. In the proposed method, these correct GPS data are used to detect the incorrect GPS locations. The outline of this study is presented in Figure 2. In mountainous areas, especially in the valleys between mountains, it is difficult to interpret GPS signals accurately because of multipath propagation in the mountains and poor visibility [3]. Under these circumstances, GPS position information is inaccurate with several errors. The method involves accumulating GPS position data, including errors in a database at all times, and calculating the best value from the correct position data available.
This method is novel and based on statistical inference of the acquired GPS data, rather than developing and adapting an effective algorithm to the signal [6,7,8,9,10], as in the case of the a posteriori multipath estimator technique (APME) [11] developed by Septentrio. There are also several methods of position estimation based on data, but these are for waveforms data and are different from this proposed method [12,13]. Similarly, there is a method of location estimation using machine learning from a database, but this method is also performed on waveforms data and is different from our method [14,15].
In this study, we have (a) programmed and built a GPS logger system; (b) checked the accuracy of our GPS system in use in a mountainous area; and (c) estimated the positional information based on the results and examined whether the results were reasonable.

2. System Overview

In this study, we first programmed and fabricated a GPS logger system. Figure 3 shows the GPS logger that we developed and used in this study.
The GPS logger used in this study was a GPS receiver kit (Akizuki Denshi Tsusho Co., Ltd., Tokyo, Japan) [16] (Figure 4), which uses GYSFDMAXB (TAIYO YUDEN CO., LTD., Tokyo, Japan) [17] as the GPS module. The receiver is compatible with three Japanese Quasi-Zenith Satellite Systems (QZSS): “MICHIBIKI” (satellite numbers 193 (MICHIBIKI first), 194 (MICHIBIKI second), and 195 (MICHIBIKI fourth)). Reception accuracy was improved for use in Japan. The receiving frequency is 1575.42 (MHz, L1, C/A code) and the modulation method is BPSK. The National Marine Electronics Association 0183 (NMEA) sentences used in this study were the GPGGA. Therefore, latitude, longitude, time, and altitude were obtained by serial communication using this module.
A Raspberry Pi 3 Model B+ (Raspberry Pi Foundation, Cambridge, England, UK) was used as the single-board computer to perform the processing. Table 1 shows the specifications of the Raspberry Pi 3 Model B+; the latest version of the Raspberry Pi is the 4 Model B. Although the specifications of the Raspberry Pi 4 Model B have improved with the 3 Model B+, the power consumption has increased significantly. In this study, we used 3 Model B+ in consideration of mobility. The capacity of the mobile battery used was 20,000 (mAh), and the continuous user time was approximately 6 h.
The programming language used to build the system was Python 3.7, chosen because of its rich library, ease of access to network communication, and its potential for future development. In this study, we used Google Maps to display a point then compare the behavioral records and the estimated locations. The system of this study observes the longitude and latitude every 10 s and stores this data in the database. The name of the data is expressed in time, and it is possible to display up to 6 h and 35 min of the data at one time on Google Maps. Figure 5 shows a schematic of the proposed system.

3. Method

3.1. GPS Data Analysis

In this study, we first examined and discussed the results, accuracy, and sources of error when using only GPS location information and actual measurements with the device. The plotted location information was updated and stored every 10 s, and all information was acquired while walking. In the system, the signals sent from the GPS module to the edge computer are truncated to two decimal places, so there is always an error compared to the actual received signals. Therefore, all errors within a radius of 5 m were assumed to be negligible.
Data were collected using the proposed research device, and the experiment was conducted in a group of buildings in an urban area. The data showed that, overall, location information was recorded accurately and that the current use of the device is sufficient to check the past activity records. However, multipath errors are likely to occur between tall buildings, with errors of up to 25 m or more, or in areas with poor visibility (Figure 6). This is because the accuracy of GPS position information is guaranteed by four satellite signals; therefore, it is expected to reflect large positional errors in locations where such reflected waves occur, or in environments where one or two satellite signals cannot be received [18,19].
Next, we recorded a route at a relatively high altitude with good visibility. The distance traveled was approximately 3.5 km, and the altitude was measured as between 40 m and 166 m. Here, we obtained location information with a very high accuracy (Figure 7a). We were able to receive position information with a maximum error of 10 m for all data. However, the accuracy of the location information deteriorated significantly near a mobile phone base station and a disaster prevention radio base station, which were located near the highest elevation point, owing to interference and an increase in noise floor level (Figure 7b). Table 2 illustrates the numerical data of the error with the respective latitude/longitude information.
Based on these results, it is concluded that the location error in mountainous areas is caused by a multipath issue in the valleys between the mountains, interference near disaster prevention radios, mobile phone base stations, or broadcasting towers located near mountain peaks and at relatively high altitudes; in addition, there is a need to estimate the location against the GPS signal interference.

3.2. Estimate Position Processing

As a prerequisite for this study, we assume that the GPS location information is recorded at one point every 10 s and that the user is a pedestrian. Under this assumption, the difference in the distance traveled in 10 s is not as large as it would be for vehicles such as cars or trains. Errors due to the multipath of the GPS signal and large deviations of the receiving point owing to interference, which are both real problems, cause a difference in distance that is not possible in a 10-s walk. Therefore, by considering the difference between the previous and next acquired position data, we can estimate the correct location. This can be expressed as Equation (1):
L o n g i t u d e : x n = ( x n + 1 x n 1 ) n + x n + 1 L a t i t u d e : y n = y n + 1 y n 1 n + y n + 1
However, it is difficult to obtain an accurate value with a simple calculation such as Equation (1) because the output depends mainly on the previous and subsequent data. In fact, if the values of the previous and subsequent data contain a large error, incorrect position information will be obtained. In addition, in mountainous areas, especially near the floors of valleys prior to climbing up a ridge, trails are often complicated, and the above formula would be not be accurate in coping with the large changes in the direction of travel in 10 s.
Therefore, in this study, we propose a new method for estimating the past location based on previous information, using the location information of up to five points. Let the point to be predicted be a 2 . The estimated position, a 2 n , is calculated by the difference of each point a 1 to a 5 using Equation (1). Then, the distance between each of the estimated positions a 2 n is calculated and the average is deduced. This value is then added to a 2 1 to obtain the predicted position a 2 . This is illustrated in Equation (2) and Figure 8.
a 2 = a 2 1 + a a = ( a 3 4 + a 4 5 ) 2
When Equation (2) is used, the estimated value can be classified into three patterns (Figure 9). In Case 1 (a curve) and Case 2 (a straight line), the difference can be calculated appropriately, so the method is effective. However, it is difficult to estimate the position of randomly scattered GPS locations, as in Case 3. However, Case 3 can be disregarded because it is unlikely that the user would be walking along a mountain path that meanders every 10 s and that the GPS would receive the information properly.
Equation (2) is not valid when the movement is zero, that is, when the user stops, for example, to rest. However, this process is not necessary during long rests or when movement has stopped because the GPS signal is received constantly and is more accurate. The estimation process at each point starts after the acquisition of sufficient data, that is, after 50 s. There are five reference points to be handled, because three points are insufficient for the calculation, and because the distance travelled varies greatly in situations where six or more points are required.

4. Experimental Evaluation

4.1. Experimental Enviroment

In this study, we used this experimental device to go mountain climbing. In the experiment, we recorded the location, time, and elevation of the route that we actually traveled based on a topographic map from the Geospatial Information Authority of Japan, and, at the same time, we acquired location information using GPS with only the experimental device and with the location information estimation system. Finally, we compared the data to examine the usefulness of this research.
The experimental site is located at Mt. Kentoku-yama (Japan) in the central part of the former Mitomi village, in the northern part of Yamanashi City, Yamanashi Prefecture. The altitude was 2031 m. It is surrounded by 2000-m peaks, such as Mt. Kasamori (2072 m) and Mt. Kurogane (2232 m), which makes it more difficult to receive GPS signals in comparison to higher mountains. The total height difference between the trailhead and the summit of Mt. Kentoku-yama was 1366 m, the distance was 10.8 km, and the total recording time was 6 h.

4.2. Experimental Results

Figure 10 shows the comparison between (a) the actual route and the GPS-recorded route in the mountainous area, and (b) the actual route and the GPS-recorded route in the open and clear areas.
From Figure 10, it can be seen that the GPS data follow the actual route relatively well throughout this experiment. However, the data in the mountainous areas are slightly scattered compared with the data in the open and clear areas. This because the mountain road is complicated until it reaches the ridge. However, the data are still not accurate when compared with the actual route. The estimated location information is shown in Figure 11. The numerical data of latitude/longitude and error distance are illustrated in Table 3.
Figure 11 displays the actual route (red line), the GPS record (blue points), and the position after the estimation process (yellow points). The yellow points are more in line with the actual route than the blue points. This is because the yellow point has linearity from the correlation of data before and after, compared with the blue point, which only records each GPS position as a jump value. However, the effect of the estimation process in this study was limited owing to good GPS reception throughout the entire activity.

5. Conclusions

In today’s world, where many mountaineers rely on the use of digital online devices, we emphasize the importance of offline device use. This study aimed to reduce the number of distress incidents in mountains by correctly estimating an individual’s location. There are not many other methods that correct GPS errors from the point of view of radio waves. Hence, we have presented a prospective software that calculates position information from a database. This study is expected to be a new location-correction technology.
In this method, data for all positions were used, as sufficient data are needed to derive the results. However, by adding to the method the process of removing obviously erroneous data [20], it is possible to obtain more accurate position estimates.
The method used in this study is designed to be used by pedestrians, because it is not generalizable to vehicles such as cars, trains, or airplanes, which can accelerate and suddenly stop. In the future, we aim to add more conditions to this method and expand the range of its effectiveness with new methods [21].

Author Contributions

Conceptualization and idea, methodology, formal analysis, investigation, data curation, writing—original draft preparation, Y.K.; writing—review and editing, supervision, funding acquisition, C.P. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the Branding Research Fund of Shibaura Institute of Technology.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Statistical Topics No. 96. Mountaineering and Hiking Conditions—On the Occasion of ‘Mountain Day’—From the Results of the Basic Survey on Social Life. Japan Statistics Bureau, Ministry of Internal Affairs and Communications. Available online: https://www.stat.go.jp/data/shakai/topics/topi961.html (accessed on 10 August 2018).
  2. Yano Research Institute Ltd. 2021 Outdoor Business. Conducting Research on the Outdoor Equipment, Facilities and Rental Market. Available online: https://www.yano.co.jp/press-release/show/press_id/2844 (accessed on 16 November 2021).
  3. Life Safety Planning Division; Life Safety Bureau; National Police Agency. Overview of Mountain Disasters in 2020. Japan Metropolitan Police Department. Available online: https://www.npa.go.jp/news/release/2021/R02sangakusounan_gaikyou.pdf (accessed on 17 June 2021).
  4. Kurum, M.; Gurbuz, A.; Farhad, M.M. GNSS Reflectometry from Smartphones: Testing Performance of In-Built Antennas and GNSS Chips. In Proceedings of the IGARSS 2020—2020 IEEE International Geoscience and Remote Sensing Symposium, Waikoloa, HI, USA, 26 September–2 October 2020; pp. 6278–6281. [Google Scholar]
  5. Hakala, I.; Luomala, J. Peer-to-Peer Cooperative GNSS-Based Localization for Stationary Reference Nodes in Wireless Sensor Networks. In Proceedings of the 2017 International Conference on Localization and GNSS (ICL-GNSS), Nottingham, UK, 27–29 June; pp. 1–6.
  6. Özdemir, Z.; Tuğrul, B. Geofencing on the Real-Time GPS Tracking System and Improving GPS Accuracy with Moving Average, Kalman Filter and Logistic Regression Analysis. In Proceedings of the 2019 3rd International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT), Ankara, Turkey, 11–13 October 2019; pp. 1–6. [Google Scholar]
  7. Chunhakam, P.; Pummarin, P.; Jeen-im, P.; Wardkien, P.; Wisartpong, P.; Lertteerada, K. GPS Positon Predicting System by Kalman Filter with Velocity from OBD and Direction from Magnetometer. In Proceedings of the 2021 9th International Electrical Engineering Congress (iEECON), Pattaya, Thailand, 10–12 March 2021; pp. 444–447. [Google Scholar]
  8. Koohzadi, M.; Ebadollahi, S.; Vahidnia, R.; Dian, F.J. Implementation and Comparison of Different Tropospheric Models to Reduce Error Low-cost Real-time GPS Positioning. In Proceedings of the 2019 IEEE 10th Annual Information Technology, Electronics and Mobile Communication Conference (IEMCON), Vancouver, BC, Canada, 17–19 October 2019; pp. 82–86. [Google Scholar]
  9. Valle, R.L.L.; García, J.G.; Roncagliolo, P.A.; Muravchik, C.H. A practical RF front-end for high performance GNSS receivers. In Proceedings of the 2011 International Conference on Localization and GNSS (ICL-GNSS), Tampere, Finland, 29–30 June 2011; pp. 104–109. [Google Scholar]
  10. Elbahnasawy, M.; Shamseldin, T.; Habib, A. Image-Assisted GNSS/INS Navigation for UAV-Based Mobile Mapping Systems during GNSS Outages. In Proceedings of the 2018 IEEE/ION Position, Location and Navigation Symposium (PLANS), Monterey, CA, USA, 23–26 April 2018; pp. 417–425. [Google Scholar]
  11. Brocard, P.; Salós, D.; Julien, O.; Mabilleau, M. Performance Evaluation of Multipath Mitigation Techniques for Critical Urban Applications Based on a Land Mobile Satellite Channel. In Proceedings of the Model. IEEE/ION PLANS 2014, Position Location and Navigation Symposium, Monterey, CA, USA, 5–8 May 2014; pp. 612–625. [Google Scholar]
  12. Kuang, C.; Liu, J.; Hou, F. Time Transfer Based on GPS Precise Point Positioning. In Proceedings of the 2006 8th international Conference on Signal Processing, Guilin, China, 16–20 November 2006. [Google Scholar]
  13. Park, K.W.; Suh, J.; Seo, B.; Lee, M.J.; Park, C. Design of Signal Acquisition and Tracking Process Based on Multi-Thread for Real-Time GNSS Software Receiver. In Proceedings of the 2016 International Conference on Localization and GNSS (ICL-GNSS), Barcelona, Spain, 28–30 June 2016; pp. 1–4. [Google Scholar]
  14. Semanjski, S.; Muls, A.; Semanjski, I.; de Wilde, W. Use and Validation of Supervised Machine Learning Approach for Detection of GNSS Signal Spoofing. In Proceedings of the 2019 International Conference on Localization and GNSS (ICL-GNSS), Nuremberg, Germany, 4–6 June 2019; pp. 1–6. [Google Scholar]
  15. Sánchez-Naranjo, S.; González, F.A.; Ramos-Pollán, R.; Solé, M. Data driven Vertical Total Electron Content workflow for GNSS positioning for single frequency receivers. In Proceedings of the 2016 International Conference on Localization and GNSS (ICL-GNSS), Barcelona, Spain, 28–30 June 2016; pp. 1–6. [Google Scholar]
  16. GPS Receiver Kit Instruction Manual. AE-GPS_Manual_r1.06. Akizuki Denshi Tsusho Ltd. Available online: https://akizukidenshi.com/download/ds/akizuki/AE-GPS_manual_r1.06_s.pdf (accessed on 12 February 2019).
  17. GYSFDMAXB Specification. GYSFDMAXB_spec_ae.pdf. Product Development Department, Composite Devices Division, Taiyo Yuden Co. Available online: https://akizukidenshi.com/download/ds/taiyouyuden/GYSFDMAXB_spec_ae.pdf (accessed on 28 January 2016).
  18. Sathyamorthy, D.; Shafii, S.; Amin, Z.F.M.; Jusoh, A.; Ali, S.Z. Evaluating the trade-off between Global Positioning System (GPS) Accuracy and Power Saving from Reduction of Number of GPS Receiver Channels. In Proceedings of the 2015 International Conference on Space Science and Communication (IconSpace), Langkawi, Malaysia, 10–12 August 2015; pp. 221–224. [Google Scholar]
  19. Hsu, L.; Tokura, H.; Kubo, N.; Gu, Y.; Kamijo, S. Multiple Faulty GNSS Measurement Exclusion Based on Consistency Check in Urban Canyons. IEEE Sens. J. 2017, 17, 1909–1917. [Google Scholar] [CrossRef] [Green Version]
  20. Blanco-Delgado, N.; de Haag, M.U. Multipath Analysis Using Code-Minus-Carrier for Dynamic Testing of GNSS Receivers. In Proceedings of the 2011 International Conference on Localization and GNSS (ICL-GNSS), Tampere, Finland, 29–30 June 2011; pp. 25–30. [Google Scholar]
  21. García-Molina, J.A. Land Mobile Multipath Channel Reduction Effects on a Real GNSS Receiver. In Proceedings of the 2010 5th ESA Workshop on Satellite Navigation Technologies and European Workshop on GNSS Signals and Signal Processing (NAVITEC), Noordwijk, The Netherlands, 8–10 December 2010; pp. 1–7. [Google Scholar]
Figure 1. Trends and forecasts of the domestic outdoor equipment, facilities, and rental market [2].
Figure 1. Trends and forecasts of the domestic outdoor equipment, facilities, and rental market [2].
Sensors 22 01149 g001
Figure 2. The outline of this study.
Figure 2. The outline of this study.
Sensors 22 01149 g002
Figure 3. GPS logger that we developed and used in this study.
Figure 3. GPS logger that we developed and used in this study.
Sensors 22 01149 g003
Figure 4. A GPS receiver kit sold by Akizuki Denshi Tsusho [5].
Figure 4. A GPS receiver kit sold by Akizuki Denshi Tsusho [5].
Sensors 22 01149 g004
Figure 5. A schematic illustration of our system.
Figure 5. A schematic illustration of our system.
Sensors 22 01149 g005
Figure 6. GPS location and its error in urban area (Sapporo, Hokkaido, Japan).
Figure 6. GPS location and its error in urban area (Sapporo, Hokkaido, Japan).
Sensors 22 01149 g006
Figure 7. GPS location and its error in each area. (a) GPS location in a relatively high-altitude area with good visibility (Yasaka Shrine, Tama City, Tokyo: 161 m above sea level). (b) GPS position information and its error near a wireless base station tower (Inagi, Tokyo, Japan, at an elevation of 162 m).
Figure 7. GPS location and its error in each area. (a) GPS location in a relatively high-altitude area with good visibility (Yasaka Shrine, Tama City, Tokyo: 161 m above sea level). (b) GPS position information and its error near a wireless base station tower (Inagi, Tokyo, Japan, at an elevation of 162 m).
Sensors 22 01149 g007
Figure 8. Overview of the method used to calculate the position estimates in this study.
Figure 8. Overview of the method used to calculate the position estimates in this study.
Sensors 22 01149 g008
Figure 9. Three patterns of the estimated value in this study using Equation (2).
Figure 9. Three patterns of the estimated value in this study using Equation (2).
Sensors 22 01149 g009
Figure 10. The comparison of log of the actual route of Mt. Kentoku. (a) The actual route and the GPS-recorded route in the mountainous area. (b) The actual route and the GPS-recorded route in the open and clear area.
Figure 10. The comparison of log of the actual route of Mt. Kentoku. (a) The actual route and the GPS-recorded route in the mountainous area. (b) The actual route and the GPS-recorded route in the open and clear area.
Sensors 22 01149 g010
Figure 11. Estimated position in Mt. Kentoku (red line: actual route, blue dot: GPS record, yellow dot: estimated position).
Figure 11. Estimated position in Mt. Kentoku (red line: actual route, blue dot: GPS record, yellow dot: estimated position).
Sensors 22 01149 g011
Table 1. Spec of Raspberry Pi 3 Model B+.
Table 1. Spec of Raspberry Pi 3 Model B+.
CPUARM Cortex-A53 (1.4 GHz Quad-Core)
RAM1 GB
DPC2 W
OSDebian 11.0 (bullseye)
Table 2. Latitude/longitude and error distance in Figure 7b.
Table 2. Latitude/longitude and error distance in Figure 7b.
LongitudeLatitudeError (m)
35.62771139.46492
35.62763139.46485
35.62754139.46486
35.62736139.46490
Table 3. Latitude/longitude and error distance (blue: GPS record, yellow: estimated position).
Table 3. Latitude/longitude and error distance (blue: GPS record, yellow: estimated position).
LongitudeLatitudeError (m)LongitudeLatitudeError (m)
35.80406138.7152135.80401138.71522
35.8041138.7152635.8041138.71521
35.80409138.7153735.80414138.71524
35.80414138.7152235.80415138.71523
35.80416138.7152235.80419138.71520
35.80426138.7152135.80419138.71521
35.8043138.7151435.80428138.71510
35.80434138.7151635.80431138.71510
35.80442138.7151435.80434138.71511
35.80442138.7151835.80439138.7151
35.80435138.715935.80437138.7150
35.80438138.7149435.80431138.71490
35.80436138.7149135.80433138.71491
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kunisada, Y.; Premachandra, C. High Precision Location Estimation in Mountainous Areas Using GPS. Sensors 2022, 22, 1149. https://doi.org/10.3390/s22031149

AMA Style

Kunisada Y, Premachandra C. High Precision Location Estimation in Mountainous Areas Using GPS. Sensors. 2022; 22(3):1149. https://doi.org/10.3390/s22031149

Chicago/Turabian Style

Kunisada, Yugo, and Chinthaka Premachandra. 2022. "High Precision Location Estimation in Mountainous Areas Using GPS" Sensors 22, no. 3: 1149. https://doi.org/10.3390/s22031149

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop